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

[858] Remove dependencies to Spring Security from the event processors #864

Merged
merged 2 commits into from
Dec 7, 2021

Conversation

sbegaudeau
Copy link
Member

@sbegaudeau sbegaudeau commented Dec 4, 2021

  • [858] Remove dependencies to Spring Security from the event processors

@sbegaudeau sbegaudeau changed the title sbe/enh/security [858] Remove dependencies to Spring Security from the event processors Dec 4, 2021
@sbegaudeau sbegaudeau linked an issue Dec 4, 2021 that may be closed by this pull request
@sbegaudeau sbegaudeau added this to the 2022.02.0 milestone 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]>
Signed-off-by: Stéphane Bégaudeau <[email protected]>
@sbegaudeau sbegaudeau merged commit 3035de5 into master Dec 7, 2021
@sbegaudeau sbegaudeau deleted the sbe/enh/security branch December 7, 2021 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lower our dependency to Spring Security
2 participants