smartnews / jpa-entity-generator

Lombok-wired JPA entity source code generator, Gradle and Maven supported.
MIT License
211 stars 72 forks source link

Update build settings, bump patch version of libs #12

Closed seratch closed 6 years ago

seratch commented 6 years ago

This pull request updates the following dependencies to the latest:

Also, I've added more JDKs in Travis tests. Through doing that, I found that Lombok has a compatibility issue with OpenJDK 11. I will create an issue report on Lombok project later.

seratch commented 6 years ago

I've created a minimum working example to reproduce the Lombok issue and reported the issue to the project. https://github.com/rzwitserloot/lombok/issues/1877

seratch commented 6 years ago

I don't see any problem. Let me merge this pull request myself.