Hide Forgot
project_key: EDG tried 4.2.0.CR1 in EDG and it had trouble on startup missing . in version number in core/src/main/java/org/infinispan/Version.java public static final String version = major + "0.CR1"; (instead of public static final String version = major + ".0.CR1";) causes java.lang.NumberFormatException: For input string: "CR1" when starting DefaultCacheManager on EDG startup
Link: Added: This issue is a dependency of ISPN-797
noticed the tweet ...
Link: Removed: This issue is a dependency of ISPN-797
Link: Added: This issue depends ISPN-797