[java-shib-profile] branch maint-5.1 updated: JJETTY-3 Version Numbering
Scott Cantor
cantor.2 at osu.edu
Mon Mar 17 14:08:35 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-5.1
in repository java-shib-profile.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-profile.git;a=commit;h=2188b8394c5fa6c4c1d7e274f9b9196991a8ec3c
The following commit(s) were added to refs/heads/maint-5.1 by this push:
new 2188b83 JJETTY-3 Version Numbering
2188b83 is described below
commit 2188b8394c5fa6c4c1d7e274f9b9196991a8ec3c
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Oct 25 11:14:49 2024 +0100
JJETTY-3 Version Numbering
https://shibboleth.atlassian.net/browse/JJETTY-3
Turn up the arbritrary maximum plugin version to cope with the new Jetty plugin
versions
---
.../profile/installablecomponent/InstallableComponentVersion.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shib-profile-api/src/main/java/net/shibboleth/profile/installablecomponent/InstallableComponentVersion.java b/shib-profile-api/src/main/java/net/shibboleth/profile/installablecomponent/InstallableComponentVersion.java
index 572ff5a..1a7fbb8 100644
--- a/shib-profile-api/src/main/java/net/shibboleth/profile/installablecomponent/InstallableComponentVersion.java
+++ b/shib-profile-api/src/main/java/net/shibboleth/profile/installablecomponent/InstallableComponentVersion.java
@@ -28,7 +28,7 @@ import net.shibboleth.shared.primitive.StringSupport;
public class InstallableComponentVersion implements Comparable<InstallableComponentVersion>{
/** arbitrary maximum (to help hashing and sanity). */
- private static final int MAX_VNO = 10000;
+ private static final int MAX_VNO = 29000;
/** Major version. */
private int major;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list