Fork me on GitHub

Release Notes

Release History

Version Date Description
1.0.0 2023-11-10 Initial Release

Release 1.0.0 – 2023-11-10

Type Changes By
Update Set version to 1.0.0 ste-gr
Add Add "release"-profile ste-gr
Add Add "maven-source-plugin" ste-gr
Add Add "maven-gpg-plugin" ste-gr
Add Mono-module-configuration for "site-deploy" ste-gr
Add Add "maven-scm-publish-plugin" ste-gr
Add Site-documentation: add new menu and reformat "site.xml" ste-gr
Add Add "changes.xml" documentation ste-gr
Add Add "LICENSE.txt" and "NOTICE.txt" to jar-files ste-gr
Add Add "bnd-maven-plugin" for OSGi-informations ste-gr
Fix Add missing license-definition to "pom.xml" ste-gr
Update Bump "junit" 4.7 to "junit-jupiter-api" 5.10.1 ste-gr
Update Change Artifact-Id to "tiles-request-jakarta-servlet" and version to 1.0.0-SNAPSHOT ste-gr
Fix Add "maven-release-plugin" ste-gr
Fix Add "maven-install-plugin" ste-gr
Fix Add "maven-deploy-plugin" ste-gr
Fix Add "maven-clean-plugin" ste-gr
Fix Add "maven-assembly-plugin" ste-gr
Fix Add "maven-antrun-plugin" ste-gr
Fix Resolve "PMD" and "Checkstyle" warnings ste-gr
Fix Resolve all JavaDoc-warnings ste-gr
Remove Remove not needed aggregate-reports ste-gr
Fix Set better JavaDoc-options ste-gr
Update Add Homepage-URL ste-gr
Update Enforce minimum MAVEN-Version from 3.6.3 to 3.8.1 ste-gr
Update Define own "slf4j"-version ste-gr
Update Reformat JavaDocs ste-gr
Fix Resolve JDK-warnings ste-gr
Add Add site-documentation ste-gr
Update Add "maven-resources-plugin" ste-gr
Add Enforce minimum JDK from 8 to 9 ste-gr
Fix Correct "module-info.java" ste-gr
Add Add multi-release-compiling for JDK8 and JDK9 ste-gr
Remove Remove "Automatic-Module-Name" because existing "module-info.java" ste-gr
Remove Remove "japicmp-maven-plugin" ste-gr
Update Add "maven-site-plugin" ste-gr
Update Bump "jacoco-maven-plugin" from 0.8.10 to 0.8.11 ste-gr
Update Bump "spotbugs" from 4.7.3 to 4.8.1 ste-gr
Update Bump "spotbugs-maven-plugin" from 4.7.3.4 to 4.8.1.0 ste-gr
Update Bump "maven-surefire-plugin" 3.0.0 and "maven-surefire-report-plugin" 3.1.2 to 3.2.2 ste-gr
Update Bump "maven-project-info-reports-plugin" from 3.4.3 to 3.4.5 ste-gr
Update Bump "maven-pmd-plugin" from 3.20.0 to 3.21.2 ste-gr
Update Bump "maven-javadoc-plugin" from 3.5.0 to 3.6.2 ste-gr
Update Bump "maven-enforcer-plugin" from 3.3.0 to 3.4.1 ste-gr
Update Bump "maven-dependency-plugin" from 3.5.0 to 3.6.1 ste-gr
Update Bump "checkstyle" from 10.12.3 to 10.12.4 ste-gr
Update Bump "maven-checkstyle-plugin" from 3.2.2 to 3.3.1 ste-gr
Update Bump "easymock" from 5.1.0 to 5.2.0 ste-gr
Fix Add more informations to "pom.xml" ste-gr
Fix Adapt XML header in "checkstyle.xml" and "pom.xml" ste-gr
Fix Replace Copyrights in sources to current Apache-2.0-version ste-gr
Add Add "NotAServletEnvironmentException" to replace dependency "tiles-request-servlet" with "tiles-request-api" ste-gr
Fix Replace tabs with spaces and make right-trim ste-gr
Fix Rename packages from "io.github.weblegacy.tiles.request.servlet" to "org.apache.tiles.request.jakarta.servlet" ste-gr
Fix Change "license-header.txt" and "NOTICE.txt" ste-gr
Fix delete "bin"-directory ste-gr
Update Change ".gitignore" ste-gr
Update Add "README.md" ste-gr
Update Add "CHANGELOG.md" ste-gr
Fix added some documentation and additional checkstyle fixes lukamalovic
Fix some checkstyle fixes lukamalovic
Update added analysis maven dependencies lukamalovic
Add Initial commit --> copy "tiles-request/tiles-request-servlet" and adapt to jakarta-namespace. jo_kl