[struts] branch master updated (af3ee07 -> 375193c)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts.git. from af3ee07 WW-4866 Includes 9+ JDKs add 1b87970 Update maven-wrapper to 3.5.4 and add maven-wrapper.jar to .gitignore new 375193c Merge pull request #266 from sepe81/update-maven-to-3.5.4 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .gitignore | 1 + .mvn/wrapper/MavenWrapperDownloader.java | 2 +- .mvn/wrapper/maven-wrapper.jar | Bin 48336 -> 0 bytes .mvn/wrapper/maven-wrapper.properties| 2 +- mvnw | 2 +- mvnw.cmd | 2 +- 6 files changed, 5 insertions(+), 4 deletions(-) delete mode 100755 .mvn/wrapper/maven-wrapper.jar
[struts] 01/01: Merge pull request #266 from sepe81/update-maven-to-3.5.4
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git commit 375193ce883c21242c670d8565c97e06707a8b74 Merge: af3ee07 1b87970 Author: Lukasz Lenart AuthorDate: Wed Nov 14 12:47:19 2018 +0100 Merge pull request #266 from sepe81/update-maven-to-3.5.4 Update maven-wrapper to 3.5.4 and add maven-wrapper.jar to .gitignore .gitignore | 1 + .mvn/wrapper/MavenWrapperDownloader.java | 2 +- .mvn/wrapper/maven-wrapper.jar | Bin 48336 -> 0 bytes .mvn/wrapper/maven-wrapper.properties| 2 +- mvnw | 2 +- mvnw.cmd | 2 +- 6 files changed, 5 insertions(+), 4 deletions(-)
[struts] branch master updated: delete not-deleted profiling interceptors from plugins
This is an automated email from the ASF dual-hosted git repository. yasserzamani pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git The following commit(s) were added to refs/heads/master by this push: new 6b0f905 delete not-deleted profiling interceptors from plugins 6b0f905 is described below commit 6b0f90575eacc98b0723375b6674bc57e2520005 Author: Yasser Zamani AuthorDate: Wed Nov 14 17:14:44 2018 +0330 delete not-deleted profiling interceptors from plugins See also WW-4979 --- plugins/oval/src/main/resources/struts-plugin.xml | 1 - plugins/rest/src/main/resources/struts-plugin.xml | 1 - 2 files changed, 2 deletions(-) diff --git a/plugins/oval/src/main/resources/struts-plugin.xml b/plugins/oval/src/main/resources/struts-plugin.xml index cb702e2..8b205a7 100644 --- a/plugins/oval/src/main/resources/struts-plugin.xml +++ b/plugins/oval/src/main/resources/struts-plugin.xml @@ -42,7 +42,6 @@ - diff --git a/plugins/rest/src/main/resources/struts-plugin.xml b/plugins/rest/src/main/resources/struts-plugin.xml index 2a49ceb..62be4e4 100644 --- a/plugins/rest/src/main/resources/struts-plugin.xml +++ b/plugins/rest/src/main/resources/struts-plugin.xml @@ -81,7 +81,6 @@ -
[struts-site] 01/01: Merge pull request #120 from lukaszlenart/eol-23
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-site.git commit b8659775cf7293d89047a3ab98362f0f08ffdc84 Merge: e59291b 93ba7a4 Author: Lukasz Lenart AuthorDate: Wed Nov 14 20:16:30 2018 +0100 Merge pull request #120 from lukaszlenart/eol-23 Adds Struts 2.3.x EOL announcement source/index.html | 9 - source/struts23-eol-announcement.md | 40 + 2 files changed, 44 insertions(+), 5 deletions(-)
[struts-site] branch master updated (e59291b -> b865977)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts-site.git. from e59291b Cleans up file upload documentation add 7a41f31 Adds Struts 2.3.x announcement add 93ba7a4 Fixes minor typos new b865977 Merge pull request #120 from lukaszlenart/eol-23 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: source/index.html | 9 - source/struts23-eol-announcement.md | 40 + 2 files changed, 44 insertions(+), 5 deletions(-) create mode 100644 source/struts23-eol-announcement.md
[struts-site] branch asf-site updated: Updates production by Jenkins
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/struts-site.git The following commit(s) were added to refs/heads/asf-site by this push: new 8e3e373 Updates production by Jenkins 8e3e373 is described below commit 8e3e3731e8608898e3abf600c1e431dc31f57aff Author: jenkins AuthorDate: Wed Nov 14 19:31:06 2018 + Updates production by Jenkins --- content/index.html | 9 +- .../{index.html => struts23-eol-announcement.html} | 146 +++-- 2 files changed, 54 insertions(+), 101 deletions(-) diff --git a/content/index.html b/content/index.html index f88e773..916f0ac 100644 --- a/content/index.html +++ b/content/index.html @@ -178,12 +178,11 @@ -Apache Struts Extras GA +Apache Struts 2.3.x EOL - The Struts Extras secure Multipart plugins General Availability - versions 1.1, use them to secure your - application against critical security vulnerability reported in S2-045, - S2-046, read more in Announcement - or in https://github.com/apache/struts-extras";>README + The Apache Struts Team informs about discontinuing support for Struts 2.3.x branch in 6 months, you can expect only support + in case of security issues and we recommend migration to the latest version of Struts, read more in + Announcement diff --git a/content/index.html b/content/struts23-eol-announcement.html similarity index 62% copy from content/index.html copy to content/struts23-eol-announcement.html index f88e773..ee10646 100644 --- a/content/index.html +++ b/content/struts23-eol-announcement.html @@ -7,11 +7,13 @@ - Welcome to the Apache Struts project + Apache Struts 2.3.x EOL Announcement + + @@ -121,101 +123,53 @@ - - - - -Apache Struts -Apache Struts is a free, open-source, MVC framework for creating elegant, - modern Java web applications. It favors convention over configuration, is - extensible using a plugin architecture, and ships with plugins to support - REST, AJAX and JSON. - - - Download - - - Technology Primer - - - - - - - -Google's Patch Reward program -During http://www.meetup.com/sfhtml5/";>SFHTML5 Google announced that - they extend their program to cover the Apache Struts project as well. Now you can earn - money preparing patches for us! - read more - - - -Apache Struts 2.5.18 GA - - Apache Struts 2.5.18 GA has been releasedon 15 October 2018. - -Read more in Announcement or in -https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.5.18";>Version notes - - -Apache Struts 2.3.36 GA - - It's the latest release of Struts 2.3.x which contains the latest security fixes, - released on 15 October 2018. Read more in Announcement or in - https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.3.36";>Version notes - - - - - -Immediately upgrade commons-fileupload to version 1.3.3 - - The Apache Struts Team recommends to immediately upgrade your Struts 2 - based projects to use the latest released version of Commons - FileUpload library, which is currently 1.3.3. - Announcement - - - -Apache Struts Extras GA - - The Struts Extras secure Multipart plugins General Availability - versions 1.1, use them to secure your - application against critical security vulnerability reported in S2-045, - S2-046, read more in Announcement - or in https://github.com/apache/struts-extras";>README - - - -Immediately upgrade to version 2.5.18 or 2.3.36 - - The Apache Security Struts Team recommends to immediately upgrade your Struts 2 based projects to use - the latest released version of the Apache Struts to prevent possible RCE attack when using results with no namespace, - reported in https://cwiki.apache.org/confluence/display/WW/S2-057";>S2-057. Read more in Announcement. - - - - - - - Keep in touch: - - - IRC: #struts - -https://www.facebook.com/apachestruts"; data-width="250" data-layout="button_count" - data-action="like" data-show-faces="false" data-share="true" class="fb-like"> - - -http://struts.apache.org/"; - class="g-plusone"> - - https://twitter.com/TheApacheStruts"; data-show-count="false" data-lang="en" - data-width="240px" data-align="left" class="twitter-foll
[struts-site] branch master updated: Adds missing announcement to the list
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-site.git The following commit(s) were added to refs/heads/master by this push: new d6677a8 Adds missing announcement to the list d6677a8 is described below commit d6677a86b026ef689b76b6cbea8fc5d6fa617b45 Author: Lukasz Lenart AuthorDate: Wed Nov 14 20:38:43 2018 +0100 Adds missing announcement to the list --- docker/Dockerfile | 4 +--- source/announce.md | 9 + source/index.html | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index d701859..7e8ba14 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -6,11 +6,9 @@ RUN \ apk upgrade && \ apk add bash sudo curl-dev ruby-dev build-base libffi-dev && \ apk add ruby ruby-io-console ruby-bundler nodejs && \ - gem clean && gem install bundler io-console --no-document && \ + gem clean && gem install bundler io-console --pre --no-document && \ sudo rm -rf /usr/lib/ruby/gems/*/cache/*.gem && \ - rm -rf /var/cache/apk/* && \ - addgroup -S -g 1000 jekyll && \ adduser -S -G jekyll -u 1000 -h /home/jekyll -D jekyll && \ mkdir -p /srv/jekyll && \ diff --git a/source/announce.md b/source/announce.md index 7415af3..99fe1f0 100644 --- a/source/announce.md +++ b/source/announce.md @@ -13,6 +13,15 @@ title: Announcements 2018 Skip to: Announcements - 2017 + 14 November 2018 - Apache Struts 2.3.x End-Of-Life (EOL) Announcement {#a20181114} + +The Apache Struts Project Team would like to inform you that the Struts 2.3.x web framework will reach +its end of life in 6 months and won't be longer officially supported. + +Please check the following reading to find more details. + + - [Apache Struts 2.3.x EOL Announcement](struts23-eol-announcement), including a detailed Q/A section + 15 October 2018 - Struts 2.3.36 General Availability {#a20181015-2} The Apache Struts group is pleased to announce that Struts 2.3.36 is available as a "General Availability" diff --git a/source/index.html b/source/index.html index 007fe6f..0b7ff74 100644 --- a/source/index.html +++ b/source/index.html @@ -62,7 +62,7 @@ title: Welcome to the Apache Struts project The Apache Struts Team informs about discontinuing support for Struts 2.3.x branch in 6 months, you can expect only support in case of security issues and we recommend migration to the latest version of Struts, read more in - Announcement + Announcement
[struts-site] branch master updated: Fixes small typo
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-site.git The following commit(s) were added to refs/heads/master by this push: new 9db2373 Fixes small typo 9db2373 is described below commit 9db23731d3ea3bfdb7c6e3d75ab72c38ad12a8b5 Author: Lukasz Lenart AuthorDate: Wed Nov 14 20:40:44 2018 +0100 Fixes small typo --- source/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.html b/source/index.html index 0b7ff74..514350f 100644 --- a/source/index.html +++ b/source/index.html @@ -62,7 +62,7 @@ title: Welcome to the Apache Struts project The Apache Struts Team informs about discontinuing support for Struts 2.3.x branch in 6 months, you can expect only support in case of security issues and we recommend migration to the latest version of Struts, read more in - Announcement + Announcement
[struts-site] branch asf-site updated: Updates production by Jenkins
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/struts-site.git The following commit(s) were added to refs/heads/asf-site by this push: new 3e6593f Updates production by Jenkins 3e6593f is described below commit 3e6593fa109c4cbb0a3bb3d414b12477fb1a11e8 Author: jenkins AuthorDate: Wed Nov 14 19:45:36 2018 + Updates production by Jenkins --- content/announce.html | 12 content/index.html| 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/content/announce.html b/content/announce.html index ea06c3f..46f662f 100644 --- a/content/announce.html +++ b/content/announce.html @@ -130,6 +130,7 @@ Announcements 2018 + 14 November 2018 - Apache Struts 2.3.x End-Of-Life (EOL) Announcement 15 October 2018 - Struts 2.3.36 General Availability 15 October 2018 - Struts 2.5.18 General Availability 22 August 2018 - CVE-2018-11776 Apache Struts 2.3 to 2.3.34 and 2.5 to 2.5.16 @@ -144,6 +145,17 @@ Skip to: Announcements - 2017 +14 November 2018 - Apache Struts 2.3.x End-Of-Life (EOL) Announcement + +The Apache Struts Project Team would like to inform you that the Struts 2.3.x web framework will reach +its end of life in 6 months and won’t be longer officially supported. + +Please check the following reading to find more details. + + + Apache Struts 2.3.x EOL Announcement, including a detailed Q/A section + + 15 October 2018 - Struts 2.3.36 General Availability The Apache Struts group is pleased to announce that Struts 2.3.36 is available as a “General Availability” diff --git a/content/index.html b/content/index.html index 916f0ac..012b331 100644 --- a/content/index.html +++ b/content/index.html @@ -182,7 +182,7 @@ The Apache Struts Team informs about discontinuing support for Struts 2.3.x branch in 6 months, you can expect only support in case of security issues and we recommend migration to the latest version of Struts, read more in - Announcement + Announcement
[struts-site] branch master updated: Adds jekyll build to properly regenerate site locally
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-site.git The following commit(s) were added to refs/heads/master by this push: new 56a7370 Adds jekyll build to properly regenerate site locally 56a7370 is described below commit 56a73709103f89686c2255d882ef1eece1de70a0 Author: Lukasz Lenart AuthorDate: Wed Nov 14 20:47:45 2018 +0100 Adds jekyll build to properly regenerate site locally --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 7e8ba14..eb4303a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -18,4 +18,4 @@ RUN \ EXPOSE 4000 WORKDIR /srv/jekyll USER jekyll -ENTRYPOINT bundle install && bundle exec jekyll serve --watch --trace --host=0.0.0.0 --force_polling --incremental +ENTRYPOINT bundle install && bundle exec jekyll build && bundle exec jekyll serve --watch --trace --host=0.0.0.0 --force_polling --incremental
[struts] 01/01: Merge pull request #264 from JCgH4164838Gh792C124B5/localS2_2_5_x_Branch
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch struts-2-5-x in repository https://gitbox.apache.org/repos/asf/struts.git commit 415ce3e16548b3ff814ad0e86c3aa7fe0614e5c3 Merge: 12c3d23 fe6257b Author: Lukasz Lenart AuthorDate: Wed Nov 14 20:54:19 2018 +0100 Merge pull request #264 from JCgH4164838Gh792C124B5/localS2_2_5_x_Branch Update Struts 2.5.19 build with some newer (compatible) library versions plugins/embeddedjsp/pom.xml| 1 - .../interceptor/OValValidationInterceptorTest.java | 29 +++- pom.xml| 82 +- 3 files changed, 75 insertions(+), 37 deletions(-)
[struts] branch struts-2-5-x updated (12c3d23 -> 415ce3e)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch struts-2-5-x in repository https://gitbox.apache.org/repos/asf/struts.git. from 12c3d23 Merge pull request #260 from yasserzamani/WW-4974 add 3b81a9e Update Struts 2.5.19 build with some newer (compatible) library versions. add 478a9b8 Update Struts 2.5.19 build to use some newer (compatible) library versions. add fe6257b Merge branch 'localS2_2_5_x_Branch' of https://github.com/JCgH4164838Gh792C124B5/struts into localS2_2_5_x_Branch new 415ce3e Merge pull request #264 from JCgH4164838Gh792C124B5/localS2_2_5_x_Branch The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: plugins/embeddedjsp/pom.xml| 1 - .../interceptor/OValValidationInterceptorTest.java | 29 +++- pom.xml| 82 +- 3 files changed, 75 insertions(+), 37 deletions(-)
[struts] 01/01: Merge pull request #265 from JCgH4164838Gh792C124B5/localS2Branch
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git commit 7e720bf5f877ef8fed709d07274a8d0f0e6c4bf5 Merge: 6b0f905 53d7d04 Author: Lukasz Lenart AuthorDate: Wed Nov 14 20:56:29 2018 +0100 Merge pull request #265 from JCgH4164838Gh792C124B5/localS2Branch Update Struts 2.6.0 build with some newer (compatible) library versions. .../webapp/WEB-INF/fileupload/multiple-success.jsp | 65 +++ plugins/embeddedjsp/pom.xml| 1 - .../interceptor/OValValidationInterceptor.java | 3 +- .../interceptor/OValValidationInterceptorTest.java | 29 - pom.xml| 73 +- 5 files changed, 138 insertions(+), 33 deletions(-)
[struts] branch master updated (6b0f905 -> 7e720bf)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts.git. from 6b0f905 delete not-deleted profiling interceptors from plugins add 53d7d04 Update Struts 2.6.0 build with some newer (compatible) library versions. new 7e720bf Merge pull request #265 from JCgH4164838Gh792C124B5/localS2Branch The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: ...pleUploadUsingList.jsp => multiple-success.jsp} | 33 +++--- plugins/embeddedjsp/pom.xml| 1 - .../interceptor/OValValidationInterceptor.java | 3 +- .../interceptor/OValValidationInterceptorTest.java | 29 - pom.xml| 73 +- 5 files changed, 96 insertions(+), 43 deletions(-) copy apps/showcase/src/main/webapp/WEB-INF/fileupload/{multipleUploadUsingList.jsp => multiple-success.jsp} (55%)
[struts] 01/02: WW-4952 Uses the latest struts-master pom in bom as well
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git commit 4df1e965bcc1dc57246201973c7b729bf55a3ae9 Author: Lukasz Lenart AuthorDate: Thu Nov 15 08:00:46 2018 +0100 WW-4952 Uses the latest struts-master pom in bom as well --- bom/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom/pom.xml b/bom/pom.xml index e60bb1f..c6a3889 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -25,7 +25,7 @@ org.apache.struts struts-master -11 +13 struts2-bom
[struts] branch master updated (7e720bf -> 526fa66)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts.git. from 7e720bf Merge pull request #265 from JCgH4164838Gh792C124B5/localS2Branch new 4df1e96 WW-4952 Uses the latest struts-master pom in bom as well new 526fa66 Cleans up test resources that were referencing dropped interceptor The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: bom/pom.xml | 2 +- core/src/test/resources/xwork - jar.jar | Bin 2448 -> 2538 bytes core/src/test/resources/xwork - zip.zip | Bin 2449 -> 2509 bytes core/src/test/resources/xwork-jar.jar | Bin 2441 -> 2501 bytes core/src/test/resources/xwork-zip.zip | Bin 2440 -> 2500 bytes 5 files changed, 1 insertion(+), 1 deletion(-)
[struts] 02/02: Cleans up test resources that were referencing dropped interceptor
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git commit 526fa66a0306e4bcd1434d0b00de3b833c2e8ebd Author: Lukasz Lenart AuthorDate: Thu Nov 15 08:01:35 2018 +0100 Cleans up test resources that were referencing dropped interceptor --- core/src/test/resources/xwork - jar.jar | Bin 2448 -> 2538 bytes core/src/test/resources/xwork - zip.zip | Bin 2449 -> 2509 bytes core/src/test/resources/xwork-jar.jar | Bin 2441 -> 2501 bytes core/src/test/resources/xwork-zip.zip | Bin 2440 -> 2500 bytes 4 files changed, 0 insertions(+), 0 deletions(-) diff --git a/core/src/test/resources/xwork - jar.jar b/core/src/test/resources/xwork - jar.jar index 00497c2..8206d3e 100644 Binary files a/core/src/test/resources/xwork - jar.jar and b/core/src/test/resources/xwork - jar.jar differ diff --git a/core/src/test/resources/xwork - zip.zip b/core/src/test/resources/xwork - zip.zip index 9fcbeee..a04c87e 100644 Binary files a/core/src/test/resources/xwork - zip.zip and b/core/src/test/resources/xwork - zip.zip differ diff --git a/core/src/test/resources/xwork-jar.jar b/core/src/test/resources/xwork-jar.jar index 1818394..70434e6 100644 Binary files a/core/src/test/resources/xwork-jar.jar and b/core/src/test/resources/xwork-jar.jar differ diff --git a/core/src/test/resources/xwork-zip.zip b/core/src/test/resources/xwork-zip.zip index 596606b..1825195 100644 Binary files a/core/src/test/resources/xwork-zip.zip and b/core/src/test/resources/xwork-zip.zip differ
[struts] branch master updated (526fa66 -> 4b51f93)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts.git. from 526fa66 Cleans up test resources that were referencing dropped interceptor add 3613cc0 Remove cglib-nodep add 790235b Remove cglib new 4b51f93 Merge pull request #268 from sepe81/remove-dependency-cglib-nodep The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: core/pom.xml| 6 -- plugins/portlet/pom.xml | 5 - pom.xml | 13 - 3 files changed, 24 deletions(-)
[struts] 01/01: Merge pull request #268 from sepe81/remove-dependency-cglib-nodep
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git commit 4b51f93d5c100cc2171a41284b8cc798045729ba Merge: 526fa66 790235b Author: Lukasz Lenart AuthorDate: Thu Nov 15 08:09:30 2018 +0100 Merge pull request #268 from sepe81/remove-dependency-cglib-nodep Remove dependencies cglib and cglib-nodep core/pom.xml| 6 -- plugins/portlet/pom.xml | 5 - pom.xml | 13 - 3 files changed, 24 deletions(-)