fix!: align ApplicationInformation with ESPI 4.0 XSD schema #34
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
Fixes ApplicationInformation structure to strictly match ESPI 4.0 XSD schema (lines 62-246), removing 7 extension fields and ensuring proper field ordering for valid XML marshalling.
Breaking Changes
Extension fields removed:
kindthirdPartyApplicationNamethirdPartyLoginScreenURIdataCustodianDefaultBatchResourcedataCustodianDefaultSubscriptionResourcedataCustodianThirdPartySelectionScreenURIthirdPartyDataCustodianSelectionScreenURIChanges Made
Phase 1: DTO Updates
ApplicationInformationDtoto match XSD sequencePhase 2: Entity Updates
ApplicationInformationEntityto match XSD sequence@JoinTable→@CollectionTablefor grantTypes fieldPhase 3: Database Migration
Phase 4: Mapper Updates
ApplicationInformationMapperfield mappingsPhase 5: Code Cleanup
findByKind()from Repository, Service, and ServiceImplPhase 6: Test Updates
TestDataBuilders.javaApplicationInformationRepositoryTest.javaSubscriptionRepositoryTest.javaTest Results
✅ All 515 non-Docker tests passed (517 total, 2 require Docker)
Critical tests:
Expected failures (Docker not running):
Deployment Considerations
Validation
Related
Fixes: ApplicationInformation XML marshalling now produces valid ESPI 4.0 XML
Implements: Strict ESPI 4.0 XSD compliance for ApplicationInformation
🤖 Generated with Claude Code