ff4j / ff4j-spring-boot-starter-parent

A spring boot starter for FF4J (Feature Flipping For Java)
Apache License 2.0
32 stars 26 forks source link

implementation("org.ff4j:ff4j-spring-boot-starter:2.0.0") fails to download from mavencentral() #389

Closed nagkumar closed 1 year ago

nagkumar commented 1 year ago

repositories { mavenCentral() }

> Task :compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
   > Could not find org.ff4j:ff4j-spring-boot-starter:2.0.0.
     Required by:
         project :

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
nagkumar commented 1 year ago

Nowimplementation("org.ff4j:ff4j-spring-boot-starter:2.0.0") does not work anymore instead use

 implementation("org.ff4j:ff4j-spring-boot-starter-webmvc:2.0.0")
    implementation("org.ff4j:ff4j-spring-boot-starter-webflux:2.0.0")
paul58914080 commented 1 year ago

Hello @nagkumar ,

This has already been mentioned in the release notes