ff4j-spring-boot-starter-parent icon indicating copy to clipboard operation
ff4j-spring-boot-starter-parent copied to clipboard

A spring boot starter for FF4J (Feature Flipping For Java)

Results 5 ff4j-spring-boot-starter-parent issues
Sort by recently updated
recently updated
newest added

Bumps `kotlin.version` from 1.9.23 to 1.9.24. Updates `org.jetbrains.kotlin:kotlin-bom` from 1.9.23 to 1.9.24 Release notes Sourced from org.jetbrains.kotlin:kotlin-bom's releases. 1.9.24 Changelog Backend. Wasm KT-64890 K/Wasm compiler crash with external class and...

:package: dependencies

Bumps [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.17.0 to 2.17.1. Commits 659c1d0 [maven-release-plugin] prepare release jackson-module-kotlin-2.17.1 fca7a96 Prepare for 2.17.1 release b9c1f8a Merge pull request #788 from FasterXML/k163377-patch-1 e4b9eae Fix badge URL 6ad4436 Merge...

:package: dependencies

**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...

:speech_balloon: question

**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...

:sparkles: enhancement

As @clun reported in https://github.com/ff4j/ff4j-spring-boot-starter-parent/issues/106. Consider other properties in the YAML ? like [config](https://github.com/ff4j/ff4j/blob/master/ff4j-test/src/main/resources/test-ff4j-features.yml). I said it because most of the work is already done in [ff4j-config-yaml](https://github.com/ff4j/ff4j/tree/master/ff4j-config-yaml) https://github.com/ff4j/ff4j/blob/master/ff4j-config-yaml/src/test/java/org/ff4j/parser/yaml/YamlParserTest.java ```java InputStream...

:sparkles: enhancement
:technologist: evolution