Skip to content

Upgrade Hazelcast tests for 5.3+ compatibility and add native-image support#663

Merged
vjovanov merged 2 commits intooracle:masterfrom
erguiti-imane:GR-68435/com-hazelcast/fix-5.5.0
Nov 13, 2025
Merged

Upgrade Hazelcast tests for 5.3+ compatibility and add native-image support#663
vjovanov merged 2 commits intooracle:masterfrom
erguiti-imane:GR-68435/com-hazelcast/fix-5.5.0

Conversation

@erguiti-imane
Copy link
Copy Markdown
Contributor

feat: upgrade Hazelcast tests for 5.3+ compatibility and add native-image support

  • Add native-image reflection config for Hazelcast core classes and client proxies
  • Add resource config for ServiceLoader discovery of NodeExtension and DataSerializerHook
  • Update JCache tests to handle enterprise licensing changes in 5.3+
  • Replace IAtomicLong with IMap-based counter (enterprise feature workaround)
  • Replace CP subsystem locks with IMap-based locking
  • Add ClientReliableTopicConfig for reliable topic functionality
  • Include fallback to native Hazelcast API when JCache fails
  • Add proper resource cleanup with try-finally blocks in updated tests
  • Regenerate native-image metadata for updated dependencies

What does this PR do?

Code sections where the PR accesses files, network, docker or some external service

  • (example link to code section)

Checklist before merging

@erguiti-imane erguiti-imane requested a review from a team as a code owner August 28, 2025 20:25
@erguiti-imane erguiti-imane force-pushed the GR-68435/com-hazelcast/fix-5.5.0 branch from 7fa6f3c to 598ff31 Compare August 29, 2025 11:57
@fniephaus fniephaus removed their request for review October 13, 2025 15:25
@vjovanov vjovanov self-requested a review November 13, 2025 12:03
…mage support

- Add native-image reflection config for Hazelcast core classes and client proxies
- Add resource config for ServiceLoader discovery of NodeExtension and DataSerializerHook
- Update JCache tests to handle enterprise licensing changes in 5.3+
- Replace IAtomicLong with IMap-based counter (enterprise feature workaround)
- Replace CP subsystem locks with IMap-based locking
- Add ClientReliableTopicConfig for reliable topic functionality
- Include fallback to native Hazelcast API when JCache fails
- Add proper resource cleanup with try-finally blocks in updated tests
- Regenerate native-image metadata for updated dependencies
@vjovanov vjovanov force-pushed the GR-68435/com-hazelcast/fix-5.5.0 branch from 598ff31 to de9f2c7 Compare November 13, 2025 12:04
@vjovanov vjovanov merged commit 5a4e6a9 into oracle:master Nov 13, 2025
10 checks passed
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.

3 participants