-
Notifications
You must be signed in to change notification settings - Fork 58
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
Lower our dependency to Spring Security #858
Comments
sbegaudeau
added a commit
that referenced
this issue
Dec 4, 2021
All our representation event processor are connected to Spring Security while we have no reason to do so. All those dependencies have now been removed and the code has been simplified. The SubscriptionManager is now in charge of the canBeDisposedSink of all the representation event processor which removes both a field and a method from all the representation event processor Bug: #858 Signed-off-by: Stéphane Bégaudeau <[email protected]>
sbegaudeau
added a commit
that referenced
this issue
Dec 4, 2021
All our representation event processor are connected to Spring Security while we have no reason to do so. All those dependencies have now been removed and the code has been simplified. The SubscriptionManager is now in charge of the canBeDisposedSink of all the representation event processor which removes both a field and a method from all the representation event processor Bug: #858 Signed-off-by: Stéphane Bégaudeau <[email protected]>
sbegaudeau
added a commit
that referenced
this issue
Dec 4, 2021
All our representation event processor are connected to Spring Security while we have no reason to do so. All those dependencies have now been removed and the code has been simplified. The SubscriptionManager is now in charge of the canBeDisposedSink of all the representation event processor which removes both a field and a method from all the representation event processor Bug: #858 Signed-off-by: Stéphane Bégaudeau <[email protected]>
sbegaudeau
added a commit
that referenced
this issue
Dec 7, 2021
All our representation event processor are connected to Spring Security while we have no reason to do so. All those dependencies have now been removed and the code has been simplified. The SubscriptionManager is now in charge of the canBeDisposedSink of all the representation event processor which removes both a field and a method from all the representation event processor Bug: #858 Signed-off-by: Stéphane Bégaudeau <[email protected]>
sbegaudeau
added a commit
that referenced
this issue
Dec 7, 2021
All our representation event processor are connected to Spring Security while we have no reason to do so. All those dependencies have now been removed and the code has been simplified. The SubscriptionManager is now in charge of the canBeDisposedSink of all the representation event processor which removes both a field and a method from all the representation event processor Bug: #858 Signed-off-by: Stéphane Bégaudeau <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to help reuse Sirius Components more easily in other applications where Spring Security is not needed, we should remove some of our dependencies to this framework. It is not useful to use Sirius Components.
The text was updated successfully, but these errors were encountered: