Skip to content

1.0.0-2.1

Compare
Choose a tag to compare
@tomdesair tomdesair released this 23 Jul 10:43
2a00bae

This release is available in the Maven Central repository as:

<dependency>
    <groupId>me.desair.tus</groupId>
    <artifactId>tus-java-server</artifactId>
    <version>1.0.0-2.1</version>
</dependency>

The 1.0.0-2.x versions are the last versions to support the javax.servlet.* APIs and Java 8 and 11 versions.

Features:

  • Support for non-ascii file names: #38
  • Set compiler target to Java 8

Dependency changes:

  • Updated commons-io to 2.7
  • Updated commons-codec to 1.13