REST Webapp in Java for viewing a gallery of images and videos. Image rescaling as well as video
transcoding is performed based on request parameters. No UI included. Purely API-based. Authentication via HTTP
basic auth or session. Supports different user roles.
Version0.3.0compared with
Version Details
| 0.2.0 | 0.3.0 | |
|---|---|---|
| Release date | Mar 05, 2017 | Jun 05, 2018 |
| Licenses | MIT | MIT |
| Vulnerabilities | None | None |
Compile Changes (12)
| 0.2.0 | 0.3.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | ch.qos.logback » logback-classic | 1.1.7 | 1.2.3 |
| ~ Updated | com.fasterxml.jackson.core » jackson-core | 2.7.4 | 2.9.3 |
| ~ Updated | com.fasterxml.jackson.core » jackson-databind | 2.7.4 | 2.9.3 |
| ~ Updated | commons-beanutils » commons-beanutils | 1.9.2 | 1.9.3 |
| ~ Updated | commons-io » commons-io | 2.5 | 2.6 |
| ~ Updated | org.apache.commons » commons-lang3 | 3.4 | 3.7 |
| ~ Updated | org.springframework » spring-core | 4.3.0.RELEASE | 5.0.6.RELEASE |
| ~ Updated | org.springframework » spring-webmvc | 4.3.0.RELEASE | 5.0.6.RELEASE |
| ~ Updated | org.springframework.security » spring-security-config | 4.1.0.RELEASE | 5.0.0.RELEASE |
| ~ Updated | org.springframework.security » spring-security-core | 4.1.0.RELEASE | 5.0.0.RELEASE |
| ~ Updated | org.springframework.security » spring-security-web | 4.1.0.RELEASE | 5.0.0.RELEASE |
| - Removed | jstl » jstl | 1.2 | - |
Provided Changes (2)
| 0.2.0 | 0.3.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | javax.annotation » javax.annotation-api | - | 1.3.1 |
| ~ Updated | javax.servlet » javax.servlet-api | 3.1.0 | 4.0.0 |
Test Changes (2)
| 0.2.0 | 0.3.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | junit » junit | 4.11 | 4.12 |
| ~ Updated | org.mockito » mockito-all | 1.9.5 | 1.10.19 |