Added SB3 support
This should fix https://github.com/freenowtech/spring-multirabbit/issues/88
- added new autoconfiguration file (see also: https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M5-Release-Notes#auto-configuration-registration)
- upgraded spring boot dependencies to 3.0.4
- upgraded java version to 17
- upgraded kotlin version to 1.8.10
- replaced javax dependency / imports with jakarta
- edited github workflow from java 1.8 to java 17 (not sure about this one, never worked with github workflows)
Wouldn't make it sense to upgrade to latest spring boot release ?
Wouldn't make it sense to upgrade to latest spring boot release ?
I don't know how such things are handled in this repo usually. I figured I would just keep it at 3.0.0, but of course, one could bump it to 3.0.4. I don't think it matters this much, does it?
Wouldn't make it sense to upgrade to latest spring boot release ?
I don't know how such things are handled in this repo usually. I figured I would just keep it at 3.0.0, but of course, one could bump it to 3.0.4. I don't think it matters this much, does it?
I mean, we're already upgrading it, why not to get latest version?
Wouldn't make it sense to upgrade to latest spring boot release ?
I don't know how such things are handled in this repo usually. I figured I would just keep it at 3.0.0, but of course, one could bump it to 3.0.4. I don't think it matters this much, does it?
I mean, we're already upgrading it, why not to get latest version?
I upgraded the SB version to 3.0.4
@rwanderc could you have a look at this? thanks
@rwanderc Hey, do you have any plans to merge this update?
Our company is also looking forward for merging this update and releasing new spring-multirabbit version...