First, the patches don't cleanly apply, because they're modifying .gitignore and pom.xml, neither of which exist in the source tree.
Second, they're using static import and annotation constructs, which don't exist in the minimum supported version of the Java language (1.4), as specified in the build.xml file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'd like to apply this, but can't.
First, the patches don't cleanly apply, because they're modifying .gitignore and pom.xml, neither of which exist in the source tree.
Second, they're using static import and annotation constructs, which don't exist in the minimum supported version of the Java language (1.4), as specified in the build.xml file.
Ticket moved from /p/dnsjava/patches/24/
https://github.com/dnsjava/dnsjava/pull/22