-
## Observed vs. expected behavior
```java
BooleanBuilder sizeFilter = new BooleanBuilder();
sizeFilter.and(Expressions.numberTemplate(Double.class,
"truncate({0} / {1} , 4)",
…
-
- [ ] Change version to JDK 21 in Dockerfile and Gradle
-
Failure link
------------
https://openj9-jenkins.osuosl.org/job/Build_JDKnext_aarch64_linux_OpenJDK/660/console
Optional info
-------------
Failure output (captured from console output)
…
-
https://github.com/adoptium/aqa-tests/pull/5553#issuecomment-2340815163 have reminded me old issue, where some external tests, eg jacoco, works fine with 8-17 but do not work with jdk21
Unluckily, …
-
### 问题描述
2.0.53版本在jdk21下多构造函数时反序列化异常
### 环境信息
- JDK:jdk-21.0.2
- fastjson:2.0.53
### 重现步骤
#### 【测试代码一】
```
com.alibaba.fastjson2
fastjson2
…
-
Caused by: org.apache.ws.commons.schema.XmlSchemaException: External DTD: Failed to read external DTD 'XMLSchema.dtd', because 'http' access is not allowed due to restriction set by the accessExternal…
-
当前最新版本是否兼容JDK21 若无 是否有对应的支持计划?
-
### Apache NetBeans version
Apache NetBeans 20
### What happened
I am trying to bugfix the support for debugging GraalVM languages to run properly on GraalVM for JDK21+. However the GraalVM for JDK…
-
java开发,因为工具使用了lwjgl库需要JNI调用C接口,所以试图使用latx-x86_64运行trmurin JDK21-x64 启动程序。
Java环境可以正常运行,进入lwjgl加载so时系统提示: 段错误。
如果采用loongarch j原生java则会出现: can't load AMD 64 .so on a LoongArch platform 错误。
附…
-
It is impossible to build BC with Gradle, because it seems to require that **all** the four JDKs - JDK8, JDK11, JDK17, JDK21 - are installed.
No sane organization, except for those who's distributi…