radar-app-config 0.3.0
Changes since version 0.2.1.1
General
- Fix docker-compose example
- Fix local service execution in conjunction with docker-compose example (using
etc/appconfig.postgresql.yml
)
Frontend
- use unprivileged nginx container
- use pre-compressed gzip files
- fix environment variables
- fix i18n and jwt_decode references
- use alias to avoid caller to do path rewriting.
Service
- Introduce Hazelcast for caching configuration resolution (custom code) and for retrieving values (Hibernate L2 cache).
- Use Kotlin official code style.
- Fixed
java.security.egd
reference.