You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[WARN] **********************************************************************************************************************************************************************************
************************
[WARN] * Requiredfilename-basedautomodulesdetected: [minio-8.5.2.jar]. Pleasedon't publish this project to a public artifact repository! *
[WARN] **********************************************************************************************************************************************************************************
************************
As you can see, this Java client is not a JPMS compatible library.
The text was updated successfully, but these errors were encountered:
See #1474.
EDIT - I'd like to reiterate that I don't have the resources to work on this issue further, and am not very familiar with this build (Gradle builds tend to take a while to sink in). I've done the basic changes to give an idea of what changes need to be made and where.
An alternative approach I can propose is to use the Automatic-Module-Name header in the MANIFEST.MF in order to simply provide a stable name for the module. This is a way of achieving Java 1.8 compatibility without having to compile the module-info separately like a lot of projects have started doing. Downside? Much weaker encapsulation.
As you can see, this Java client is not a JPMS compatible library.
The text was updated successfully, but these errors were encountered: