java-bean-validation-extension icon indicating copy to clipboard operation
java-bean-validation-extension copied to clipboard

Maven Central

Open levonk opened this issue 7 years ago • 7 comments

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 avatar Oct 13 '17 16:10 levonk

@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 avatar Oct 16 '17 07:10 nomemory

@nomemory do you have anything specific in mind? Additional features, increased test coverage?

fndejong avatar Oct 18 '17 12:10 fndejong

@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.

nomemory avatar Oct 18 '17 13:10 nomemory

Great, I'll have a look tonight if I can contribute. It certainly seems like a useful library!

fndejong avatar Oct 18 '17 13:10 fndejong

Hi do you plan to push to maven central ?

Thanks

dgautier avatar Apr 03 '18 07:04 dgautier

@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

nomemory avatar Apr 03 '18 08:04 nomemory

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

dgautier avatar Apr 03 '18 19:04 dgautier