-
Notifications
You must be signed in to change notification settings - Fork 585
Labels
Milestone
Description
There are the following problems:
- Incorrect processing of error types in
AptTypeFactory, where an inner type without a package does not resolve into a proper class name - Micronaut Data integration fails at test compile, due to a problem with one of the Micronaut annotation processors (under investigation, will reference issue)
- Pinning no longer happens for
synchronized, we have test that expect it (TestPinnedThread.java) - Microstream integration fails (see below), disabling tests for Java 24
MutualTlsTest- changed messages in TLS handshakeCipherSuiteTest- changed supported cipher suites
As a result the repo cannot be built using Java 24 (using build 36 to validate).
Microstream stack (using latest Microstream version):
io.helidon.integrations.microstream.core.ConfigurationTest.createFromConfigTest Time elapsed: 0.455 s <<< ERROR!
java.lang.NoSuchMethodError: 'void sun.misc.Unsafe.ensureClassInitialized(java.lang.Class)'
at one.microstream.memory.sun.JdkInternals.ensureClassInitialized(JdkInternals.java:988)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Closed