-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web Console stopped working after transitioning from FF4J 1.9 to 2.0.0 #388
Comments
Have you tried https://github.com/ff4j/ff4j-samples/tree/master/ff4j-spring-boot-samples/ff4j-spring-boot-starter-webmvc-sample ?
It comes by default with the web console, so you wouldn't need the additional web configuration that you proposed i.e. |
yes, I did, and from there I added to my app |
Yes, indeed the starters of 2x i.e. ff4j-spring-boot-starter-webmvc:2.0.0 is ONLY compatible with spring boot 3x. The examples needs to be updated. I take that point. |
@paul58914080 Is there a plan to release a version 19.1, since it is not yet possible for me to upgrade to version 2.0.0/spring boot 3x. Here is a list of the main security threats related to version 1.9:
|
@emecas , I did not plan about it much. I will try to publish a bump of new version by next week |
Describe the bug
I have started from the documentation available here https://ff4j.org/#10min section:
2. Build the project step-by-step
I was able to setup a project from scratch and made it work (including Web Console), using version 1.9 (since
2.0.0 was not available), with the following configuration was:
To Reproduce
Keeping the same configuration provided in the available documentation (
FF4jConfig
andFF4jWebConsoleConfiguration
):I have tried these 3 different sets of dependencies with no success :
Set 1:
Set 2:
Set 3:
Noticed features expected functionality seems to still working properly, but Web Consoled is not available anymore, see screenshot.
Expected behavior
Web Consoled working same as when using version 1.9:
Otherways, available documentation about possible required configuration changes to make the Web Console works with 2.0.0 (I can help with the documentation once overcome the issue)
Screenshots
The text was updated successfully, but these errors were encountered: