Rafael Winterhalter
Rafael Winterhalter
## Problem description Jackson's XML annotation handler does not currently process the `XmlSeeAlso` of the JAXB specification. As a result, it is always possible to serialize objects based on JAXB,...
I am creating a new ticket after a comment in a [previous thread on this current limitation](https://github.com/FasterXML/jackson-modules-base/issues/45#issuecomment-1404450400). I summarize the problem here to avoid the need for constant backtracking. ##...
When using a catalog in non-XML format, this fails as XJC always parses catalog files as if they were XML. This worked prior to XJC 2.3.0 but stopped working with...
This PR allows to compile box scripts without Java source code cross-compilation but rather uses direct byte code generation. So far, not all language constructs are supported.
## Environment **Liquibase Version**: 3.9.0 (reproduces with 4.0.0-beta1) **Liquibase Integration & Version**: API use from Java **Liquibase Extension(s) & Version**: none **Database Vendor & Version**: HSQLDB 2.3.4 **Operating System Type...
To simplify debugging, each transformer's result should be validated to check if the created stack is equivalent with the requested result which should be an empty stack or a stack...
## Impact - [ ] Bug fix (non-breaking change which fixes expected existing functionality) - [x] Enhancement/New feature (adds functionality without impacting existing logic) - [ ] Breaking change (fix...