-
Hi
first of all, thanks for the effort in brining improvements in the java module system.
May I ask you if you spot a room for adding some enforcing rules on modules themselves, such as loading co…
-
# Description
When using `@JsonDeserialize(builder = ...)` along with `@JsonPojoBuilder`, deserialization fails when the Afterburner module is registered with `new ObjectMapper().registerModule(new A…
-
## Issue
The fileresolver will currently locate and unpack resources using the currently active classloader. The found resource will be extracted and placed in a cache directory. This mechanism is …
-
When using the jdt.core library as a dependency (`org.eclipse.jdt:org.eclipse.jdt.core:3.38.0` from maven central) to a Java 21 Gradle project which also makes use of the Java module system, the compi…
bvlj updated
2 months ago
-
Running `mvn clean test` with Java 21, I get various module-related errors, such as this one:
```
[ERROR] mergeTreeShouldEqualReParsedPrettyPrent_whenBothRevisionsAreModified{TestSources, Path}[14] …
-
Neo4j 4.x, embedded
It is currently impossible to use Neo4j 4.x in an embedded application, if you want to use the Java module system. The reason is that there are too many packages that are split …
-
**Describe the bug**
- [ ] The core libraries need to be named after a predictable scheme, otherwise we don't know which core-*.jar file contains which library, and a JPMS app won't load because of…
-
The Automatic Module feature has 2 modes in terms of how it choses the generated module's name:
- implicit: the name is derived from the **jar filename**, which could change eg. if someone imports …
-
I briefly mentioned this to @wasabii over [here](https://github.com/sorcerdon/FOP.NetCore/issues/1#issuecomment-1948703606) and have created a little repro project: [IKVM.FOP.zip](https://github.com/i…
-
When I'm defining my DSL project as a Java module (with Java 11):
```
module io.sarl.lang {
requires org.eclipse.xtext;
requires org.eclipse.xtext.util;
....
}
```
The Java compile…