Paul Williams
Paul Williams
I would also +1 for this request.
@acourtiol I wasn't aware of this. Thank you for sharing.
I did a bit of study and found that this wouldn't work if we have protected branch settings. More about this issue is mentioned in https://github.com/dependabot/feedback/issues/86. We may probably need...
Some useful references - https://developer.github.com/v3/guides/basics-of-authentication/ - https://developer.github.com/apps/building-oauth-apps/authorizing-oauth-apps/
bumped version with https://github.com/ff4j/ff4j/commit/a18c9b1502642d9488f31731edcbdba570c9873e#diff-2511a328fac2b5fcaeff85743eee7fb703f929159b8acf0906a3dd3e171b85c5
> Any chance of using ff4j-webapi-jersey2x (or is there any alternative java client?) with spring boot 3.x? Im getting Have you tried [ff4j-spring-boot-starter-webmvc](https://github.com/ff4j/ff4j-spring-boot-starter-parent#ff4j-spring-boot-starter-webmvc)? The recent release has spring-boot 3x
@zeitan , The starter `ff4j-spring-boot-starter-webmvc` already comes with `ff4j-web` i.e. you don't have to again specify `ff4j-web`. You could simplify the dependency with : ```xml org.ff4j ff4j-spring-boot-starter-webmvc 2.0.0 ``` >...
> @paul58914080 > > Ff4j-webapi-jersey2x is still on 1.9 version and what would be the compatible version for springboot3.x. > > couldn’t find any jersey2 artifacts under ff4j-spring-boot-starter-webmvc . @Meenadaggu4121...
I am closing this issue as this has been mostly answered. If you have any further clarification in the same context please feel free to re-open.
With classic loader it does work fine ```groovy bootJar { loaderImplementation = org.springframework.boot.loader.tools.LoaderImplementation.CLASSIC } ``` I'll wait for your further investigation.