Commit 70bf12e
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 dependencies1 parent 60b9de5 commit 70bf12e
File tree
25 files changed
+4833
-2
lines changed- metadata/com.hazelcast/hazelcast
- 5.5.0
- tests/src
- com.hazelcast/hazelcast/5.5.0
- src/test
- java/com_hazelcast/hazelcast
- callable
- customSerializer
- globalSerializer
- identifiedDataSerializable
- portableSerializable
- query
- resources/META-INF/native-image/hazelcast-validation-test-metadata
25 files changed
+4833
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
0 commit comments