Comparing source compatibility of commons-fileupload-1.5.jar against commons-fileupload-1.4.jar
Binary incompatible changes are marked with (!) while source incompatible changes are marked with (*).
Superclass:
Status | Superclass | Compatibility Changes |
NEW | org.apache.commons.fileupload.FileUploadException | n.a. |
Interfaces:
Status | Interface | Compatibility Changes |
NEW | java.io.Serializable | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class |
Old | false | n.a. | n.a. |
New | true | 6904179610227521789 | 6904179610227521789 |
Constructors:
Status | Modifier | Generic Templates | Constructor | Exceptions | Compatibility Changes: | Line Number |
NEW | public |
n.a.
| FileCountLimitExceededException(java.lang.String,
long) | n.a. | n.a. |
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number |
NEW | public |
n.a.
| long | getLimit() | n.a. |
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
|
Methods:
Status | Modifier | Generic Templates | Type | Method | Exceptions | Compatibility Changes: | Line Number |
NEW | public |
n.a.
| long | getFileCountMax() | n.a. |
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
|
NEW | public |
n.a.
| void | setFileCountMax(long) | n.a. |
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
|
Fields:
Status | Modifier | Type | Field | Compatibility Changes: |
MODIFIED | public
(<-
private
)
static final | int | DEFAULT_BUFFER_SIZE | n.a. |
|