-
## Environment Details
* Helidon Version: 4.0.2
* Helidon MP
* JDK version: Java HotSpot(TM) 64-Bit Server VM (build 21.0.1+12-LTS-29, mixed mode, sharing)
* OS: Ubuntu 23.10
----------
## P…
-
The JPMS introduced in Java9+ (aka Jigsaw) introduced modules with a `module-info` class.
This replaces the old `META-INF/services/«classname»` with `uses` and espcially `provides «interface» with «i…
-
I'm considering dropping support for these bundles, partly due to this bug:
https://github.com/LWJGL/lwjgl3-osgi/issues/12
... and partly due to this now existing:
https://github.com/apache/f…
-
Java introduced modules years ago with Java 9. By now, many library authors claimed a well-known name for their libraries. Either by specifying an `Automatic-Module-Name` in the `MANIFEST.MF` of the j…
-
https://github.com/AsyncHttpClient/async-http-client/pull/1664 looks like it added an automatic-module-name for use with JPMS on Java 9+.
However, the [2.12.3 jar on maven central](https://mvnrepos…
-
Try the following target defintiion:
```xml
de.gesellix
docker-filesocket
2023-09-08T21-55-00
jar
```
You wil…
-
Hi there. first of all thanks for your great work.🙏
I have a project which has multiple libraries that also use `jna` but with different versions ( `5.14.0`, `5..10.0` )
when I want to use this …
-
Hello.
So A bit of context: I am pulling artifacts together, so they can be put in a native (outside of gradle) installer.
I am doing this using a configuration, and adding the dependencies to the c…
-
Currently, `ComparisonStrategy` is part of the internal package and there is no easy way to access it. This limits extension capabilities in JPMS and OSGi applications.
Exposing `ComparisonStrategy…
-
Is there a plan to release version 6.0? What is missing? How can the community help with this release?
The last release is very old.