Skip to content
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

Closed
sbegaudeau opened this issue Dec 3, 2021 · 0 comments · Fixed by #864
Closed

Lower our dependency to Spring Security #858

sbegaudeau opened this issue Dec 3, 2021 · 0 comments · Fixed by #864

Comments

@sbegaudeau
Copy link
Member

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.

@sbegaudeau sbegaudeau added this to the 2022.02.0 milestone Dec 3, 2021
@sbegaudeau sbegaudeau self-assigned this Dec 3, 2021
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant