-
Notifications
You must be signed in to change notification settings - Fork 17
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
Backwards compatablity #58
Comments
See comments in 07e8a69. I suggest: Gradle buildcurrent LTS
Line 25 in 07e8a69
Sources
Line 41 in 07e8a69
Line 25 in 07e8a69
So basically the current setup. When a new LTS drops the following lines have to be changed:
Line 25 in 07e8a69
Line 41 in 07e8a69
The major version should be increased: Line 20 in 07e8a69
The changelog/release notes should say something along the lines:
|
Thanks for the review. I've added some comments to the build script to highlight where things need to be changed and also created ADR 10 to cover binary compatibility. |
I am concerned that supporting backwards compatibility right back to Java 8 (see PR 53) will result in problems down the line (e.g. new functionality that uses other libraries, inability to use new features in Java that could lighten the coding workload). This was the reason for ADR 8.
However, as @wviana mentioned
So my proposal would be:
Any thoughts on this?
The text was updated successfully, but these errors were encountered: