-
JDK 21 will be released very soon and I saw some libraries are starting to prepare their library for Loom.
eg:
https://github.com/graphql-java/graphql-java/pull/3317
https://github.com/reactor/reac…
-
**Describe the problem**
Applications using Java9+ benefit from libraries have Java Module (JPMS) support. This comes in two stages:
1. Ideally, add `module-info.java` to the library. Either publi…
-
I am running version 3.6, minecraft 1.8.1 (everything the newest as of today). Looks like the same issue that somebody else had below. The output was as follows:
[info] Searching for biome color pr…
-
##### Description
This plugin would allow the generation of Javadoc from the generated Java client using mvn javadoc:javadoc, making it easier to document the Java client API.
@cliffano has updated …
-
2024-10-28 15:09:09.137 28335-28340 hev.sockstun hev.sockstun I Compiler allocated 6315KB to compile void android.view.ViewRootImpl.performTraversals()
2024-10-28 …
-
### Feature description
All dependencies with `api` need a version set or they end up with a pom with no version set.
All other dependencies that are in the bom do not need a version set.
-
### Issue Summary
I am currently running into dependency incompatibility issues between this library and the Okta one. Both libraries utilize the jjwt-api/jjwt-impl libraries which are currently …
-
Running minecraft 1.9
`[info] Searching for biome color profiles.
[info] Unable to find biome color profile folder.
[info] Beginning latest version list load.
[info] Attempting to download remote vers…
-
There is some code which relies on / uses the AWS SDK v1. We should update that to use the AWS SDK v2 and remove that dependency. The AWS SDK v1 is being EOL'd soon and most libraries these days are b…
-
I'm crashing on startup with Fabric API 0.2.7 build 127 / Fabric Loader0.4.6 build 144
main bit:
``` java
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors!
…