|
| 1 | +## [4.0.1] - 2025-12-15 |
| 2 | +### Features |
| 3 | +- No user-facing features in this set of commits. |
| 4 | + |
| 5 | +### Fixes |
| 6 | +- No bug fixes in this set of commits. |
| 7 | + |
| 8 | +### Breaking Changes |
| 9 | +- No runtime breaking changes for consumers of the library/app. |
| 10 | +- Potential test-only breaking changes due to major version upgrades: |
| 11 | + - Testcontainers upgraded to 2.0.2 and the MariaDB module artifact was renamed from org.testcontainers:mariadb to org.testcontainers:testcontainers-mariadb. If you maintain custom build scripts or rely on specific Testcontainers modules in other projects, update coordinates accordingly. Review upstream migration notes for any API/behavior changes that might affect test code. |
| 12 | + - Rest Assured upgraded to 6.0.0. Tests using Rest Assured may require minor adjustments depending on your usage; consult Rest Assured 6 release notes for API changes. |
| 13 | + - Hibernate Validator upgraded to 9.1.0.Final (test scope). If your tests interact directly with HV internals, verify compatibility with Jakarta Validation 3.1.1 (still in use). |
| 14 | + |
| 15 | +### Refactoring |
| 16 | +- No refactoring changes. |
| 17 | + |
| 18 | +### Documentation |
| 19 | +- No documentation changes. |
| 20 | + |
| 21 | +### Testing |
| 22 | +- Updated major test dependencies to current versions: |
| 23 | + - org.hibernate.validator:hibernate-validator: 8.0.2.Final → 9.1.0.Final (testImplementation) |
| 24 | + - org.testcontainers:testcontainers: 1.21.3 → 2.0.2 (testImplementation) |
| 25 | + - org.testcontainers:mariadb → org.testcontainers:testcontainers-mariadb, version 2.0.2 (artifact rename and version bump; testImplementation) |
| 26 | + - io.rest-assured:rest-assured: 5.5.6 → 6.0.0 (testImplementation) |
| 27 | +- Scope of changes is limited to test dependencies (build.gradle only). No production code or runtime dependencies were modified. |
| 28 | +- Rationale/impact: |
| 29 | + - Brings test stack up-to-date for improved stability and features in containerized integration tests and HTTP testing. |
| 30 | + - The MariaDB container module’s coordinate change ensures compatibility with Testcontainers 2’s artifact layout. |
| 31 | + |
| 32 | +### Other Changes |
| 33 | +- Version bumped to 4.0.1-SNAPSHOT (gradle.properties) to begin the next development cycle. |
| 34 | +- Merged PR #238 “Update major test dependencies” into main. |
| 35 | + |
1 | 36 | ## [4.0.0] - 2025-12-14 |
2 | 37 | ### Features |
3 | 38 | - Spring Boot 4.0 and Spring Security 7 enablement |
|
0 commit comments