fix(tests): resolve EntriesIsolationIntegrationTest failures with test-specific DB config

- Added `TestExposedConfiguration` to connect Exposed with Spring `DataSource` in the `test` profile.
- Downgraded `springdoc` version from `3.0.0` to `2.8.9` for Spring Boot 3.x compatibility.
- Applied `@ActiveProfiles("test")` to `EntriesIsolationIntegrationTest`.
- Updated roadmap documentation to reflect bugfix and test success.

Signed-off-by: Stefan Mogeritsch <stefan.mo.co@gmail.com>
This commit is contained in:
2026-04-03 10:24:05 +02:00
parent 2270f9602f
commit f4844eb428
5 changed files with 62 additions and 1 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ springBoot = "3.5.9"
# Downgraded from 2025.1.0 (Oakwood) to 2025.0.1 (Northfields) for Spring Boot 3.5.x compatibility
springCloud = "2025.0.1"
springDependencyManagement = "1.1.7"
springdoc = "3.0.0"
springdoc = "2.8.9"
# Server Persistence
# Final release 1.0.0 (UUID API refinements vs. rc-4)