-
Notifications
You must be signed in to change notification settings - Fork 354
WebFlux and Spring Security #60
Comments
Hey, you are right that it means a hint is missing. We are perhaps being a bit aggressive here and 'failing fast' but if we don't then you usually find the error you get later is massively cryptic and it comes back to this. I don't have a sample that exercises those things (if you had one that would be awesome) but I will quickly throw in a hint that has a go at being the right thing. Give me a min. |
Dropped in a commit for it - take a look to see the hint I created. Basically looked at |
@aclement still having it:
|
How are you consuming the feature/configuration - I presume you have both dependencies either in your maven pom or in your script? If maven, you rebuilt the feature in to your local mvn repository? |
Duh, sorry, I've kept running over and over wrong command for building (and copying). Instead of configuration I've updated feature project. |
thanks for getting back to me. Good luck getting your app going! |
Hi, I'm getting error which fails the build:
As far as I understand, it means that
ReactiveOAuth2ClientImportSelector
is missing a configuration in spring-feature project.I've tried to configure myself, but no luck. Any tips?
The text was updated successfully, but these errors were encountered: