You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2018/05/26 11:57:41 UTC

[2/2] wicket git commit: WICKET-6552 Spring proxy creation fails with IAE inside ASM ClassReader on JDK10

WICKET-6552 Spring proxy creation fails with IAE inside ASM ClassReader on JDK10

Upgrade Jetty to 9.4.10. It depends on ASM 6.1.
9.4.7 was depending on ASM 5.2


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/899fe946
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/899fe946
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/899fe946

Branch: refs/heads/wicket-8.x
Commit: 899fe94664b135a3a94fb362dfff5e882d18c92a
Parents: 5f4c81a
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Sat May 26 14:56:46 2018 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Sat May 26 14:56:46 2018 +0300

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/899fe946/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9051210..c614d5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@
 		<!-- Project Versions -->
 		<cglib.version>3.2.6</cglib.version>
 		<jacoco.version>0.7.9</jacoco.version>
-		<jetty.version>9.4.7.v20170914</jetty.version>
+		<jetty.version>9.4.10.v20180503</jetty.version>
 		<joda-time.version>2.9.9</joda-time.version>
 		<junit.version>4.12</junit.version>
 		<spring.version>4.3.10.RELEASE</spring.version>