Skip to content

Releases: ITHit/WebDAVServerSamplesJava

7.2.10601

Choose a tag to compare

@ITHitBuild ITHitBuild released this 03 Feb 20:09
  • Updated Spring Boot version to latest 2.* version in Javax samples and to the latest 3.* in Jakarta samples.
  • Removed explicit dependency to spring boot in the javax-integration and jakarta-integration libraries.
  • Updated gson and io-commons dependencies.

7.2.10560

Choose a tag to compare

@ITHitBuild ITHitBuild released this 03 Oct 18:27
  • If header parsing caused infinite loop when parsing if lock-token was not provided. This bug is now fixed.

7.2.10553

Choose a tag to compare

@ITHitBuild ITHitBuild released this 04 Sep 13:29
  • Collection synchronization sample now return metadata-Etag property for each item, indicating if file metadata has changed.
  • Updated version of commons-io to 2.14.0 to avoid long stack traces from new Apache Tika dependency.

7.2.10512

Choose a tag to compare

@ITHitBuild ITHitBuild released this 21 May 09:04
  • oraclestorage jakarta sample added.
  • Apache Tika upgraded to 2.9.2.

7.1.10406

Choose a tag to compare

@ITHitBuild ITHitBuild released this 10 Apr 10:24
  • Amazon S3 sample springbootS3storage now runs on Jakarta.

7.0.10355

Choose a tag to compare

@ITHitBuild ITHitBuild released this 13 Feb 13:56
  • Lock timeout calculated incorrectly on file open after the server reboot in springboots3storage sample. The file stayed locked forever. Now this bug is fixed.

7.0.10347

Choose a tag to compare

@ITHitBuild ITHitBuild released this 02 Feb 08:51
7.0.10347

7.0.10309

Choose a tag to compare

@ITHitBuild ITHitBuild released this 19 Jan 14:41
  • Sync ID is now an int value instead of URI in collectionsync WebDAV server sample.
  • Websocket spring implementation moved to integration lib.
  • Extended attributes implementation moved to integration lib.

7.0.10120-Beta

Choose a tag to compare

@ITHitBuild ITHitBuild released this 07 Dec 16:00
  • Samples are now independent of Java EE version. Samples can now run on both javax & jakarta without changes.
  • Web sockets classes, servlet classes and servlet config classes are now moved to integration libs.
  • servlet-integration renamed to javax-integration.

6.3.9578

Choose a tag to compare

@ITHitBuild ITHitBuild released this 06 Sep 20:15
  • Class reference documentation did not include code samples. Now code samples are included.