JetBrains / Exposed

Kotlin SQL Framework
http://jetbrains.github.io/Exposed/
Apache License 2.0
8.05k stars 674 forks source link

build!: EXPOSED-315 Use the slimmer `spring-boot-starter-jdbc` instead of `spring-boot-starter-data-jdbc` #2055

Closed bystam closed 2 months ago

bystam commented 2 months ago

Youtrack: EXPOSED-315

Unsure if this should be marked with fix/feat or similar, or whether this should be considered a breaking change or not. it's a breaking change in the sense that you lose some transitive dependencies, but it does not break the behaviour of API of Exposed itself.

bog-walk commented 2 months ago

@bystam Thanks for the PR! We'll label it as a breaking build change, just to be safe in the event users were relying on any transitive dependencies and will need to edit their build files.

bystam commented 2 months ago

@bystam Thanks for the PR! We'll label it as a breaking build change, just to be safe in the event users were relying on any transitive dependencies and will need to edit their build files.

Of course! Thanks for the quick feedback and allowing me to contribute 😄