[libspring-java] 05/06: Fixed a build failure caused by the latest Tomcat 8 update
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Dec 4 18:39:48 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libspring-java.
commit c4a71863a9cb7c9400247545fb034e061a2c7693
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Dec 4 19:32:16 2017 +0100
Fixed a build failure caused by the latest Tomcat 8 update
---
debian/changelog | 1 +
debian/patches/0041-servlet-api-compatibility.patch | 14 ++++++++++++++
2 files changed, 15 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 316f934..9c7d0ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libspring-java (4.3.13-1) UNRELEASED; urgency=medium
* New upstream release
- Refreshed the patches
* Replaced the dependency on glassfish-j2ee with the Geronimo spec jars
+ * Fixed a build failure caused by the latest Tomcat 8 update
* Standards-Version updated to 4.1.2
-- Emmanuel Bourg <ebourg at apache.org> Mon, 04 Dec 2017 13:20:48 +0100
diff --git a/debian/patches/0041-servlet-api-compatibility.patch b/debian/patches/0041-servlet-api-compatibility.patch
index 0f2e328..5588712 100644
--- a/debian/patches/0041-servlet-api-compatibility.patch
+++ b/debian/patches/0041-servlet-api-compatibility.patch
@@ -100,3 +100,17 @@ Forwarded: no
+ throw new UnsupportedOperationException();
+ }
}
+--- a/spring-test/src/main/java/org/springframework/test/context/web/socket/MockServerContainer.java
++++ b/spring-test/src/main/java/org/springframework/test/context/web/socket/MockServerContainer.java
+@@ -58,6 +58,11 @@
+ }
+
+ @Override
++ public void setDefaultAsyncSendTimeout(long timeout) {
++ this.defaultAsyncSendTimeout = timeout;
++ }
++
++ @Override
+ public long getDefaultMaxSessionIdleTimeout() {
+ return this.defaultMaxSessionIdleTimeout;
+ }
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libspring-java.git
More information about the pkg-java-commits
mailing list