-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for com.hazelcast:hazelcast:5.2.1
#169
Conversation
217ea0c
to
6f3eb79
Compare
8ac9391
to
a599d2e
Compare
|
717200e
to
9685913
Compare
com.hazelcast:hazelcast:5.2.1
com.hazelcast:hazelcast:5.1.5
45cb593
to
0bec2c9
Compare
com.hazelcast:hazelcast:5.1.5
com.hazelcast:hazelcast:5.2.1
|
....1/src/test/resources/META-INF/native-image/javax.cache/cache-api/1.1.1/resource-config.json
Outdated
Show resolved
Hide resolved
0bec2c9
to
6c9498f
Compare
|
Hey, no idea why the Github Actions won't run. I have no broader experience with either Hazelcast nor Github Actions, so I'm afraid I can't really help on that. |
|
6c9498f
to
74ab6e8
Compare
JUnit Jupiter:HazelcastTest:testJCache()
MethodSource [className = 'com.lingh.HazelcastTest', methodName = 'testJCache', methodParameterTypes = '']
=> com.oracle.svm.core.jdk.UnsupportedFeatureError: SerializationConstructorAccessor class not found for declaringClass: javax.cache.configuration.FactoryBuilder$SingletonFactory (targetConstructorClass: java.lang.Object). Usually adding javax.cache.configuration.FactoryBuilder$SingletonFactory to serialization-config.json fixes the problem.
org.graalvm.nativeimage.builder/com.oracle.svm.core.util.VMError.unsupportedFeature(VMError.java:89)
org.graalvm.nativeimage.builder/com.oracle.svm.core.reflect.serialize.SerializationSupport.getSerializationConstructorAccessor(SerializationSupport.java:143)
[email protected]/jdk.internal.reflect.MethodAccessorGenerator.generateSerializationConstructor(MethodAccessorGenerator.java:48)
[email protected]/jdk.internal.reflect.ReflectionFactory.generateConstructor(ReflectionFactory.java:463)
[email protected]/jdk.internal.reflect.ReflectionFactory.newConstructorForSerialization(ReflectionFactory.java:455)
[email protected]/java.io.ObjectStreamClass.getSerializableConstructor(ObjectStreamClass.java:1443)
[email protected]/java.io.ObjectStreamClass$2.run(ObjectStreamClass.java:412)
[email protected]/java.io.ObjectStreamClass$2.run(ObjectStreamClass.java:384)
[email protected]/java.security.AccessController.executePrivileged(AccessController.java:168)
[email protected]/java.security.AccessController.doPrivileged(AccessController.java:318)
[...]
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
1203964
to
e297dfe
Compare
e297dfe
to
eef33a7
Compare
|
We changed some repo configuration so it shouldn't happen anymore. If that doesn't solve the problem, we will explore some other options |
What does this PR do?
com.hazelcast:hazelcast:5.2.1
#122 .io.vertx:vertx-core:4.3.5
#117 .Checklist before merging