fix(#1054): Resolve split packages in validation sub-packages#1621
Closed
christophd wants to merge 1 commit into
Closed
fix(#1054): Resolve split packages in validation sub-packages#1621christophd wants to merge 1 commit into
christophd wants to merge 1 commit into
Conversation
Move validation context implementation classes out of packages shared between citrus-api and citrus-base to eliminate split packages flagged by Quarkus SplitPackageProcessor. Strategy: - YamlMessageValidationContext: moved to citrus-api (zero base deps) - Json contexts: moved to o.c.validation.json.support - Xml contexts: moved to o.c.validation.xml.support - WS contexts: moved to o.c.validation.ws.support - Script contexts: moved to o.c.validation.script.support This is Phase 1 — 5 of 31 overlapping packages resolved. Closes #1054 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
citrus-apiandcitrus-basefor 5 validation sub-packages (validation.json,validation.xml,validation.ws,validation.script,validation.yaml)YamlMessageValidationContexttocitrus-api(zero citrus-base dependencies).supportsub-packages incitrus-baseThis is Phase 1 of #1054 — 5 of 31 overlapping packages are resolved. The remaining 26 packages can be addressed in follow-up PRs using the same pattern.
Migration notes
The following classes have moved to new packages:
YamlMessageValidationContexto.c.validation.yaml(citrus-base)o.c.validation.yaml(citrus-api)JsonMessageValidationContexto.c.validation.jsono.c.validation.json.supportJsonPathMessageValidationContexto.c.validation.jsono.c.validation.json.supportXmlMessageValidationContexto.c.validation.xmlo.c.validation.xml.supportXpathMessageValidationContexto.c.validation.xmlo.c.validation.xml.supportSoapFaultDetailValidationContexto.c.validation.wso.c.validation.ws.supportSoapFaultValidationContexto.c.validation.wso.c.validation.ws.supportDefaultScriptValidationContexto.c.validation.scripto.c.validation.script.supportTemplateBasedScriptBuildero.c.validation.scripto.c.validation.script.supportTest plan
./mvnw clean install -DskipTests)🤖 Generated with Claude Code