Apache Commons logo Commons Text
Comparing source compatibility of commons-text-1.14.0.jar against commons-text-1.13.1.jar
Old: commons-text-1.13.1.jar
New: commons-text-1.14.0.jar
Created: 2025-07-24T12:21:56.230+0000
Access modifier filter: PROTECTED
Only modifications: true
Only binary incompatible modifications: false
Ignore missing classes: false
Includes: all
Excludes: n.a.
Semantic Versioning: 0.1.0
Binary incompatible changes are marked with (!) while source incompatible changes are marked with (*).
MODIFIED public abstract interface  org.apache.commons.text.lookup.StringLookup top
Compatibility Changes:
Change
INTERFACE_ADDED
Interfaces:
Status Interface Compatibility Changes
NEW java.util.function.UnaryOperator n.a.
NEW java.util.function.Function n.a.
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. java.lang.String apply(java.lang.String)
Compatibility Changes:
Change
METHOD_NEW_DEFAULT
Old file New file
n.a. 66
UNCHANGED public abstract n.a. java.lang.String lookup(java.lang.String)
Annotations:
Status: Fully Qualified Name: Elements:
NEW java.lang.Deprecated n.a.
Compatibility Changes:
Change
ANNOTATION_DEPRECATED_ADDED
Old file New file
n.a. n.a.
MODIFIED static public class  org.apache.commons.text.RandomStringGenerator$Builder top
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. org.apache.commons.text.RandomStringGenerator$Builder setAccumulate(boolean)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 238
NEW public n.a. org.apache.commons.text.RandomStringGenerator$Builder usingRandom(java.util.function.IntUnaryOperator)
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 269
MODIFIED public abstract interface  org.apache.commons.text.TextRandomProvider top
Compatibility Changes:
Change
INTERFACE_ADDED
Interfaces:
Status Interface Compatibility Changes
NEW java.util.function.IntUnaryOperator n.a.
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. int applyAsInt(int)
Compatibility Changes:
Change
METHOD_NEW_DEFAULT
Old file New file
n.a. 55
UNCHANGED public abstract n.a. int nextInt(int)
Annotations:
Status: Fully Qualified Name: Elements:
NEW java.lang.Deprecated n.a.
Compatibility Changes:
Change
ANNOTATION_DEPRECATED_ADDED
Old file New file
n.a. n.a.