Skip to content
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 native image support for Hazelcast instrumentation #5618

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

izeye
Copy link
Contributor

@izeye izeye commented Nov 1, 2024

This PR tries to add native image support for Hazelcast.

Closes gh-5604

Copy link
Member

@shakuzen shakuzen left a 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. Do you think there's any issue merging this for 1.12.x so we can resolve the issue in patch releases for Hazelcast users?

We should probably think about adding some native image testing if we're intending to support it as a feature, but I think we can consider/work on that in a separate pull request from this.

@izeye izeye changed the base branch from main to 1.12.x November 7, 2024 10:48
@izeye
Copy link
Contributor Author

izeye commented Nov 7, 2024

Do you think there's any issue merging this for 1.12.x so we can resolve the issue in patch releases for Hazelcast users?

@shakuzen No, I switched the base branch to 1.12.x.

@shakuzen shakuzen changed the title Add native image support for Hazelcast Add native image support for Hazelcast instrumentation Nov 11, 2024
@shakuzen shakuzen merged commit d6fa977 into micrometer-metrics:1.12.x Nov 11, 2024
6 checks passed
@izeye izeye deleted the gh-5604 branch November 11, 2024 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Native Image Hazelcast error: java.lang.NoSuchMethodError: com.hazelcast.map.IMap.getName()
2 participants