-
Notifications
You must be signed in to change notification settings - Fork 677
JDK11 support #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JDK11 support #37
Conversation
|
Due to the reformatting the differences are really hard to spot. |
|
@mgh87 If you hit |
|
Thanks for pointing out the whitespace filter. (Wasn't aware of this feature). That would keep it stable for 8 and 11, since 11 is not that wide spread yet. |
|
https://github.com/mgh87/spring-boot-vuejs/tree/java11_support Here would be my change to a profile approach. GitHub, didn't let me create a pull request to your repository, for whatever reason. |
++ some simplification. ++ https update
|
@jonashackt @mgh87 comments welcome! |
|
Hey @DMLoy & @mgh87 - sorry for the delay, but I was really busy - and didn't want to tackle issues, that would have been solved in the future (like extra surefire configuration and so on). Now with #45 - and just using TravisCI building on all major JDKs, this should be done right now. If you'd like to test, it would be great. Closing this now. |
This would make this a Java 11 project.
testandspring-boot:runall work with what I've tested.#17 was the inspiration. But JDK11 is LTS.