tomdesair / tus-java-server

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

Support custom UploadIdFactory implementations that are not UUID-based #18

Closed tomdesair closed 5 years ago

tomdesair commented 5 years ago

This PR aims to introduce the possibility to provide your own UploadIdFactory implementation so that you can choose the ID's generated for the uploads. The default factory is still UUID-based.

Since this PR refactors some of the main interfaces, the version number has been increased to 1.0.0-2.0.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.2%) to 96.789% when pulling a870d6348bef83f920fb60fc9663c11d8f417a25 on feature/generic-upload-id-factory into e21b14831bd61e844a219f9bada7a16da0dc277a on master.