(struts-examples) branch main updated (bc2581e -> e15043f)

2025-04-15 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


from bc2581e  Merge pull request #443 from 
apache/dependabot/maven/shiro.version-2.0.3
 add c845ea4  Bump io.quarkus:quarkus-universe-bom from 3.21.1 to 3.21.2
 new e15043f  Merge pull request #444 from 
apache/dependabot/maven/io.quarkus-quarkus-universe-bom-3.21.2

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:
 quarkus/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(struts-examples) branch dependabot/maven/io.quarkus-quarkus-universe-bom-3.21.2 deleted (was c845ea4)

2025-04-15 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch 
dependabot/maven/io.quarkus-quarkus-universe-bom-3.21.2
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


 was c845ea4  Bump io.quarkus:quarkus-universe-bom from 3.21.1 to 3.21.2

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(struts-examples) 01/01: Merge pull request #446 from fp024/dev-2025-04-15-a

2025-04-15 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-examples.git

commit 244fd2e14ac4d94ff8073041f66c034170a1a22e
Merge: cf09a9e d1cb5d5
Author: Lukasz Lenart 
AuthorDate: Tue Apr 15 16:38:43 2025 +0200

Merge pull request #446 from fp024/dev-2025-04-15-a

Fixed "coding-actions" and "exception-handling" examples

 .../struts/helloworld/action/HelloWorldAction.java|  2 ++
 coding-actions/src/main/webapp/WEB-INF/web.xml|  5 -
 exception-handling/pom.xml|  7 +++
 .../struts/helloworld/action/HelloWorldAction.java|  2 ++
 .../org/apache/struts/register/action/Register.java   |  2 ++
 exception-handling/src/main/resources/struts.xml  |  7 ++-
 exception-handling/src/main/webapp/WEB-INF/web.xml| 19 +++
 exception-handling/src/main/webapp/error.jsp  |  2 +-
 exception-handling/src/main/webapp/index.jsp  |  2 +-
 exception-handling/src/main/webapp/login.jsp  |  2 +-
 exception-handling/src/main/webapp/securityerror.jsp  |  2 +-
 11 files changed, 38 insertions(+), 14 deletions(-)



(struts-examples) 01/01: Merge pull request #443 from apache/dependabot/maven/shiro.version-2.0.3

2025-04-15 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-examples.git

commit bc2581ea6a4f128bb945d8580f960ec413d9a5c2
Merge: 244fd2e a1b2171
Author: Lukasz Lenart 
AuthorDate: Tue Apr 15 16:38:54 2025 +0200

Merge pull request #443 from apache/dependabot/maven/shiro.version-2.0.3

Bump shiro.version from 2.0.2 to 2.0.3

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



(struts-examples) branch main updated (244fd2e -> bc2581e)

2025-04-15 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


from 244fd2e  Merge pull request #446 from fp024/dev-2025-04-15-a
 add a1b2171  Bump shiro.version from 2.0.2 to 2.0.3
 new bc2581e  Merge pull request #443 from 
apache/dependabot/maven/shiro.version-2.0.3

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:
 shiro-basic/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(struts-examples) branch dependabot/maven/shiro.version-2.0.3 deleted (was a1b2171)

2025-04-15 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch dependabot/maven/shiro.version-2.0.3
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


 was a1b2171  Bump shiro.version from 2.0.2 to 2.0.3

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(struts-examples) branch main updated (cf09a9e -> 244fd2e)

2025-04-15 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


from cf09a9e  Bump io.quarkus:quarkus-universe-bom from 3.21.0 to 3.21.1 
(#440)
 add de8c754  Refactor(coding actions): Apply `@StrutsParameter` and update 
web.xml schema
 add d1cb5d5  Refactor(exception-handling): Improve compatibility and fix 
access issues
 new 244fd2e  Merge pull request #446 from fp024/dev-2025-04-15-a

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:
 .../struts/helloworld/action/HelloWorldAction.java|  2 ++
 coding-actions/src/main/webapp/WEB-INF/web.xml|  5 -
 exception-handling/pom.xml|  7 +++
 .../struts/helloworld/action/HelloWorldAction.java|  2 ++
 .../org/apache/struts/register/action/Register.java   |  2 ++
 exception-handling/src/main/resources/struts.xml  |  7 ++-
 exception-handling/src/main/webapp/WEB-INF/web.xml| 19 +++
 exception-handling/src/main/webapp/error.jsp  |  2 +-
 exception-handling/src/main/webapp/index.jsp  |  2 +-
 exception-handling/src/main/webapp/login.jsp  |  2 +-
 exception-handling/src/main/webapp/securityerror.jsp  |  2 +-
 11 files changed, 38 insertions(+), 14 deletions(-)



(struts-examples) 01/01: Merge pull request #444 from apache/dependabot/maven/io.quarkus-quarkus-universe-bom-3.21.2

2025-04-15 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-examples.git

commit e15043f914853b1a2211c997ba458b7630b7431c
Merge: bc2581e c845ea4
Author: Lukasz Lenart 
AuthorDate: Tue Apr 15 16:39:02 2025 +0200

Merge pull request #444 from 
apache/dependabot/maven/io.quarkus-quarkus-universe-bom-3.21.2

Bump io.quarkus:quarkus-universe-bom from 3.21.1 to 3.21.2

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



(struts-examples) branch dependabot/maven/net.sf.jasperreports-jasperreports-7.0.2 deleted (was 37d29d3)

2025-04-15 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch 
dependabot/maven/net.sf.jasperreports-jasperreports-7.0.2
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


 was 37d29d3  Bump net.sf.jasperreports:jasperreports from 6.21.4 to 7.0.2

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.