Issues integrating Eclipse Store as an Helidon 4 extension #119
Replies: 3 comments 5 replies
-
Also, what happened to BinaryHandlersJDK17::registerJDK17TypeHandlers - was it removed? |
Beta Was this translation helpful? Give feedback.
-
Cache will come with 1.1, in about 2 weeks from now. |
Beta Was this translation helpful? Give feedback.
-
@fh-ms I added back the JDK17 enhancement. Question: It is referenced here for several artifacts, but uses the same version variable defined above for persistence-binary-jdk17 (as this artfact is not transitively included and needs to be included explicitly?): eclipse-store is technically a different project from eclipse-serializer, so maybe we should specify its version in a separate variable if the version deviate in the future?
|
Beta Was this translation helpful? Give feedback.
-
Hello,
I am trying to integrate Eclipse Store into Helidon 4, similarly to how Microstream 8 was integrated in Helidon 4.
However, I face some issues with the eclipse store codebase:
If I use the official release 1.0.0, I noticed that it lacks the cache module, which exists in the Microstream 8 and is, therefore, used in the Helidon 4 extension?
if I try 1.1.0-SNAPSHOT (which is what the current main branch uses), the cache module was added back, but all module-info.java were stripped away - why?
@fh-ms @zdenek-jonas
Beta Was this translation helpful? Give feedback.
All reactions