-
Spring Framework currently shades ASM for several features:
1. bytecode generation with cglib
2. reading class metadata from bytecode
Our usage of ASM is not a problem these days and we tend to a…
-
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
### Motivation
Pulsar function and connector in Kubernetes runtime sho…
-
At its core, the JNA project is supported through JNI. Since Java 17, Java has already provided foreign function features, although it is only in preview, but I think JNA can also be launched with an …
-
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…
-
This issues aims to detail and track the progress towards adopting Java 22 as build and runtime requirement for Trino.
# Background and motivation
Trino completely adopted Java 21 as of Trino 43…
-
Provide a standard API for parsing, generating, and transforming Java class files. This is a [preview API].
https://openjdk.org/jeps/457
-
The free exchange rate API I used was consumed by API Layer that I refuse to use because (1) they limit to 10 requests per month which is unsatisfactory, and (2) they require HTTP without SSL.
The …
-
Flix now targets Java 21. We should take advantage of that:
- We already use `VirtualThread`s.
- We now have access to a much expanded Java Standard Library. Can we make advantage?
- Are there ne…
-
Any nbm module with code in it set to JDK 22 fails with :
` Execution default-manifest of goal org.apache.netbeans.utilities:nbm-maven-plugin:14.0:manifest failed: Unsupported class file major versi…
-
Hello,
Running Lua inside Java is great, and thanks for the work you've done so far.
Lua is meant to be a scripting language to embed in applications, as such it would be interesting to offer so…