Christoph Berg pushed to branch upstream at Debian Java Maintainers / libscram-java
Commits: 6592d317 by Christoph Berg at 2026-06-09T18:13:25+02:00 New upstream version 3.3 - - - - - 42 changed files: - .github/workflows/codeql.yml - .github/workflows/maven.yml - .github/workflows/scorecard.yml - − .mvn/wrapper/MavenWrapperDownloader.java - .mvn/wrapper/maven-wrapper.properties - CHANGELOG.md - README.md - checks/pmd-ruleset.xml - coverage-report/pom.xml - mvnw - mvnw.cmd - pom.xml - scram-client/pom.xml - scram-client/src/it/jpms-scram-client/pom.xml - + scram-client/src/main/java/com/ongres/scram/client/ChannelBindingException.java - + scram-client/src/main/java/com/ongres/scram/client/ChannelBindingPolicy.java - + scram-client/src/main/java/com/ongres/scram/client/MechanismNegotiationException.java - scram-client/src/main/java/com/ongres/scram/client/ScramClient.java - scram-client/src/test/java/com/example/ChannelBindingNegotiationTest.java - scram-client/src/test/java/com/example/ScramClientTest.java - scram-client/src/test/java/com/ongres/scram/client/ScramBuilderTest.java - scram-common/pom.xml - scram-common/src/main/java/com/ongres/scram/common/CryptoUtil.java - scram-common/src/main/java/com/ongres/scram/common/ScramMechanism.java - + scram-common/src/main/java/com/ongres/scram/common/exception/ScramInterruptedException.java - scram-common/src/main/java/com/ongres/scram/common/util/TlsServerEndpoint.java - scram-common/src/test/java/com/ongres/scram/common/Gs2AttributeValueTest.java - scram-common/src/test/java/com/ongres/scram/common/Gs2HeaderTest.java - + scram-common/src/test/java/com/ongres/scram/common/HiFunctionTest.java - scram-common/src/test/java/com/ongres/scram/common/ScramFunctionsTest.java - scram-common/src/test/java/com/ongres/scram/common/ScramMechanismTest.java - scram-common/src/test/java/com/ongres/scram/common/UsAsciiUtilsTest.java - scram-common/src/test/java/com/ongres/scram/common/util/NonceTest.java - + scram-common/src/test/java/com/ongres/scram/common/util/TlsServerEndpointTest.java - + scram-common/src/test/resources/Ed25519.pem - + scram-common/src/test/resources/Ed448.pem - + scram-common/src/test/resources/MD5withRSA.pem - + scram-common/src/test/resources/RSASSA-PSS.pem - + scram-common/src/test/resources/SHA256withECDSA.pem - scram-client/src/test/resources/SHA3-512withECDSA.pem → scram-common/src/test/resources/SHA3-512withECDSA.pem - scram-client/src/test/resources/SHA512withRSA.pem → scram-common/src/test/resources/SHA512withRSA.pem - scram-parent/pom.xml The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/java-team/libscram-java/-/commit/6592d317cf8e62024f1ffef3c83b14f6061d348a -- View it on GitLab: https://salsa.debian.org/java-team/libscram-java/-/commit/6592d317cf8e62024f1ffef3c83b14f6061d348a You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

