We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b61f1 commit 4f448dcCopy full SHA for 4f448dc
1 file changed
CHANGELOG.md
@@ -12,6 +12,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
12
## 2026-03-22
13
14
### Changed
15
+- Refactored Docker Compose file naming to avoid V2 precedence conflict (#68)
16
+ - `compose.yaml` → `compose.dev.yaml` (dev dependencies for `bootRun`)
17
+ - `docker-compose.yml` → `compose.yaml` (full deployable stack)
18
+ - Added `spring.docker.compose.file` to `application-local.yml-example`
19
+ - Updated README with compose file descriptions and Docker Compose V2 syntax
20
- Refactored `TestDataController` to use `Instant` instead of `Date` for registration dates, aligning with library changes (#65)
21
22
### Dependencies
0 commit comments