Add docs to README and ant usage output to specify target Java version.#1
Open
keithrbennett wants to merge 1 commit intodblacka:masterfrom
Open
Add docs to README and ant usage output to specify target Java version.#1keithrbennett wants to merge 1 commit intodblacka:masterfrom
keithrbennett wants to merge 1 commit intodblacka:masterfrom
Conversation
… a Java target version. This is necessary, for example, if the jar file is built with Java 8 but will need to be run with Java 6.
dblacka
added a commit
that referenced
this pull request
Jul 6, 2020
dblacka
added a commit
that referenced
this pull request
Jul 6, 2020
This attempts to adjust the proof to match the errata filed back in 2012. It turns out that the qtype=DS/qtype!=DS logic is the same either in the case we find a matching NSEC3 or we do not and the "next closer" NSEC3 has the opt-out bit set.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This documentation is about a general Java issue and not an issue specific to this repo, but I thought you might want to include it anyway. My ignorance of the target version issue cost me a few hours and I thought an explanation might help others avoid this.
I built the jar file using Java 8, and when it was used with Java 6, got this error:
After some research I found the solution, which is in the documentation I added.