java-bean-validation-extension
java-bean-validation-extension copied to clipboard
Maven Central
Thank you so much. This is a great library! As a feature request, could you please add it to Maven Central and include the coordinate instructions in the readme?
@levonk When I have some spare time I will definitely add it to some repo.
If you are interested in contributing to the library (libraries), you are more than welcome as well.
@nomemory do you have anything specific in mind? Additional features, increased test coverage?
@fndejong
-
Test coverage is not stellar, and tests can be improved.
-
New ideas/implementations for Annotations are nice: annotations for validating JSONs or XML, more advanced annotations than the ones that exist in Hibernate Validator / Bean Validation JSR-380 for Date;
-
An improved way of throwing exceptions with
SimpleValidation.java
class - It's needed to add in the BeanValidationException more information like the field where the validation failed; -
Additional examples are also nice - but for this I think it's better to create a new repo.
-
Improved logging - basically now logging is almost non-existent;
Also, thanks for asking and for looking at the library.
PS: If you like contributing to open source, you can also take a look at https://github.com/nomemory/mockneat - it also needs some additions.
Great, I'll have a look tonight if I can contribute. It certainly seems like a useful library!
Hi do you plan to push to maven central ?
Thanks
@dgautier
I am planning to do that, but I never considered to be a priority. Do you think it's a big draw-back if for the moment the library only stands in bintray (I am actually asking for a honest opinion) ?
Thanks
Most company i've worked with won't use something unavailable on central, but i wouldn't say i'ts a big drawback.
It's not really complicated to push to central, juste follow à tutorial if you've never done it.
Cheers