I was starting to fiddle with [parent] version 46 with [rng] and stumbled across the seemingly legitimate japicmp failure. @Gilles - any thoughts here? If it is indeed correct I would think those would be BC incompatible changes between 1.0 and 1.1.
-Rob Comparing source compatibility of commons-rng-core-1.1-SNAPSHOT.jar against commons-rng-core-1.0.jar ===! UNCHANGED CLASS: PUBLIC ABSTRACT org.apache.commons.rng.core.source32.AbstractWell (not serializable) === CLASS FILE FORMAT VERSION: 50.0 <- 50.0 *** MODIFIED CLASS: PUBLIC ABSTRACT org.apache.commons.rng.core.source32.IntProvider (not serializable) === CLASS FILE FORMAT VERSION: 50.0 <- 50.0 --- REMOVED METHOD: PUBLIC(-) ABSTRACT(-) int next() *** MODIFIED CLASS: PUBLIC ABSTRACT org.apache.commons.rng.core.source64.LongProvider (not serializable) === CLASS FILE FORMAT VERSION: 50.0 <- 50.0 --- REMOVED METHOD: PUBLIC(-) ABSTRACT(-) long next()
