Skip to content

Commit

Permalink
chore: Add spring-boot-starter dependency breaking change (#2101)
Browse files Browse the repository at this point in the history
Add section to breaking changes doc about previous exposed-spring-boot-starter
build change that may affect transitive dependencies.
  • Loading branch information
bog-walk authored May 29, 2024
1 parent 6a8f777 commit cead5e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions documentation-website/Writerside/topics/Breaking-Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Breaking Changes

## 0.51.0

* The `exposed-spring-boot-starter` module no longer provides the entire [spring-boot-starter-data-jdbc](https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-data-jdbc) module.
It now provides just the [spring-boot-starter-jdbc](https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-jdbc).
If there was a reliance on this transitive dependency, please directly include a dependency on Spring Data JDBC in your build files.

## 0.50.0

* The `Transaction` class property `repetitionAttempts` is being deprecated in favor of `maxAttempts`. Additionally, the property `minRepetitionDelay` should be replaced
Expand Down

0 comments on commit cead5e4

Please sign in to comment.