tomdesair / tus-java-server

Library to receive tus v1.0.0 file uploads in a Java server environment
MIT License
131 stars 62 forks source link

java17 support #48

Closed softboy99 closed 1 year ago

softboy99 commented 1 year ago

Expected Behaviour

we cannot use in spring boot 3.x without java17 support

Actual Behaviour

(What faulty behaviour does the implementation have?)

Steps to reproduce

(Ideally, you specify detailed steps using the curl command.)

ghoshrahul commented 1 year ago

@tomdesair , it would be lovely to have this support. I can take a shot at trying to upgrade to java 17 for this.

rzhang90 commented 1 year ago

We are also considering upgrade to Spring Boot 3.x. Looking forward to Java 17 support.

akashp90 commented 1 year ago

Any update on this? I'm looking to use this for a project which uses Spring Boot 3.x

ghoshrahul commented 1 year ago

The changes are released on maven central