How to register Java 17 type handlers with the Helidon SE MicroStream adapter? #629
Replies: 1 comment 2 replies
-
To use those handlers the microstream setup must be done without the help of the EmbeddedStorageManagerBuilder. Please be aware that the helidon integration still uses microstream version 05.00.02-MS-GA. In the first step you may extract the microstream configuration properties from the helidon configuration:
Now you can create the EmbeddedStorageFoundation using the properties:
Next setup the BinaryHandlersJDK17:
With the foundation set up, create the EmbeddedStorageManager:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, @hg-ms
After looking the example for Helidon SE, I wrote the below configuration code, but it does not look right to me - how is the foundation object affecting the creation of the embedded storage manager builder at all? Am I missing something?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions