[java-shib-profile] branch main updated: JJETTY-3 Version Numbering
Rod Widdowson
rdw at steadingsoftware.com
Fri Oct 25 10:15:54 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-shib-profile.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-profile.git;a=commit;h=a2725bacef71cc52209c478c4408b041c996e0be
The following commit(s) were added to refs/heads/main by this push:
new a2725ba JJETTY-3 Version Numbering
a2725ba is described below
commit a2725bacef71cc52209c478c4408b041c996e0be
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