All notable changes to this project will be documented in this file.
This project uses Conventional Commits and is powered by release-please.
2.1.1 (2026-04-07)
- config: remove default
SecurityFilterChainbean definition (ceac4ef) - config: update
spring.securityconfiguration properties (78e6f26)
- gha: add more docker image tags (26f0cea)
- release-please: add
README.mdtoexclude-paths(6a527b5) - workflow: add
README.mdtopaths-ignoreinworkflows/release-please.yml(09612b8)
2.1.0 (2026-03-25)
- add constants (dd80cd1)
- add org.springframework.boot.autoconfigure.AutoConfiguration.imports (818da83)
- add ServiceRegistryOAuth2ResourceServerAutoConfiguration.java (572f228)
- add ServiceRegistryRabbitMQAutoConfiguration.java (4e47651)
- props: exclude autoconfig on default profile (c93a7ab)
- props: fix deprecated properties (2cdbc5a)
- props: use correct package name (8221c1d)
- rename root package (2ad0d7d)
- rename SecurityConfiguration.java to ServiceRegistrySecurityConfiguration.java (e6b1f8f)
- rename SecurityProperties.java to ServiceRegistrySecurityConfigurationProperties.java (bc9250d)
- use ServiceRegistrySecurityConfigurationProperties.SCOPE_PREFIX constant as DEFAULT_AUTHORITY_PREFIX (4a02039)
2.0.0 (2026-03-25)
- deps: bump eclipse-temurin to 21-jdk-jammy in /docker
- bump java to 21
- deps: bump org.springframework.cloud:spring-cloud-dependencies to 2025.1.1
- deps: bump org.springframework.boot:spring-boot-starter-parent to 4.0.4
- config: use correct imports (9668f5c)
- config: method never thrown exception (36f6e27)
- gha: update
release-please-config.json(205220c)
- bump java to 21 (7a48cf7)
- deps: bump eclipse-temurin to 21-jdk-jammy in /docker (147d7bd)
- deps: bump org.springframework.boot:spring-boot-starter-parent to 4.0.4 (cfa68ec)
- deps: bump org.springframework.cloud:spring-cloud-dependencies to 2025.1.1 (395da72)
1.7.0 (2025-08-31)
- config: add ui login flow (b85b4f8)
- config: extract separate
config-clientproperties config (ba2b478) - config: extract separate
managementprofile (bc67d1f) - config: extract separate
oauth2properties config (88c838c) - config: update
liteprifile (aaa7ae7)
- use
client_credentials(0e6d648)
- config: add default user name (366cfc6)
- config: enable self initiation (3145c5e)
- config: extract property PREFIX constant (aef3f42)
- config: move config props to one main file (f477da5)
- update SecurityConfiguration.java (78c3fc0)
1.6.0 (2025-08-26)
- security: improve security configuration (5f8ff57)
- config: remove
javax.net.ssl(c4a578e) - config: remove
logging.fileprops (7403e59) - config: remove
logging.thresholdprops (34bed75) - config: use fixed app name (fc68b74)
1.5.0 (2025-08-17)
- add oauth2 config (ca0480d)
- config: remove ssl config (6993e33)
- config: update
.env(5db8a15) - remove extra whitelist paths (203c207)
1.4.1 (2025-05-16)
Changes that are in progress but not yet released.