Apache Commons logo Commons Exec
Comparing source compatibility of commons-exec-1.6.0.jar against commons-exec-1.5.0.jar
Old: commons-exec-1.5.0.jar
New: commons-exec-1.6.0.jar
Created: 2025-12-02T23:24:41.748+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 class  org.apache.commons.exec.CommandLine top
MODIFIED public class  org.apache.commons.exec.DaemonExecutor top
Superclass:
Status Superclass Compatibility Changes
UNCHANGED org.apache.commons.exec.DefaultExecutor n.a.
MODIFIED public class  org.apache.commons.exec.DefaultExecutor top
MODIFIED public class  org.apache.commons.exec.ExecuteWatchdog top
Compatibility Changes:
Change
METHOD_DEFAULT_ADDED_IN_IMPLEMENTED_INTERFACE
MODIFIED public abstract class  org.apache.commons.exec.LogOutputStream top
Superclass:
Status Superclass Compatibility Changes
UNCHANGED java.io.OutputStream n.a.
MODIFIED final public class  org.apache.commons.exec.OS top
MODIFIED public class  org.apache.commons.exec.ShutdownHookProcessDestroyer top
MODIFIED public abstract interface  org.apache.commons.exec.TimeoutObserver top
Compatibility Changes:
Change
INTERFACE_ADDED
Interfaces:
Status Interface Compatibility Changes
NEW java.util.function.Consumer n.a.
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. void accept(org.apache.commons.exec.Watchdog)
Compatibility Changes:
Change
METHOD_NEW_DEFAULT
Old file New file
n.a. 38
MODIFIED public class  org.apache.commons.exec.Watchdog top
Methods:
Status Modifier Generic Templates Type Method Exceptions Compatibility Changes: Line Number
NEW public n.a. java.time.Duration getTimeout()
Compatibility Changes:
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old file New file
n.a. 184
MODIFIED final static public class  org.apache.commons.exec.Watchdog$Builder top