Releases: wearefrank/zaakbrug
Releases · wearefrank/zaakbrug
v1.25.0
v1.24.10
1.24.10 (2025-07-14)
🧑💻 Code Refactoring
- autoload configuration from configurations directory and enable/disable configuration via 'active' property instead of 'configuration.names' (b429917)
✅ Tests
- use new 'configuration.directory.classLoaderType' property in development docker compose instead of configuring the classLoadType separately for each configuration (7c51da4)
🤖 Build System
- dependencies: bump the docusaurus group (29567f1)
- dependencies: bump the github-actions group across 1 directory with 5 updates (1c21852)
🔁 Continuous Integration
- update docker-release workflow to major 2 (e04042f)
v1.24.9
1.24.9 (2025-06-30)
🔥 Performance Improvements
- remove JVM print settings and final flags during startup to reduce log bloat and big log write (3f06831)
🎨 Styles
- capitalize as to AS in dockerfile to satisfy linter (c68d30b)
- quote ports in zaakbrug docker compose and remove dubious volumemounts (d160aea)
✅ Tests
- add .jdpa override compose file for remote JVM debugging (19a23cf)
- update, rename and move compose files to contrib folder (a7d00c8)
🤖 Build System
- create placeholder folder for h2 database to make sure it won't get created under root user (099a2d4)
- move dummy credentials.properties from resources to secrets folder (dac0b1e)
🔁 Continuous Integration
- reflect docker compose file renaming in SoapUI setup and teardown commands (3ef6e09)