This is an automated email from the ASF dual-hosted git repository.

ieb pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-jsp.git


The following commit(s) were added to refs/heads/master by this push:
     new d03ed99  SLING-3317 Concurrent access to WeakHashMap ... causes 100% 
CPU Fixed by upgrading Jasper to 6.0.30 from 6.0.14 which is embeded. No 
changes to code. Artifcat verified by diff
d03ed99 is described below

commit d03ed99072412195bc2ebd2be84a994102872a54
Author: Ian Boston <[email protected]>
AuthorDate: Wed Nov 29 11:40:55 2017 +0000

    SLING-3317 Concurrent access to WeakHashMap ... causes 100% CPU
    Fixed by upgrading Jasper to 6.0.30 from 6.0.14 which is embeded. No 
changes to code. Artifcat verified by diff
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index a56d77e..2f8b763 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,13 +89,13 @@
         <dependency>
             <groupId>org.apache.tomcat</groupId>
             <artifactId>jsp-api</artifactId>
-            <version>6.0.14</version>
+            <version>6.0.30</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.tomcat</groupId>
             <artifactId>el-api</artifactId>
-            <version>6.0.14</version>
+            <version>6.0.30</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -135,7 +135,7 @@
         <dependency>
             <groupId>org.apache.tomcat</groupId>
             <artifactId>jasper-el</artifactId>
-            <version>6.0.14</version>
+            <version>6.0.30</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to