Add quarkus-morphium (de.caluga) as an external extension - #266
Open
Bardioc1977 wants to merge 1 commit into
Open
Add quarkus-morphium (de.caluga) as an external extension#266Bardioc1977 wants to merge 1 commit into
Bardioc1977 wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add quarkus-morphium (de.caluga) as an external extension
quarkus-morphiumis a Quarkus extension for Morphium,a Java MongoDB ODM. Since Morphium 6.3.0 the extension is part of the main Morphium reactor
(
de.caluga:quarkus-morphium), replacing an earlier standalone/Quarkiverse-adjacent repo that sawlittle traffic.
de.caluga:quarkus-morphium, published to Central since 6.3.0.@ConfigMappingconfiguration,@MorphiumTransactionaldeclarativetransactions with CDI lifecycle events, Dev Services (auto-starting MongoDB, optionally as a
replica set), MicroProfile health checks, GraalVM native-image support.
@Repositorysupport viabuild-time Gizmo bytecode generation (query derivation, JDQL,
Page/CursoredPagepagination,Stream/CompletionStageasync queries) — a working MongoDB provider for the spec, not apartial implementation.
@MorphiumChangeUnit/@Execution/@RollbackExecution) with a changelog anddistributed lock, for versioned schema/data migrations.
(
quarkus-morphium/docs/)plus a runnable showcase application
demonstrating every feature end to end.
extensions/morphium.yamladded per the third-party extension convention (own group ID, notio.quarkiverse, per the Quarkiverse onboarding guidelines).