springdoc / springdoc-openapi-demos

Demo for OpenAPI 3 with spring-boot
http://springdoc.org
Apache License 2.0
493 stars 267 forks source link

Broken dependencies #34

Closed Mumeii closed 2 years ago

Mumeii commented 3 years ago

Hi

I've cloned this repository today, in order to test the OAuth demo

Unfortunately, this demo is not working anymore.

The clone have been performed after the latest v3.1.5 release of springdoc-openapi-demos

I've failed starting the authorization server due to a broken dependency between KeyCloak and Liquibase :

I've tried to specify a Liquibase v3.10.3, the one prior to the problematic 4.x, but doing so lead to other KeyCloak configuration "missing provider" troubles, and I'm not familiar at all with KeyCloak, so I can't solve those troubles by myself in a decent amount of time 😝

Thanks in advance if you find time to update dependencies !

bnasslahsen commented 2 years ago

@Mumeii,

Please use the latest master version. It has been updated.