You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the lack of a better title but I found very weird behavior when trying to include the embedded-keycloak-server dependency in a Kotlin Spring Boot project.
I created a very barebone project where it's reproducible:
Parameter 0 of constructor in pass.PassAuthenticationApplication required a bean of type 'pass.test.KotlinBean' that could not be found.
When removing the dependency from line 36 in build.gradle.kts it starts up just fine so I'm super confused as to why.
Observations:
if the KotlinBean is written in Java it works without issue (hence including Kotlin in the issue title)
happens with maven projects as well. The issue actually popped up after I tried upgrading to 3.0.1 from 2.0.* and suddenly the beans weren't available anymore
Let me know if I can provide more information!
The text was updated successfully, but these errors were encountered:
Sorry for the lack of a better title but I found very weird behavior when trying to include the embedded-keycloak-server dependency in a Kotlin Spring Boot project.
I created a very barebone project where it's reproducible:
https://github.com/jonasbark/embedded-keycloak-server-kotlin-issue
The issue:
When removing the dependency from line 36 in build.gradle.kts it starts up just fine so I'm super confused as to why.
Observations:
Let me know if I can provide more information!
The text was updated successfully, but these errors were encountered: