You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update MigrationVerificationTest to use Jackson 3 instead of pure JAXB
The production code uses Jackson 3 XmlMapper with JAXB annotations (hybrid
approach), not pure JAXB. Updated the test to match production implementation.
This fixes the CI/CD failure where pure JAXB couldn't handle @XmlTransient
annotations on utility methods in POJOs with @XmlAccessorType(PROPERTY).
Jackson 3 handles this correctly, which is why all other tests pass.
Related: #62
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments