-
The -Xbootclasspath option has been removed from Java 9 onwards and thus running the BIMserver starter with a Java 9+ JVM and then specifying another JVM does not work anymore.
Error occurred d…
-
trying out a simple slack API within a module, but seeing this problem
```
Error: Modules jslack.api.client and jslack.api.model export package com.github.seratch.jslack.common.json to module okio
…
-
Allowing people running XMage on OpenJDK 11+ would involve many steps:
_(**UPDATE**: expect this list to be updated dynamically)_
- [X] Replace `sun.reflect.generics.reflectiveObjects.ParameterizedT…
-
Using `ObjectMapper` to serialize and then deserialize a `StackTraceElement` results in an instance with null values for `classLoaderName`, `moduleName`, and `moduleVersion`. Those elements are presen…
-
Running with Java 9 does not work, as
* The jar file (and therefore the automatic module) is not an open module, but wants BridJ to load the DLLs from itself
* BridJ is not Java 9 compatible, as the…
-
【环境准备】
```
BINARY_URL=oss://dragonwell/11.0.25.22.9-test-dragonwell_extended/Alibaba_Dragonwell_Extended_11.0.25.22.9_riscv64_linux.tar.gz
TEST_IMAGE=oss://dragonwell/11.0.25.22.9-test-drago…
-
**Title**: Add Module Support for OkHttp to Improve Compatibility with `jlink` and Java 9+ Modules
**Description**:
I am currently working on a project using OkHttp (version 4.x / 5.0.0-alpha.14) an…
-
@adamretter The 9.5.fb branch is ready for testing the Java build. Let me know if you find any issues.
hx235 updated
3 months ago
-
As part of running an es|ql error the following error occurred:
```
Caused by: java.io.EOFException: read past EOF: MemorySegmentIndexInput(path=".../elasticsearch-9.0.0-SNAPSHOT/data/indices/5KLVwOQ…
-
### Version
main branch
### Describe what's wrong
version: 0.7.0-incubating
WEB-INF/lib/FastInfoset-1.2.15.jar is not found when gravitino server starts, and api responses nothing after server …