Skip to content

3.0.0

Compare
Choose a tag to compare
@dnl50 dnl50 released this 28 Dec 22:07
· 14 commits to develop since this release

Moving from Spring Boot to Quarkus

This release is a major overhaul of the application. I migrated from a (slightly overengineered) Spring Boot application to a much simpler Quarkus application, which fully supports Quarkus' key feature: GraalVM native images. The docker images, which are published to Docker Hub, now use a native Linux x64 binary under the hood. The memory footprint and startup time have therefore been reduced significantly.