Releases: miltonio/milton2
Releases · miltonio/milton2
4.1.1.2676
- Improved WebDAV Report Handling
- Enhanced AbstractMultiGetReport to correctly handle absolute URIs in href tags by automatically extracting the path component.
- Security & Dependency Updates
- Updated Spring Framework (spring-webmvc) to version 6.2.17 to ensure compatibility and security.
- Upgraded commons-io to version 2.20.0.
- Upgraded commons-codec to version 1.19.0.
- Upgraded commons-collections4 to version 4.5.0.
4.1.0.2601
- Updated spring dependencies to 6.2.14
- Updated bcpkix-jdk15to18 to 1.79
- Handled case when source and destination resource are the same. Fixed #220
- Fixed NullPointerException when parent of a PUT request path is a file instead of a folder/collection (#233)
- Replaced vulnerable json-lib with jackson-databind library
- Replaced vulnerable commons-lang with commons-lang3 3.20.0
- Upgraded com.sun.mail with newest org.eclipse.angus mail libraries
- Updated aspirin library to 0.12.01.01 which is using newest org.eclipse.angus mail libraries
4.0.5.2500
- Subscription license validation updated. The subscription license can now work in the offline mode. If the server is not available, the license expiration date is now validated against ExpirationDate field specified in the license file.
4.0.5.2421
- NullPointerException is thrown during PROPFIND propname request. This bug is now fixed.
- NullPointerExceptions is thrown in CalDAV implementation in various scenarios. This bug is now fixed.
- Dependencies updated.
4.0.5.2400
- Added support for PROPFIND propname listing.
4.0.4.2305
- Slf4j-log4j12 upgraded to 1.7.36
- Easy-mock upgraded to 5.2.0
- Maven-compiler-plugin upgraded to 3.13.0
- Maven-source-plugin upgraded to 3.3.1
- Maven-javadoc-plugin upgraded to 3.10.0
- Maven-gpg-plugin upgraded to 3.2.5
- Nexus-staging-maven-plugin upgraded to 1.7.0
- Maven-jxr-plugin upgraded to 3.4.0
- Junit upgraded to 3.8.2
- Commons-codec upgraded to 1.17.1
- Commons-io upgraded to 2.16.1
- Cglib upgraded to 3.3.0
- Httpclient upgraded to 4.5.14
- Ical4j upgraded to 4.0.2
- Mina-core upgraded to 2.2.1
- Subethasmtp upgraded to 3.1.7
- Exec-maven-plugin upgraded to 3.3.0
- Ftpserver-core upgraded to 1.2.0
- Ftplet-api upgraded to 1.2.0
- Hazelcast upgraded to 5.3.8
- Caffeine upgraded to 3.1.8
- Grizzly-framework upgraded to 2.4.4
- Json upgraded to 20240303
- Bcpkix upgraded to bcpkix-jdk15upgraded to18 1.78
- Async-http-client upgraded to 3.0.0
- Maven-dependency-plugin upgraded to 3.7.0
- Frontend-maven-plugin 1.15.0
- Removed appengine-api-labs as useless and old.
4.0.3.2215
- Aspirin library is now fully Jakarta compatible.
- Inject annotation and mail dependencies were migrated from Javax to Jakarta.
- Spring-web Upgraded to 6.1.5.
- Null pointer error during getModifiedDate resolving. This bug is now fixed.
- Spring-webmvc upgraded to 6.1.13.
4.0.2.2101
- Upgraded spring dependencies.
- Upgraded hazelcast dependencies.
- Fixed multipart upload.
- Updated spring sample JavaScript.
4.0.1.2009
- Upgraded spring dependency to 6.1.2
- Upgraded org.json dependency to 20231013
- Upgraded oauth2 client to 1.0.2
- Fixed possible xss in SimpleContentGenerator
- Added more javadoc.
4.0.1.1855
- Javadoc added to some milton-api classes.
- Maven dependencies upgraded to support maven 4.
- Upgraded dependencies to recent versions (H2, Jetty servlets).
- Refactored milton-api, updated to use Java 17 features.
- Response http code 429 added.