krasa / krasa-jaxb-tools

XJC / JAXB plugin for generation of Bean Validation Annotations (JSR-303) and replacing primitive types
Apache License 2.0
61 stars 47 forks source link

Best possible fix for #40 due to impedance mismatch JSR303 vs XSD #45

Closed davidkarlsen closed 8 years ago

davidkarlsen commented 8 years ago

xsd does not align totally with JSR303 - so the best we can do is to actually allow for all digits to be integers which is a valid edge-case.

davidkarlsen commented 8 years ago

awesome - could you do a release of it as well?

krasa commented 8 years ago

done.

krasa commented 7 years ago

40