-
Notifications
You must be signed in to change notification settings - Fork 6
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
Consider updating JDK version for java-json-tools repos #12
Comments
Asked a question in google/guava#3595 about how downstream projects are expected to provide JRE vs. Android support if they're Guava consumers. |
Forgot these docs too: |
Per advice on google/guava#3595, posted a question on StackOverflow. |
I don't know whether there's a settled answer to this, so I am replying half to link to this Google Cloud proposed best practice, which suggests not bumping, and half to subscribe to this thread to hear if other people have recommendations to the contrary :) |
Given @cpovirk's advice, I propose:
Feedback accepted until end of September, after which point I'll make the requisite changes. |
See java-json-tools/jackson-coreutils/issues/12. Also added missing compile dependency that was luckily fulfilled by dependencies.
See java-json-tools/jackson-coreutils/issues/12. Also added missing compile dependency that was luckily fulfilled by dependencies.
See java-json-tools/jackson-coreutils/issues/12. Also added missing compile dependency that was luckily fulfilled by dependencies.
All that is left is bumping the minor version, which we'll do upon the next release. |
JDK 1.6 is hard to build on these days:
We should consider upgrading the JDK, presumably to JDK 1.8.
Things to consider:
/cc @huggsboson
The text was updated successfully, but these errors were encountered: