[libspring-java] 01/05: Fix FTBFS and update 0041-servlet-api-compatibility.patch
Markus Koschany
apo at moszumanska.debian.org
Sun Feb 4 20:01:09 UTC 2018
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository libspring-java.
commit e6539dac72289eb3318bd2a9b92718d2b7d336be
Author: Markus Koschany <apo at debian.org>
Date: Sun Feb 4 20:20:00 2018 +0100
Fix FTBFS and update 0041-servlet-api-compatibility.patch
Thanks: Hans Joachim Desserud for the report and patch.
Closes: #886164
---
debian/patches/0041-servlet-api-compatibility.patch | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/debian/patches/0041-servlet-api-compatibility.patch b/debian/patches/0041-servlet-api-compatibility.patch
index 5588712..0f2e328 100644
--- a/debian/patches/0041-servlet-api-compatibility.patch
+++ b/debian/patches/0041-servlet-api-compatibility.patch
@@ -100,17 +100,3 @@ 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