CXF3 wadl2java SourceGenerator does not support BeanValidation for query parameters

2016-08-17 Thread J. Fiala
Currently the wadl2java SourceGenerator (cxf-tools-wadlto-jaxrs) does not support BeanValidation for query parameters I added the support of @NotNull to SourceGenerator.java to start with (see https://github.com/apache/cxf/pull/146, SourceGenerator.java). However, to add @Size/@Min/@Max/@Patt

CXF3 wadl2java - SourceGenerator does not support BeanValidation

2016-08-17 Thread J. Fiala
CXF3 wadl2java SourceGenerator does not support BeanValidation for request/response structures BeanValidation support for request/response structures has been added in this extension to the cxf-wadl2java-plugin: https://github.com/jfiala/krasa-jaxb-tools It would be nice if this can somehow