This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository undertow.
commit 47f7ce3af4b7045ce8976944eaafe2e0ac4d5aae Author: Markus Koschany <[email protected]> Date: Sun Apr 10 20:11:49 2016 +0200 Add patch comment --- debian/patches/JettyALPNClientProvider.patch | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/patches/JettyALPNClientProvider.patch b/debian/patches/JettyALPNClientProvider.patch index 6fcf53f..b80f048 100644 --- a/debian/patches/JettyALPNClientProvider.patch +++ b/debian/patches/JettyALPNClientProvider.patch @@ -2,6 +2,11 @@ From: Markus Koschany <[email protected]> Date: Sun, 10 Apr 2016 19:45:14 +0200 Subject: JettyALPNClientProvider +Fix compilation error "local variable X is accessed from within inner class; +needs to be declared final" I'm not sure why this wasn't spotted upstream or +whether it is a Java 8 or Java 9 issue. + +Forwarded: no --- core/src/main/java/io/undertow/client/JDK9ALPNClientProvider.java | 2 +- core/src/main/java/io/undertow/client/JettyALPNClientProvider.java | 2 +- -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/undertow.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

