blob: 1ccf687d932861fccda66f6d485be09b50087a17 [file]
{
"1.5": [
{
"extension": "revapi.differences",
"id": "intentional-api-changes-1_5",
"configuration": {
"differences": [
{
"code": "java.method.abstractMethodAdded",
"new": "method java.lang.Object org.apache.commons.rng.simple.internal.NativeSeedType::createSeed(int, int, int)",
"justification": "Abstract method added to enum; all implementations are within this class. This is an internal package with no compatibility enforcement."
},
{
"code": "java.class.externalClassExposedInAPI",
"new": "interface org.apache.commons.rng.SplittableUniformRandomProvider",
"justification": "Split support was added to the client API and can be used by other modules."
}
]
}
}
],
"1.7": [
{
"extension": "revapi.differences",
"id": "intentional-api-changes-1_7",
"configuration": {
"differences": [
{
"code": "java.class.externalClassExposedInAPI",
"new": "interface org.apache.commons.rng.ArbitrarilyJumpableUniformRandomProvider",
"justification": "Arbitrary jump support was added to the client API and can be used by other modules."
}
]
}
}
]
}