kota65535 / spring-data-jdbc-multi-repos

8 stars 2 forks source link

Spring Boot 3.2 support #5

Open rolshevsky opened 5 months ago

rolshevsky commented 5 months ago

Hey @kota65535 Thanks for the solution, it helped a lot, but it seems that after migrating to the latest spring boot 3.2+ it stops working. Any plans on migrating to the latest spring boor version?

Thanks.

kota65535 commented 5 months ago

Hi @rolshevsky, this is due to the breaking change of Spring Boot 3.2 described in this issue. https://github.com/spring-projects/spring-data-relational/issues/1650

I've already submitted the pull request which enables us to configure multiple datasources more easily. I hope it will be merged soon. https://github.com/spring-projects/spring-data-relational/pull/1704