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
Togglz does not currently support Spring Boot 3, which introduces several changes, including migration to the Jakarta namespace. As a result, my applications built on Spring Boot 3 cannot integrate with Togglz, my app starts up correctly but i can't access the Togglz console
The text was updated successfully, but these errors were encountered:
Chiming in here as I just integrated togglz into a large Spring Boot app running on 3.3 using Togglz 4.4.0. Currently being rolled out to our test environments.
The feature manager, @FeaturesAreActive and console are all working there. Perhaps you're missing some configuration?
Togglz does not currently support Spring Boot 3, which introduces several changes, including migration to the Jakarta namespace. As a result, my applications built on Spring Boot 3 cannot integrate with Togglz, my app starts up correctly but i can't access the Togglz console
The text was updated successfully, but these errors were encountered: