microstream
microstream copied to clipboard
Quarkus integration
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
Please do sync merge with master first... now we have a lot of changes that are already in master...
Another thought, shouldn't the @Storage annotation be called @Root or @StorageRoot?
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.