Modernize fork: upgrade deps, log4j2, versions-maven-plugin#1
Merged
mariuszpala merged 2 commits intomastergeneriscorp/java-saml:masterfrom Feb 9, 2026
Merged
Modernize fork: upgrade deps, log4j2, versions-maven-plugin#1mariuszpala merged 2 commits intomastergeneriscorp/java-saml:masterfrom
mariuszpala merged 2 commits intomastergeneriscorp/java-saml:masterfrom
Conversation
…ns-maven-plugin Major changes from upstream SAML-Toolkits/java-saml v2.9.0: - Change groupId from com.onelogin to com.generiscorp (Java packages unchanged) - Bump version to 3.0.3-SNAPSHOT - Replace logback-classic with log4j2 + log4j-slf4j2-impl (aligns with cara ecosystem) - Upgrade all dependencies to latest stable: - xmlsec 3.0.2 → 4.0.4 (CVE fixes) - SLF4J 1.7.36 → 2.0.17 - commons-lang3 3.13.0 → 3.20.0 - commons-codec 1.16.0 → 1.21.0 - azure-keyvault 4.7.0 → 4.10.2 - azure-identity 1.10.1 → 1.18.2 - mockito 3.12.4 → 5.21.0 - hamcrest 2.2 → 3.0 - Add JUnit 5 BOM + vintage engine (existing JUnit 4 tests run unchanged) - Upgrade all Maven plugins to latest stable versions - Add versions-maven-plugin (runs during validate phase, reports outdated deps) - Centralize all version numbers as properties in parent POM - Add pluginManagement for surefire, jacoco, jar, compiler - Update SCM URLs to point to generiscorp/java-saml - Remove samples module - Fix test assertion for changed xmlsec error message - Fix deprecated org.mockito.Matchers → org.mockito.ArgumentMatchers All 464 tests passing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
com.generiscorp, updated SCM URLs, version set to3.0.3-SNAPSHOTorg.mockito.Matchers→org.mockito.ArgumentMatchersfor Mockito 5.x compatibility. Fixed xmlsec error message change in test assertion.versions-maven-pluginto report available dependency updates during build, added OWASP dependency-check-maven, centralized all version properties in parent POMTest plan
mvn versions:display-dependency-updates