-
**Describe the bug**
I cannot get SpringDoc to not show FF4j endpoints.
In addition, the label `ff4j` appears even for non-ff4j endpoints.
It seems that if ff4j is in the classpath, it WILL a…
-
**Describe the bug**
I want to secure the FF4j console and limit access to **superusers**.
I cannot get that to happen.
**To Reproduce**
```properties
ff4j.security.enabled=true
ff4j.web-conso…
-
Features can be toggled on and off on the web console. But I can't create new feature and edit the exisiting feature on the web console. I am recieving this Thymeleaf error.
```
2024-11-07 10:48:3…
-
**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…
-
**Is your feature request related to a problem? Please describe.**
This is kind of a bug, but also a feature. We are seeing the thymeleaf tag engine is not doing normal "spring things" like CSRF tags…
-
Hi team!
I have a problem with FF4j.
When I have more than 10 features registered, the grid pagination does not increase (10 per page). The records also don't show up when I paste other options from…
-
**Describe the bug**
I tried to integrate Ff4j with Redis for caching.
While testing I found below issue
- Feature toggle state change from enabled or disabled evicts the same from cache
**…
-
**- What have I done this week? (with link(s) to the relevant GitHub Issue(s))**
Worked on the FF4j implementation.
- Added dependencies for the FF4j
- Created the FF4j configuration class Status - …
-
I got column doesn't exist "feat_uid" exception.
The problem disappeared when I changed the column names to lowercase.
Is FF4j compatible with pg?
-
I am trying to integrate FF4J to Spring Boot application (v1.4.7). I am using Spring Cloud Config to store FF4J configuration.
What is the right way to init FF4J bean on client-side of Cloud Config…