microstream icon indicating copy to clipboard operation
microstream copied to clipboard

Quarkus integration

Open rdebusscher opened this issue 3 years ago • 1 comments

Extension for Quarkus.

Support for StorageManager configuration through config parameters Root bean creation (@Storage) Customizer of Foundation and initial data.

Examples, see https://github.com/rdebusscher/microstream-quarkus-patterns

rdebusscher avatar Aug 31 '22 14:08 rdebusscher

Please do sync merge with master first... now we have a lot of changes that are already in master...

zdenek-jonas avatar Sep 07 '22 15:09 zdenek-jonas

Another thought, shouldn't the @Storage annotation be called @Root or @StorageRoot?

fh-ms avatar Nov 14 '22 14:11 fh-ms

Another thought, shouldn't the @Storage annotation be called @Root or @StorageRoot?

Maybe/probably. But I'm just following the same naming which was introduced at first with the CDI integration https://github.com/microstream-one/microstream/blob/master/integrations/cdi/src/main/java/one/microstream/integrations/cdi/types/Storage.java

And later on also used in Spring Boot integration.

If it needs to be different, we should also use the new name for the 2 other integrations.

rdebusscher avatar Nov 17 '22 12:11 rdebusscher