(struts-annotations) 01/01: Merge pull request #3 from jogep/bugfix/WW-5554
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-annotations.git commit 3de4510a5e05a074da3aba9e2d7819b5c47c1d8d Merge: e3fbcfa 5a8abcc Author: Lukasz Lenart AuthorDate: Fri Jun 27 10:20:19 2025 +0200 Merge pull request #3 from jogep/bugfix/WW-5554 Add support for JDK17 Jenkinsfile| 2 +- pom.xml| 16 ++- .../taglib/apt/TagAnnotationProcessor.java | 9 +- .../taglib/apt/TagAnnotationProcessorTest.java | 119 + 4 files changed, 138 insertions(+), 8 deletions(-)
(struts-annotations) branch main updated (e3fbcfa -> 3de4510)
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-annotations.git from e3fbcfa Defines ASF specific settings in repo add 5a8abcc Add support for JDK17 new 3de4510 Merge pull request #3 from jogep/bugfix/WW-5554 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: Jenkinsfile| 2 +- pom.xml| 16 ++- .../taglib/apt/TagAnnotationProcessor.java | 9 +- .../taglib/apt/TagAnnotationProcessorTest.java | 119 + 4 files changed, 138 insertions(+), 8 deletions(-) create mode 100644 src/test/java/org/apache/struts/annotations/taglib/apt/TagAnnotationProcessorTest.java