-
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
Hazelcast 3.4.0 support #515
Comments
To solve this i already collected metadata for the above mentioned application. Then filtered the metadata for After a bit of working around and reducing the metadata i got our application running with following: reflection-config.json
The question for me now is how am i correctly contributing this? |
Hey @simonhir, here is our guide on how to contribute metadata: https://github.com/oracle/graalvm-reachability-metadata/blob/master/CONTRIBUTING.md |
Hey @simonhir, I just wanted to check if you had any troubles making a pull request according to our docs. It should be pretty simple, just:
Here is an example of a pull request: #462 |
Hey @dnestoro thank you for you explanation. |
Unfortunately, I still haven't had time due to other projects. However, I should definitely be able to do this by mid-October and then implement the whole thing directly for the latest version. |
Looked in today but couldn't get it working. Has nothing to do with the above instructions but with the Hazelcast tests themselves. What i tried to do is copy and modify the existing tests, as i never worked with Hazelcast itself but always through spring-session-hazelcast and thought that must be the easiest way.
All in all, it probably makes much more sense for someone who is familiar with Hazelcast to do this. |
Is your feature request related to a problem? Please describe.
Hazelcast currently is not working with version 3.4.0 (also 4.3.6) as some metadata ist missing.
Describe the solution you'd like
Add missing metadata for supporting hazelcast 3.4.0.
Describe alternatives you've considered
Don't update metadata: hazelcast no longer works in native images from at least version 4.3.6
Additional context
We currently are trying to run a spring-cloud-gateway with spring-session-hazelcast and hazelcast (3.4.0) as native image.
While starting there are some hazelcast reflections missing.
The text was updated successfully, but these errors were encountered: