refactor(runtime): share Jakarta adapters across runtimes - #148
Merged
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.
Summary
jfoundry-jakartawith portablejfoundry-web-jaxrs,jfoundry-transaction-jta, andjfoundry-domain-event-jtamodulesExceptionandErrorfailures when JTA rollback, rollback-only, timeout reset, or transaction resume cleanup also failsScopedValuefor the lexically bounded JTA domain-event scope andMath.clampfor bounded HTTP body captureAGENTS.mdand the framework maintenance skillVerification
./mvnw -pl jfoundry-runtime/jfoundry-jakarta/jfoundry-transaction-jta,jfoundry-runtime/jfoundry-jakarta/jfoundry-domain-event-jta -am test./mvnw -pl jfoundry-runtime/jfoundry-jakarta/jfoundry-web-jaxrs,jfoundry-runtime/jfoundry-quarkus/runtime/jfoundry-quarkus-runtime,jfoundry-runtime/jfoundry-helidon/runtime/jfoundry-helidon-runtime -am test./mvnw validatebash scripts/verify-dependency-boundaries-test.shbash scripts/verify-dependency-boundaries.shJAVA_25_HOME=/Users/huangxiao/.sdkman/candidates/java/25.2.4-graalce scripts/verify-ci-matrix.shJAVA_25_HOME=/Users/huangxiao/.sdkman/candidates/java/current GRAALVM_HOME=/Users/huangxiao/.sdkman/candidates/java/current bash scripts/verify-runtime-ci.sh quarkus --stage allJAVA_25_HOME=/Users/huangxiao/.sdkman/candidates/java/current GRAALVM_HOME=/Users/huangxiao/.sdkman/candidates/java/current bash scripts/verify-runtime-ci.sh helidon --stage allCompatibility
Existing Quarkus and Helidon public runtime entry-point class names, configuration keys, and runtime behavior remain unchanged. Runtime modules gain managed transitive dependencies on the shared Jakarta implementation artifacts. Cleanup failures are now attached as suppressed exceptions instead of replacing an existing primary failure. Spring and WebClient support are unchanged.