Quarkus integration#422
Quarkus integration#422rdebusscher merged 14 commits intomicrostream-one:masterfrom rdebusscher:quarkus-integration
Conversation
...src/main/java/one/microstream/integrations/quarkus/types/impl/BeanCreatorParameterNames.java
Show resolved
Hide resolved
.../runtime/src/main/java/one/microstream/integrations/quarkus/types/impl/StorageClassInfo.java
Show resolved
Hide resolved
integrations/quarkus/runtime/src/main/resources/META-INF/quarkus-extension.yaml
Outdated
Show resolved
Hide resolved
* setup javac as default * add check if the spring-configuration-metadata.json exists in target. (cherry picked from commit ac6eadd)
|
Please do sync merge with master first... now we have a lot of changes that are already in master... |
hg-ms
left a comment
There was a problem hiding this comment.
I saw several unnecessary empty line in several files, maybe you can remove some of them
...a/one/microstream/integrations/quarkus/types/config/EmbeddedStorageFoundationCustomizer.java
Outdated
Show resolved
Hide resolved
...main/java/one/microstream/integrations/quarkus/deployment/MicrostreamExtensionProcessor.java
Outdated
Show resolved
Hide resolved
...main/java/one/microstream/integrations/quarkus/deployment/MicrostreamExtensionProcessor.java
Outdated
Show resolved
Hide resolved
...ment/src/main/java/one/microstream/integrations/quarkus/deployment/StorageBeanBuildItem.java
Outdated
Show resolved
Hide resolved
...untime/src/main/java/one/microstream/integrations/quarkus/types/impl/StorageBeanCreator.java
Outdated
Show resolved
Hide resolved
.../runtime/src/main/java/one/microstream/integrations/quarkus/types/impl/StorageClassInfo.java
Outdated
Show resolved
Hide resolved
| .done(); | ||
|
|
||
| } | ||
| else |
...us/deployment/src/test/java/one/microstream/integrations/quarkus/deployment/CleanupUtil.java
Outdated
Show resolved
Hide resolved
|
Another thought, shouldn't the |
Maybe/probably. But I'm just following the same naming which was introduced at first with the CDI integration 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. |
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