-
how far is the developement for 1.18 support?
-
### Description
The Maven builds runs with JDK 11, and some modules still claim want to bei JDK 7 compatible.
By using JDK 11 to build, it misses when Java adds a new API in JDK 8-11: The code …
ahus1 updated
2 years ago
-
There are useless parentheses spread across many grammars in the repo, which I've been trying to correct. Here is a list as produced by a Trash script (see the following comments).
This is the scri…
-
### Old caption
`[ByteBuddy] NoClassDefFoundError: java.lang.instrument.Instrumentation`
#### Summary
Running tests included in JUnit 5's [documentation](https://github.com/junit-team/junit5/…
-
**Summary**
In order to reduce DTS costs for cross-zone data transfer, we should investigate whether we should enable transport compression between nodes by default.
We could consider using a li…
-
See background: http://openjdk.java.net/jeps/238
It would be nice to use some of the newer array methods and range checking methods in java 9 for example, without waiting for lucene 10 or something. …
-
I buid a demo application every thing is ok until a module-info.java(every dependency module required) added into src/main/java directory. when ./gradlew build, it's said
the module com.formdev.fl…
-
https://github.com/cyberalexander/Hibernate-Academy-Example/blob/5350f8d0f7315daeaaeb70d899f2d4f54dd23a35/src/main/java/by/academy/it/loader/PersonMenu.java#L77
-
quimo@Evans-Air sendemailaction % mvn clean package
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------< com.stream-pi:sendemailaction >--------------------
[INFO] Building sendemai…
-
since java9 java supports a release flag for building to make sure the code is not using newer APIs. this is supported in maven and gradle:
* https://maven.apache.org/plugins/maven-compiler-plugin/…