Skip to content

radar-app-config 0.3.0

Compare
Choose a tag to compare
@blootsvoets blootsvoets released this 12 Nov 13:06
· 184 commits to master since this release
01e7389

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.