-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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 circular references on LdapAutoConfiguration #5055
Fix circular references on LdapAutoConfiguration #5055
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #5055 +/- ##
=========================================
Coverage 49.62% 49.62%
Complexity 1904 1904
=========================================
Files 372 372
Lines 11559 11558 -1
Branches 1127 1127
=========================================
Hits 5736 5736
+ Misses 5483 5482 -1
Partials 340 340 ☔ View full report in Codecov by Sentry. |
Can I not write test code for this PR please?🥺 |
Considering the findings presented in report #5056, I believe it is reasonable to forego the creation of unit tests. |
Am I update on the right CHANGES file? |
changes/changes-2.2.0.md
Outdated
@@ -31,6 +31,7 @@ Apollo 2.2.0 | |||
* [Fix the issue that namespace content being cleared when identical content is pasted into the namespace](https://github.com/apolloconfig/apollo/pull/4922) | |||
* [feat(openapi): allow user create app via openapi](https://github.com/apolloconfig/apollo/pull/4954) | |||
* [Support grayscale feature for non-properties namespaces](https://github.com/apolloconfig/apollo/pull/4952) | |||
* [Fix circular references on LdapAutoConfiguration](https://github.com/apolloconfig/apollo/pull/5055) |
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.
The 2.2.0 was released. Please add the change to the https://github.com/apolloconfig/apollo/blob/master/CHANGES.md
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.
The 2.2.0 was released. Please add the change to the https://github.com/apolloconfig/apollo/blob/master/CHANGES.md
added😃
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.
LGTM
What's the purpose of this PR
Fix circular references on LdapAutoConfiguration
Which issue(s) this PR fixes:
Fixes ##5051
Brief changelog
Update SpringSecurityLDAPAuthAutoConfiguration
Follow this checklist to help us incorporate your contribution quickly and easily:
mvn clean test
to make sure this pull request doesn't break anything.CHANGES
log.