You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use the starter in a SpringBoot 3.x project I found the following issues:
The class for autoconfig is not processed (now META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports)
The FlywayMigrator doesn't work anymore due to the change in the import of the PostConstruct annotation using jakarta.* instead of javax.* in SpringBoot 3.
Besides that I haven't found any issues yet (after importing the autoconfig class by hand).
Bumping up the SpringBoot version in nakadi-producer-starter breaks all the tests. (Needs a bit deeper trouble-shooting).
The text was updated successfully, but these errors were encountered:
When trying to use the starter in a SpringBoot 3.x project I found the following issues:
The class for autoconfig is not processed (now META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports)
The FlywayMigrator doesn't work anymore due to the change in the import of the PostConstruct annotation using jakarta.* instead of javax.* in SpringBoot 3.
Besides that I haven't found any issues yet (after importing the autoconfig class by hand).
Bumping up the SpringBoot version in nakadi-producer-starter breaks all the tests. (Needs a bit deeper trouble-shooting).
The text was updated successfully, but these errors were encountered: