fillumina / krasa-jaxb-tools

XJC / JAXB plugin for generation of Bean Validation Annotations 2.0 (JSR-380)
Apache License 2.0
6 stars 10 forks source link

Pattern generates a List of duplicate patterns, if @size is also present. #8

Closed chin1085 closed 5 months ago

chin1085 commented 2 years ago

Generated duplicate patterns: @NotNull @Size(max = 70) @Pattern.List({ @Pattern(regexp = ".{1,70}"), @Pattern(regexp = ".{1,70}") }) protected String streetAndNumber;

fillumina commented 5 months ago

Could you please check against the new 2.3 version please? Thanks

fillumina commented 5 months ago

I have just added a test that prove the bug fixed.