You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2014/09/02 02:12:21 UTC

[1/2] git commit: TAP5-1934: Kaptcha Component throws NPE after session is expired

Repository: tapestry-5
Updated Branches:
  refs/heads/master 268f06c89 -> 60a669440


TAP5-1934: Kaptcha Component throws NPE after session is expired


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/ba50ae8d
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/ba50ae8d
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/ba50ae8d

Branch: refs/heads/master
Commit: ba50ae8dfd99ba8ebee63e2b658b98e1def8fba8
Parents: 268f06c
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Mon Sep 1 16:46:53 2014 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Mon Sep 1 16:46:53 2014 -0700

----------------------------------------------------------------------
 tapestry-kaptcha/build.gradle | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/ba50ae8d/tapestry-kaptcha/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-kaptcha/build.gradle b/tapestry-kaptcha/build.gradle
index c1dc5ed..83d3d72 100644
--- a/tapestry-kaptcha/build.gradle
+++ b/tapestry-kaptcha/build.gradle
@@ -2,8 +2,11 @@ description = "Kaptcha user verification support"
 
 dependencies {
     compile project(':tapestry-core')
+
     compile "com.github.axet:kaptcha:0.0.8"
-    
+
+    provided "javax.servlet:servlet-api:${versions.servletapi}"
+
     testCompile project(':tapestry-test')
 }
 


[2/2] git commit: TAP5-2379: Upgrade to Less4j 1.8.1 and ANTL 3.5.2

Posted by hl...@apache.org.
TAP5-2379: Upgrade to Less4j 1.8.1 and ANTL 3.5.2


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/60a66944
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/60a66944
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/60a66944

Branch: refs/heads/master
Commit: 60a669440fa74494938234882d41a4ab2a771e2b
Parents: ba50ae8
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Mon Sep 1 17:12:22 2014 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Mon Sep 1 17:12:22 2014 -0700

----------------------------------------------------------------------
 build.gradle                       | 4 ++--
 tapestry-core/build.gradle         | 4 ++--
 tapestry-webresources/build.gradle | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/60a66944/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 241adf4..797244e 100755
--- a/build.gradle
+++ b/build.gradle
@@ -276,7 +276,7 @@ subprojects {
             "commons-io:commons-io:2.4",
             "commons-logging:commons-logging:1.1.3",
             "hsqldb:hsqldb:2.2.8",
-            "org.antlr:antlr-runtime:3.4",
+            "org.antlr:antlr-runtime:3.5.2",
             "org.apache.tomcat:dbcp:6.0.32",
             "org.hamcrest:hamcrest-core:1.3",
             "org.json:json:20140107",
@@ -610,4 +610,4 @@ task updateBootstrap << {
     }
     into('tapestry-webresources/src/test/webapp/bootstrap/')
   }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/60a66944/tapestry-core/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-core/build.gradle b/tapestry-core/build.gradle
index 41c2adf..c16cd48 100644
--- a/tapestry-core/build.gradle
+++ b/tapestry-core/build.gradle
@@ -27,12 +27,12 @@ dependencies {
     compile "commons-codec:commons-codec:1.5"
 
     // Transitive will bring in the unwanted string template library as well
-    compile "org.antlr:antlr-runtime:3.3", {
+    compile "org.antlr:antlr-runtime:3.5.2", {
         exclude group: "org.antlr", module: "stringtemplate"
     }
 
     // Antlr3 tool path used with the antlr3 task
-    antlr3 "org.antlr:antlr:3.3"
+    antlr3 "org.antlr:antlr:3.5.2"
 
     testRuntime "org.hsqldb:hsqldb:1.8.0.10"
 }

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/60a66944/tapestry-webresources/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-webresources/build.gradle b/tapestry-webresources/build.gradle
index 283bd9c..a92bd77 100644
--- a/tapestry-webresources/build.gradle
+++ b/tapestry-webresources/build.gradle
@@ -2,7 +2,7 @@ description = "Integration with WRO4J to perform runtime CoffeeScript compilatio
 
 dependencies {
     compile project(":tapestry-core")
-    compile "com.github.sommeri:less4j:1.5.3"
+    compile "com.github.sommeri:less4j:1.8.1"
     compile "com.google.javascript:closure-compiler:v20131014"
     compile "org.mozilla:rhino:1.7R4"
 


[2/2] git commit: TAP5-2379: Upgrade to Less4j 1.8.1 and ANTL 3.5.2

Posted by hl...@apache.org.
TAP5-2379: Upgrade to Less4j 1.8.1 and ANTL 3.5.2


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/60a66944
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/60a66944
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/60a66944

Branch: refs/heads/master
Commit: 60a669440fa74494938234882d41a4ab2a771e2b
Parents: ba50ae8
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Mon Sep 1 17:12:22 2014 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Mon Sep 1 17:12:22 2014 -0700

----------------------------------------------------------------------
 build.gradle                       | 4 ++--
 tapestry-core/build.gradle         | 4 ++--
 tapestry-webresources/build.gradle | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/60a66944/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 241adf4..797244e 100755
--- a/build.gradle
+++ b/build.gradle
@@ -276,7 +276,7 @@ subprojects {
             "commons-io:commons-io:2.4",
             "commons-logging:commons-logging:1.1.3",
             "hsqldb:hsqldb:2.2.8",
-            "org.antlr:antlr-runtime:3.4",
+            "org.antlr:antlr-runtime:3.5.2",
             "org.apache.tomcat:dbcp:6.0.32",
             "org.hamcrest:hamcrest-core:1.3",
             "org.json:json:20140107",
@@ -610,4 +610,4 @@ task updateBootstrap << {
     }
     into('tapestry-webresources/src/test/webapp/bootstrap/')
   }
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/60a66944/tapestry-core/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-core/build.gradle b/tapestry-core/build.gradle
index 41c2adf..c16cd48 100644
--- a/tapestry-core/build.gradle
+++ b/tapestry-core/build.gradle
@@ -27,12 +27,12 @@ dependencies {
     compile "commons-codec:commons-codec:1.5"
 
     // Transitive will bring in the unwanted string template library as well
-    compile "org.antlr:antlr-runtime:3.3", {
+    compile "org.antlr:antlr-runtime:3.5.2", {
         exclude group: "org.antlr", module: "stringtemplate"
     }
 
     // Antlr3 tool path used with the antlr3 task
-    antlr3 "org.antlr:antlr:3.3"
+    antlr3 "org.antlr:antlr:3.5.2"
 
     testRuntime "org.hsqldb:hsqldb:1.8.0.10"
 }

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/60a66944/tapestry-webresources/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-webresources/build.gradle b/tapestry-webresources/build.gradle
index 283bd9c..a92bd77 100644
--- a/tapestry-webresources/build.gradle
+++ b/tapestry-webresources/build.gradle
@@ -2,7 +2,7 @@ description = "Integration with WRO4J to perform runtime CoffeeScript compilatio
 
 dependencies {
     compile project(":tapestry-core")
-    compile "com.github.sommeri:less4j:1.5.3"
+    compile "com.github.sommeri:less4j:1.8.1"
     compile "com.google.javascript:closure-compiler:v20131014"
     compile "org.mozilla:rhino:1.7R4"