-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(jans-config-api): runtime exceptions in config-api at startup #3725
Conversation
[jans-config-api-parent] Kudos, SonarCloud Quality Gate passed! |
[Jans authentication server parent] SonarCloud Quality Gate failed. |
} | ||
|
||
@Inject | ||
private UserService userService; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it works well without @Named("userFido2Srv")
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not clear because we use the same io.jans.as.common.service.common.UserService
in old RegistrationPersistenceService
and there
#3717