[GitHub] [struts-examples] lukaszlenart merged pull request #161: Bump maven-javadoc-plugin from 3.4.0 to 3.4.1

2022-08-15 Thread GitBox
lukaszlenart merged PR #161: URL: https://github.com/apache/struts-examples/pull/161 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@str

[GitHub] [struts-site] davelnewton opened a new pull request, #168: Linkifies FAQ refs

2022-08-18 Thread GitBox
davelnewton opened a new pull request, #168: URL: https://github.com/apache/struts-site/pull/168 **Issue:** https://stackoverflow.com/questions/73399099/tr-display-none-when-we-use-shidden-tag-of-struts-in-jsp asked a FAQ entry but the FAQ refs on the doc site weren't links so requir

[GitHub] [struts-examples] fp024 opened a new pull request, #163: Added JasperReports tutorial example

2022-08-19 Thread GitBox
fp024 opened a new pull request, #163: URL: https://github.com/apache/struts-examples/pull/163 hello. Because there is no JasperReport tutorial example on struts-example github, I made an example project by looking at the jasper-reports-tutorial document. please check.

[GitHub] [struts-examples] fp024 closed pull request #163: Added JasperReports tutorial example

2022-08-20 Thread GitBox
fp024 closed pull request #163: Added JasperReports tutorial example URL: https://github.com/apache/struts-examples/pull/163 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [struts-examples] fp024 commented on pull request #163: Added JasperReports tutorial example

2022-08-20 Thread GitBox
fp024 commented on PR #163: URL: https://github.com/apache/struts-examples/pull/163#issuecomment-1221258208 hello. I'll do some more checking and submit again. thank you -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [struts-examples] fp024 opened a new pull request, #164: Add JasperReports tutorial example

2022-08-20 Thread GitBox
fp024 opened a new pull request, #164: URL: https://github.com/apache/struts-examples/pull/164 hello. Because there is no JasperReport tutorial example on struts-example github, I made an example project by looking at the jasper-reports-tutorial document. please review.

[GitHub] [struts] yasserzamani merged pull request #573: [WW-5173] - Attempt to fix DI behaviour for custom cache factories

2022-08-21 Thread GitBox
yasserzamani merged PR #573: URL: https://github.com/apache/struts/pull/573 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@struts.apach

[GitHub] [struts-examples] lukaszlenart commented on pull request #164: Add JasperReports tutorial example

2022-08-21 Thread GitBox
lukaszlenart commented on PR #164: URL: https://github.com/apache/struts-examples/pull/164#issuecomment-1221513702 Nice :) LGTM 👍 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[GitHub] [struts-examples] lukaszlenart merged pull request #164: Add JasperReports tutorial example

2022-08-21 Thread GitBox
lukaszlenart merged PR #164: URL: https://github.com/apache/struts-examples/pull/164 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@str

[GitHub] [struts-examples] yasserzamani commented on a diff in pull request #164: Add JasperReports tutorial example

2022-08-21 Thread GitBox
yasserzamani commented on code in PR #164: URL: https://github.com/apache/struts-examples/pull/164#discussion_r950819926 ## jasperreports/pom.xml: ## @@ -0,0 +1,87 @@ + +http://maven.apache.org/POM/4.0.0"; + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; +

[GitHub] [struts-examples] lukaszlenart commented on a diff in pull request #164: Add JasperReports tutorial example

2022-08-21 Thread GitBox
lukaszlenart commented on code in PR #164: URL: https://github.com/apache/struts-examples/pull/164#discussion_r950820154 ## jasperreports/pom.xml: ## @@ -0,0 +1,87 @@ + +http://maven.apache.org/POM/4.0.0"; + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; +

[GitHub] [struts-examples] fp024 commented on a diff in pull request #164: Add JasperReports tutorial example

2022-08-21 Thread GitBox
fp024 commented on code in PR #164: URL: https://github.com/apache/struts-examples/pull/164#discussion_r950825337 ## jasperreports/pom.xml: ## @@ -0,0 +1,87 @@ + +http://maven.apache.org/POM/4.0.0"; + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; + xsi:s

[GitHub] [struts-examples] yasserzamani commented on a diff in pull request #164: Add JasperReports tutorial example

2022-08-21 Thread GitBox
yasserzamani commented on code in PR #164: URL: https://github.com/apache/struts-examples/pull/164#discussion_r950833728 ## jasperreports/pom.xml: ## @@ -0,0 +1,87 @@ + +http://maven.apache.org/POM/4.0.0"; + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; +

[GitHub] [struts-examples] fp024 commented on a diff in pull request #164: Add JasperReports tutorial example

2022-08-21 Thread GitBox
fp024 commented on code in PR #164: URL: https://github.com/apache/struts-examples/pull/164#discussion_r950865890 ## jasperreports/pom.xml: ## @@ -0,0 +1,87 @@ + +http://maven.apache.org/POM/4.0.0"; + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; + xsi:s

[GitHub] [struts-examples] fp024 commented on a diff in pull request #164: Add JasperReports tutorial example

2022-08-21 Thread GitBox
fp024 commented on code in PR #164: URL: https://github.com/apache/struts-examples/pull/164#discussion_r950865890 ## jasperreports/pom.xml: ## @@ -0,0 +1,87 @@ + +http://maven.apache.org/POM/4.0.0"; + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; + xsi:s

[GitHub] [struts-examples] fp024 opened a new pull request, #165: Remove spring-framework-bom dependency from jasperreports example

2022-08-21 Thread GitBox
fp024 opened a new pull request, #165: URL: https://github.com/apache/struts-examples/pull/165 Hello I removed the bom declaration as it was unnecessary. It seems better to use the version set by the Struts 2 Spring plugin. Please review. thank you -- This is an

[GitHub] [struts-examples] dependabot[bot] opened a new pull request, #166: Bump spring-framework-bom from 5.3.20 to 5.3.22

2022-08-21 Thread GitBox
dependabot[bot] opened a new pull request, #166: URL: https://github.com/apache/struts-examples/pull/166 Bumps [spring-framework-bom](https://github.com/spring-projects/spring-framework) from 5.3.20 to 5.3.22. Release notes Sourced from https://github.com/spring-projects/spring-fr

[GitHub] [struts-examples] dependabot[bot] opened a new pull request, #167: Bump dependency-check-maven from 7.1.1 to 7.1.2

2022-08-21 Thread GitBox
dependabot[bot] opened a new pull request, #167: URL: https://github.com/apache/struts-examples/pull/167 Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 7.1.1 to 7.1.2. Release notes Sourced from https://github.com/jeremylong/DependencyCheck/rele

[GitHub] [struts-examples] dependabot[bot] opened a new pull request, #168: Bump slf4j-simple from 1.7.36 to 2.0.0

2022-08-21 Thread GitBox
dependabot[bot] opened a new pull request, #168: URL: https://github.com/apache/struts-examples/pull/168 Bumps [slf4j-simple](https://github.com/qos-ch/slf4j) from 1.7.36 to 2.0.0. Commits https://github.com/qos-ch/slf4j/commit/0614d467d7bca81724f45e228f4f871161222b51";>0614d46

[GitHub] [struts-examples] lukaszlenart merged pull request #166: Bump spring-framework-bom from 5.3.20 to 5.3.22

2022-08-21 Thread GitBox
lukaszlenart merged PR #166: URL: https://github.com/apache/struts-examples/pull/166 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@str

[GitHub] [struts-examples] lukaszlenart merged pull request #167: Bump dependency-check-maven from 7.1.1 to 7.1.2

2022-08-21 Thread GitBox
lukaszlenart merged PR #167: URL: https://github.com/apache/struts-examples/pull/167 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@str

[GitHub] [struts-examples] lukaszlenart merged pull request #168: Bump slf4j-simple from 1.7.36 to 2.0.0

2022-08-21 Thread GitBox
lukaszlenart merged PR #168: URL: https://github.com/apache/struts-examples/pull/168 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@str

[GitHub] [struts-site] lukaszlenart merged pull request #168: Linkifies FAQ refs from struts tags page

2022-08-21 Thread GitBox
lukaszlenart merged PR #168: URL: https://github.com/apache/struts-site/pull/168 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@struts.

[GitHub] [struts-examples] lukaszlenart merged pull request #165: Remove spring-framework-bom dependency from jasperreports example

2022-08-21 Thread GitBox
lukaszlenart merged PR #165: URL: https://github.com/apache/struts-examples/pull/165 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@str

[GitHub] [struts] fp024 opened a new pull request, #589: @Before and @After related question in StrutsJUnit4TestCase class

2022-08-22 Thread GitBox
fp024 opened a new pull request, #589: URL: https://github.com/apache/struts/pull/589 Hello. StrutsJUnit4TestCase class is not using JUnit4's @Before, @After. It works because JUnit4 doesn't even check the package name, it only checks the annotation name. But semantical

[GitHub] [struts] fp024 closed pull request #589: @Before and @After related question in StrutsJUnit4TestCase class

2022-08-22 Thread GitBox
fp024 closed pull request #589: @Before and @After related question in StrutsJUnit4TestCase class URL: https://github.com/apache/struts/pull/589 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the s

[GitHub] [struts-examples] yasserzamani commented on a diff in pull request #164: Add JasperReports tutorial example

2022-08-23 Thread GitBox
yasserzamani commented on code in PR #164: URL: https://github.com/apache/struts-examples/pull/164#discussion_r952303292 ## jasperreports/pom.xml: ## @@ -0,0 +1,87 @@ + +http://maven.apache.org/POM/4.0.0"; + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; +

[GitHub] [struts-examples] lukaszlenart merged pull request #162: Bump javax.el from 3.0.1-b11 to 3.0.1-b12

2022-08-23 Thread GitBox
lukaszlenart merged PR #162: URL: https://github.com/apache/struts-examples/pull/162 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@str

[GitHub] [struts] lukaszlenart opened a new pull request, #590: [WW-5215] Checks is session was already created before applying CSP settings

2022-08-23 Thread GitBox
lukaszlenart opened a new pull request, #590: URL: https://github.com/apache/struts/pull/590 Fixes [WW-5215](https://issues.apache.org/jira/browse/WW-5215) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [struts] lukaszlenart merged pull request #591: Update maven-enforcer-plugin to 3.1.0

2022-08-24 Thread GitBox
lukaszlenart merged PR #591: URL: https://github.com/apache/struts/pull/591 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@struts.apach

[GitHub] [struts] lukaszlenart merged pull request #590: [WW-5215] Checks if session was already created before applying CSP settings

2022-08-24 Thread GitBox
lukaszlenart merged PR #590: URL: https://github.com/apache/struts/pull/590 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@struts.apach

[GitHub] [struts-examples] dependabot[bot] opened a new pull request, #169: Bump quarkus-plugin.version from 2.11.2.Final to 2.11.3.Final

2022-08-28 Thread GitBox
dependabot[bot] opened a new pull request, #169: URL: https://github.com/apache/struts-examples/pull/169 Bumps `quarkus-plugin.version` from 2.11.2.Final to 2.11.3.Final. Updates `quarkus-universe-bom` from 2.11.2.Final to 2.11.3.Final Commits https://github.com/quarkusio/qua

[GitHub] [struts-examples] lukaszlenart merged pull request #169: Bump quarkus-plugin.version from 2.11.2.Final to 2.11.3.Final

2022-08-28 Thread GitBox
lukaszlenart merged PR #169: URL: https://github.com/apache/struts-examples/pull/169 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@str

[GitHub] [struts] lukaszlenart opened a new pull request, #592: [WW-5212] Upgrades to Spring 5.3.22

2022-08-28 Thread GitBox
lukaszlenart opened a new pull request, #592: URL: https://github.com/apache/struts/pull/592 Fixes [WW-5212](https://issues.apache.org/jira/browse/WW-5212) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [struts] lukaszlenart merged pull request #592: [WW-5212] Upgrades to Spring 5.3.22

2022-08-28 Thread GitBox
lukaszlenart merged PR #592: URL: https://github.com/apache/struts/pull/592 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@struts.apach

[GitHub] [struts] lukaszlenart opened a new pull request, #593: [WW-5218] Allows to disable CSP related interceptors

2022-08-31 Thread GitBox
lukaszlenart opened a new pull request, #593: URL: https://github.com/apache/struts/pull/593 Fixes [WW-5218](https://issues.apache.org/jira/browse/WW-5218) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [struts] lukaszlenart merged pull request #593: [WW-5218] Allows to disable CSP related interceptors

2022-09-02 Thread GitBox
lukaszlenart merged PR #593: URL: https://github.com/apache/struts/pull/593 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@struts.apach

[GitHub] [struts] lukaszlenart opened a new pull request, #594: WW-5219 Moves TestNG related classes into TestNG plugin

2022-09-04 Thread GitBox
lukaszlenart opened a new pull request, #594: URL: https://github.com/apache/struts/pull/594 Also moves test classes under testng package Fixes [WW-5219](https://issues.apache.org/jira/browse/WW-5219) -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [struts] lukaszlenart opened a new pull request, #595: WW-5220 Moves JUnit related test into the JUnit plugin

2022-09-04 Thread GitBox
lukaszlenart opened a new pull request, #595: URL: https://github.com/apache/struts/pull/595 Also moves all the plugin classes under junit package Fixes [WW-5220](https://issues.apache.org/jira/browse/WW-5220) -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [struts-examples] dependabot[bot] opened a new pull request, #170: Bump jackson.version from 2.13.3 to 2.13.4

2022-09-05 Thread GitBox
dependabot[bot] opened a new pull request, #170: URL: https://github.com/apache/struts-examples/pull/170 Bumps `jackson.version` from 2.13.3 to 2.13.4. Updates `jackson-core` from 2.13.3 to 2.13.4 Commits https://github.com/FasterXML/jackson-core/commit/e9598e5ec7c8ff2b87efec

[GitHub] [struts-examples] dependabot[bot] opened a new pull request, #171: Bump quarkus-plugin.version from 2.11.3.Final to 2.12.0.Final

2022-09-05 Thread GitBox
dependabot[bot] opened a new pull request, #171: URL: https://github.com/apache/struts-examples/pull/171 Bumps `quarkus-plugin.version` from 2.11.3.Final to 2.12.0.Final. Updates `quarkus-universe-bom` from 2.11.3.Final to 2.12.0.Final Commits https://github.com/quarkusio/qua

[GitHub] [struts-examples] lukaszlenart merged pull request #170: Bump jackson.version from 2.13.3 to 2.13.4

2022-09-05 Thread GitBox
lukaszlenart merged PR #170: URL: https://github.com/apache/struts-examples/pull/170 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@str

[GitHub] [struts-examples] lukaszlenart merged pull request #171: Bump quarkus-plugin.version from 2.11.3.Final to 2.12.0.Final

2022-09-05 Thread GitBox
lukaszlenart merged PR #171: URL: https://github.com/apache/struts-examples/pull/171 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@str

[GitHub] [struts-examples] dependabot[bot] opened a new pull request, #172: Bump quarkus-plugin.version from 2.12.0.Final to 2.12.1.Final

2022-09-11 Thread GitBox
dependabot[bot] opened a new pull request, #172: URL: https://github.com/apache/struts-examples/pull/172 Bumps `quarkus-plugin.version` from 2.12.0.Final to 2.12.1.Final. Updates `quarkus-universe-bom` from 2.12.0.Final to 2.12.1.Final Commits https://github.com/quarkusio/qua

[GitHub] [struts-examples] dependabot[bot] opened a new pull request, #173: Bump hibernate-validator from 6.2.3.Final to 8.0.0.Final

2022-09-11 Thread GitBox
dependabot[bot] opened a new pull request, #173: URL: https://github.com/apache/struts-examples/pull/173 Bumps [hibernate-validator](https://github.com/hibernate/hibernate-validator) from 6.2.3.Final to 8.0.0.Final. Changelog Sourced from https://github.com/hibernate/hibernate-val

[GitHub] [struts-examples] dependabot[bot] commented on pull request #160: Bump hibernate-validator from 6.2.3.Final to 7.0.5.Final

2022-09-11 Thread GitBox
dependabot[bot] commented on PR #160: URL: https://github.com/apache/struts-examples/pull/160#issuecomment-1243077852 Superseded by #173. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the speci

[GitHub] [struts-examples] dependabot[bot] closed pull request #160: Bump hibernate-validator from 6.2.3.Final to 7.0.5.Final

2022-09-11 Thread GitBox
dependabot[bot] closed pull request #160: Bump hibernate-validator from 6.2.3.Final to 7.0.5.Final URL: https://github.com/apache/struts-examples/pull/160 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[GitHub] [struts-examples] lukaszlenart merged pull request #172: Bump quarkus-plugin.version from 2.12.0.Final to 2.12.1.Final

2022-09-11 Thread GitBox
lukaszlenart merged PR #172: URL: https://github.com/apache/struts-examples/pull/172 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@str

[GitHub] [struts] lukaszlenart merged pull request #594: WW-5219 Moves TestNG related classes into TestNG plugin

2022-09-14 Thread GitBox
lukaszlenart merged PR #594: URL: https://github.com/apache/struts/pull/594 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@struts.apach

[GitHub] [struts] lukaszlenart merged pull request #595: WW-5220 Moves JUnit related test into the JUnit plugin

2022-09-14 Thread GitBox
lukaszlenart merged PR #595: URL: https://github.com/apache/struts/pull/595 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@struts.apach

[GitHub] [struts] lukaszlenart opened a new pull request, #596: [WW-5213] Upgrades javax.el to 3.0.1-b12

2022-09-14 Thread GitBox
lukaszlenart opened a new pull request, #596: URL: https://github.com/apache/struts/pull/596 Closes [WW-5213](https://issues.apache.org/jira/browse/WW-5213) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [struts] lukaszlenart merged pull request #559: WW-5184 - Add optional parameter value check to ParametersInterceptor

2022-09-14 Thread GitBox
lukaszlenart merged PR #559: URL: https://github.com/apache/struts/pull/559 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@struts.apach

[GitHub] [struts] lukaszlenart merged pull request #596: [WW-5213] Upgrades javax.el to 3.0.1-b12

2022-09-14 Thread GitBox
lukaszlenart merged PR #596: URL: https://github.com/apache/struts/pull/596 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@struts.apach

[GitHub] [struts-site] asf-ci commented on pull request #169: Adds release announcement for ver. 6.0.3

2022-09-15 Thread GitBox
asf-ci commented on PR #169: URL: https://github.com/apache/struts-site/pull/169#issuecomment-1248965019 Staged site is ready at https://struts.staged.apache.org/ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [struts-site] asf-ci commented on pull request #169: Adds release announcement for ver. 6.0.3

2022-09-15 Thread GitBox
asf-ci commented on PR #169: URL: https://github.com/apache/struts-site/pull/169#issuecomment-1248965791 Staged site is ready at https://struts.staged.apache.org/ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [struts-site] asf-ci commented on pull request #169: Adds release announcement for ver. 6.0.3

2022-09-15 Thread GitBox
asf-ci commented on PR #169: URL: https://github.com/apache/struts-site/pull/169#issuecomment-1248966459 Staged site is ready at https://struts.staged.apache.org/ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [struts-site] lukaszlenart merged pull request #169: Adds release announcement for ver. 6.0.3

2022-09-15 Thread GitBox
lukaszlenart merged PR #169: URL: https://github.com/apache/struts-site/pull/169 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@struts.

[GitHub] [struts] lukaszlenart opened a new pull request, #597: [WW-5226] Upgrade weld-core to version 2.4.8.Final

2022-09-17 Thread GitBox
lukaszlenart opened a new pull request, #597: URL: https://github.com/apache/struts/pull/597 Addresses [WW-5226](https://issues.apache.org/jira/browse/WW-5226) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [struts] lukaszlenart opened a new pull request, #598: [WW-5227] Upgrades Log4j to version 2.19.0

2022-09-18 Thread GitBox
lukaszlenart opened a new pull request, #598: URL: https://github.com/apache/struts/pull/598 Closes [WW-5227](https://issues.apache.org/jira/browse/WW-5227) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [struts-examples] dependabot[bot] opened a new pull request, #174: Bump struts2.version from 6.0.0 to 6.0.3

2022-09-18 Thread GitBox
dependabot[bot] opened a new pull request, #174: URL: https://github.com/apache/struts-examples/pull/174 Bumps `struts2.version` from 6.0.0 to 6.0.3. Updates `struts2-core` from 6.0.0 to 6.0.3 Release notes Sourced from https://github.com/apache/struts/releases";>struts2-core's

[GitHub] [struts-examples] dependabot[bot] opened a new pull request, #175: Bump dependency-check-maven from 7.1.2 to 7.2.0

2022-09-18 Thread GitBox
dependabot[bot] opened a new pull request, #175: URL: https://github.com/apache/struts-examples/pull/175 Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 7.1.2 to 7.2.0. Release notes Sourced from https://github.com/jeremylong/DependencyCheck/rele

[GitHub] [struts-examples] dependabot[bot] opened a new pull request, #176: Bump quarkus-plugin.version from 2.12.1.Final to 2.12.2.Final

2022-09-18 Thread GitBox
dependabot[bot] opened a new pull request, #176: URL: https://github.com/apache/struts-examples/pull/176 Bumps `quarkus-plugin.version` from 2.12.1.Final to 2.12.2.Final. Updates `quarkus-universe-bom` from 2.12.1.Final to 2.12.2.Final Commits https://github.com/quarkusio/qua

[GitHub] [struts-examples] dependabot[bot] opened a new pull request, #177: Bump log4j2.version from 2.18.0 to 2.19.0

2022-09-18 Thread GitBox
dependabot[bot] opened a new pull request, #177: URL: https://github.com/apache/struts-examples/pull/177 Bumps `log4j2.version` from 2.18.0 to 2.19.0. Updates `log4j-core` from 2.18.0 to 2.19.0 Updates `log4j-api` from 2.18.0 to 2.19.0 Updates `log4j-slf4j-impl` from 2.18.0 t

[GitHub] [struts-examples] lukaszlenart merged pull request #174: Bump struts2.version from 6.0.0 to 6.0.3

2022-09-18 Thread GitBox
lukaszlenart merged PR #174: URL: https://github.com/apache/struts-examples/pull/174 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@str

[GitHub] [struts-examples] dependabot[bot] opened a new pull request, #178: Bump jetty-maven-plugin from 9.4.46.v20220331 to 11.0.12

2022-09-18 Thread GitBox
dependabot[bot] opened a new pull request, #178: URL: https://github.com/apache/struts-examples/pull/178 Bumps [jetty-maven-plugin](https://github.com/eclipse/jetty.project) from 9.4.46.v20220331 to 11.0.12. Release notes Sourced from https://github.com/eclipse/jetty.project/releas

[GitHub] [struts-examples] lukaszlenart merged pull request #176: Bump quarkus-plugin.version from 2.12.1.Final to 2.12.2.Final

2022-09-18 Thread GitBox
lukaszlenart merged PR #176: URL: https://github.com/apache/struts-examples/pull/176 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@str

[GitHub] [struts-examples] dependabot[bot] opened a new pull request, #179: Bump spring-web from 5.3.22 to 5.3.23

2022-09-18 Thread GitBox
dependabot[bot] opened a new pull request, #179: URL: https://github.com/apache/struts-examples/pull/179 Bumps [spring-web](https://github.com/spring-projects/spring-framework) from 5.3.22 to 5.3.23. Release notes Sourced from https://github.com/spring-projects/spring-framework/rel

[GitHub] [struts-examples] lukaszlenart closed pull request #178: Bump jetty-maven-plugin from 9.4.46.v20220331 to 11.0.12

2022-09-18 Thread GitBox
lukaszlenart closed pull request #178: Bump jetty-maven-plugin from 9.4.46.v20220331 to 11.0.12 URL: https://github.com/apache/struts-examples/pull/178 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [struts-examples] dependabot[bot] commented on pull request #178: Bump jetty-maven-plugin from 9.4.46.v20220331 to 11.0.12

2022-09-18 Thread GitBox
dependabot[bot] commented on PR #178: URL: https://github.com/apache/struts-examples/pull/178#issuecomment-1250589380 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor versio

[GitHub] [struts-site] lukaszlenart commented on pull request #170: Update docs for WW-5184

2022-09-19 Thread GitBox
lukaszlenart commented on PR #170: URL: https://github.com/apache/struts-site/pull/170#issuecomment-1251021119 is it ready? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [struts-site] lukaszlenart merged pull request #170: Update docs for WW-5184

2022-09-19 Thread GitBox
lukaszlenart merged PR #170: URL: https://github.com/apache/struts-site/pull/170 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@struts.

[GitHub] [struts-site] brianandle commented on pull request #170: Update docs for WW-5184

2022-09-19 Thread GitBox
brianandle commented on PR #170: URL: https://github.com/apache/struts-site/pull/170#issuecomment-1251236323 Yes, it's ready -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [struts] lukaszlenart merged pull request #597: [WW-5226] Upgrade weld-core to version 2.4.8.Final

2022-09-20 Thread GitBox
lukaszlenart merged PR #597: URL: https://github.com/apache/struts/pull/597 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@struts.apach

[GitHub] [struts] lukaszlenart merged pull request #598: [WW-5227] Upgrades Log4j to version 2.19.0

2022-09-20 Thread GitBox
lukaszlenart merged PR #598: URL: https://github.com/apache/struts/pull/598 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@struts.apach

[GitHub] [struts] lukaszlenart opened a new pull request, #599: [WW-5229] Upgrades Spring to version 5.3.23

2022-09-20 Thread GitBox
lukaszlenart opened a new pull request, #599: URL: https://github.com/apache/struts/pull/599 Reviewers @apache/struts-committers Closes [WW-5229](https://issues.apache.org/jira/browse/WW-5229) -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [struts] lukaszlenart merged pull request #599: [WW-5229] Upgrades Spring to version 5.3.23

2022-09-20 Thread GitBox
lukaszlenart merged PR #599: URL: https://github.com/apache/struts/pull/599 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@struts.apach

[GitHub] [struts] lukaszlenart opened a new pull request, #600: [WW-5228] Upgrades OWASP dependency-check-maven to version 7.2.0

2022-09-20 Thread GitBox
lukaszlenart opened a new pull request, #600: URL: https://github.com/apache/struts/pull/600 Closes [WW-5228](https://issues.apache.org/jira/browse/WW-5228) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [struts] lukaszlenart opened a new pull request, #601: [WW-5231] Upgrades apache-rat-plugin to version 0.15

2022-09-20 Thread GitBox
lukaszlenart opened a new pull request, #601: URL: https://github.com/apache/struts/pull/601 Reviewers @apache/struts-committers Closes [WW-5231](https://issues.apache.org/jira/browse/WW-5231) -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [struts] lukaszlenart opened a new pull request, #602: [WW-5232] Introduces GH Actions build instead of using Travis

2022-09-20 Thread GitBox
lukaszlenart opened a new pull request, #602: URL: https://github.com/apache/struts/pull/602 Closes [WW-5232](https://issues.apache.org/jira/browse/WW-5232) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [struts] lukaszlenart merged pull request #600: [WW-5228] Upgrades OWASP dependency-check-maven to version 7.2.0

2022-09-20 Thread GitBox
lukaszlenart merged PR #600: URL: https://github.com/apache/struts/pull/600 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@struts.apach

[GitHub] [struts] lukaszlenart merged pull request #601: [WW-5231] Upgrades apache-rat-plugin to version 0.15

2022-09-20 Thread GitBox
lukaszlenart merged PR #601: URL: https://github.com/apache/struts/pull/601 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@struts.apach

[GitHub] [struts] lukaszlenart merged pull request #602: [WW-5232] Introduces GH Actions build instead of using Travis

2022-09-25 Thread GitBox
lukaszlenart merged PR #602: URL: https://github.com/apache/struts/pull/602 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@struts.apach

[GitHub] [struts] lukaszlenart merged pull request #603: Replaces Travis badge with GH Actions badge

2022-09-25 Thread GitBox
lukaszlenart merged PR #603: URL: https://github.com/apache/struts/pull/603 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@struts.apach

[GitHub] [struts-examples] dependabot[bot] opened a new pull request, #180: Bump slf4j-simple from 2.0.0 to 2.0.2

2022-09-25 Thread GitBox
dependabot[bot] opened a new pull request, #180: URL: https://github.com/apache/struts-examples/pull/180 Bumps [slf4j-simple](https://github.com/qos-ch/slf4j) from 2.0.0 to 2.0.2. Commits https://github.com/qos-ch/slf4j/commit/0645c18cafbad8dfcebf2d57926cba496c8ab055";>0645c18

[GitHub] [struts-examples] dependabot[bot] opened a new pull request, #181: Bump dependency-check-maven from 7.1.2 to 7.2.1

2022-09-25 Thread GitBox
dependabot[bot] opened a new pull request, #181: URL: https://github.com/apache/struts-examples/pull/181 Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 7.1.2 to 7.2.1. Release notes Sourced from https://github.com/jeremylong/DependencyCheck/rele

[GitHub] [struts-examples] dependabot[bot] commented on pull request #175: Bump dependency-check-maven from 7.1.2 to 7.2.0

2022-09-25 Thread GitBox
dependabot[bot] commented on PR #175: URL: https://github.com/apache/struts-examples/pull/175#issuecomment-1257318196 Superseded by #181. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the speci

[GitHub] [struts-examples] dependabot[bot] closed pull request #175: Bump dependency-check-maven from 7.1.2 to 7.2.0

2022-09-25 Thread GitBox
dependabot[bot] closed pull request #175: Bump dependency-check-maven from 7.1.2 to 7.2.0 URL: https://github.com/apache/struts-examples/pull/175 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [struts-examples] lukaszlenart merged pull request #181: Bump dependency-check-maven from 7.1.2 to 7.2.1

2022-09-25 Thread GitBox
lukaszlenart merged PR #181: URL: https://github.com/apache/struts-examples/pull/181 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@str

[GitHub] [struts-examples] lukaszlenart merged pull request #177: Bump log4j2.version from 2.18.0 to 2.19.0

2022-09-25 Thread GitBox
lukaszlenart merged PR #177: URL: https://github.com/apache/struts-examples/pull/177 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@str

[GitHub] [struts-examples] lukaszlenart merged pull request #180: Bump slf4j-simple from 2.0.0 to 2.0.2

2022-09-25 Thread GitBox
lukaszlenart merged PR #180: URL: https://github.com/apache/struts-examples/pull/180 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@str

[GitHub] [struts-examples] lukaszlenart merged pull request #179: Bump spring-web from 5.3.22 to 5.3.23

2022-09-25 Thread GitBox
lukaszlenart merged PR #179: URL: https://github.com/apache/struts-examples/pull/179 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@str

[GitHub] [struts-examples] dependabot[bot] opened a new pull request, #182: Bump quarkus-plugin.version from 2.12.2.Final to 2.12.3.Final

2022-09-25 Thread GitBox
dependabot[bot] opened a new pull request, #182: URL: https://github.com/apache/struts-examples/pull/182 Bumps `quarkus-plugin.version` from 2.12.2.Final to 2.12.3.Final. Updates `quarkus-universe-bom` from 2.12.2.Final to 2.12.3.Final Commits https://github.com/quarkusio/qua

[GitHub] [struts] lukaszlenart opened a new pull request, #604: [WW-5234] Improves DTD definitions to use proper URL

2022-09-27 Thread GitBox
lukaszlenart opened a new pull request, #604: URL: https://github.com/apache/struts/pull/604 Fixes [WW-5234](https://issues.apache.org/jira/browse/WW-5234) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [struts] lukaszlenart merged pull request #604: [WW-5234] Improves DTD definitions to use proper URL

2022-09-27 Thread GitBox
lukaszlenart merged PR #604: URL: https://github.com/apache/struts/pull/604 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@struts.apach

[GitHub] [struts] lukaszlenart opened a new pull request, #605: [WW-5232] Applies proper coverage settings for Jacoco plugin and Sonar

2022-09-27 Thread GitBox
lukaszlenart opened a new pull request, #605: URL: https://github.com/apache/struts/pull/605 Refs [WW-5232](https://issues.apache.org/jira/browse/WW-5232) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[GitHub] [struts] lukaszlenart merged pull request #605: [WW-5232] Applies proper coverage settings for Jacoco plugin and Sonar

2022-09-28 Thread GitBox
lukaszlenart merged PR #605: URL: https://github.com/apache/struts/pull/605 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@struts.apach

[GitHub] [struts] lukaszlenart opened a new pull request, #606: [WW-5235] Uses debug log level when setting expression max length to avoid cluttering logs

2022-09-28 Thread GitBox
lukaszlenart opened a new pull request, #606: URL: https://github.com/apache/struts/pull/606 Fixes [WW-5235](https://issues.apache.org/jira/browse/WW-5235) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [struts] lukaszlenart opened a new pull request, #607: [WW-5184] Uses debug log level when parameter value was not accepted

2022-09-28 Thread GitBox
lukaszlenart opened a new pull request, #607: URL: https://github.com/apache/struts/pull/607 Refs [WW-5184](https://issues.apache.org/jira/browse/WW-5184) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[GitHub] [struts] lukaszlenart merged pull request #606: [WW-5235] Uses debug log level when setting expression max length to avoid cluttering logs

2022-09-28 Thread GitBox
lukaszlenart merged PR #606: URL: https://github.com/apache/struts/pull/606 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@struts.apach

[GitHub] [struts-examples] lukaszlenart merged pull request #182: Bump quarkus-plugin.version from 2.12.2.Final to 2.12.3.Final

2022-09-29 Thread GitBox
lukaszlenart merged PR #182: URL: https://github.com/apache/struts-examples/pull/182 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@str

<    4   5   6   7   8   9   10   11   >