Antonio Santos
Antonio Santos
@lukasj This issue can be closed!! Regards, Antonio.
Fixed since https://github.com/jakartaee/jaxb-api/commit/2fc2446980711533cf11c31ca535f3f677c389b6
@lukasj Issue very old with a very obvious solution (generate with every field), is it necessary to maintain this? Regards, Antonio.
https://jakarta.ee/specifications/xml-binding/4.0/jakarta-xml-binding-spec-4.0#usage-6
@lukasj Both classes are from JDK. In fact, eclipse-ee4j/jaxb-ri takes preference for CharSequence instead of String in RuntimeBuiltinLeafInfoImpl class, at line 908. Take it out and check if really jaxb-api...
@lukasj The proper link mentions the use of an adapter class when it really makes use of java.util.Date instead of java.util.Calendar: https://eclipse-ee4j.github.io/jaxb-ri/4.0.3/docs/ch03.html#customization-of-schema-compilation-using-different-datatypes Is it necessary to modify API to include...
@lukasj What do you think about replacing Calendar to ZonedDateTime? Would it be in a future 4.1 release because of break backward-compatibility? Regards, Antonio.
@lukasj APT was deprecated in JDK 8. jaxb-api compiles with release 11 using JDK21 in CI. Maybe you could close this issue. Regards, Antonio.
Fixed since https://github.com/jakartaee/jaxb-api/commit/5ee21af6b81107bd2d5f5213046627797f12cf80
@lukasj I don't see any references about 'generateIsSetMethod' in the API, only in spec documentation. Is it correct to maintain this issue here instead of eclipse-ee4j/jaxb-ri? Regards, Antonio.