You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I've been keeping an eye on this repository for SAML based changes & noticed odd branch updates on 6.2.x since my last check around April 18th. At the time, the diff stats between 6.2.x & main were 415 commits, 310 files changed, & +29771 -1227 as seen here. Currently (May 7th) it is 45 commits, 28 files changed, & +643 -176 as seen here.
It can also be seen that the 6.2.x branch has 6.3.x changes:
An illustration below shows the 6.2.x branch (pink line) becoming the same as the main branch (purple line) for a period of time between April 21st & 23rd. Of note, orange & teal lines are 6.1.x & 5.8.x respectively.
I assume this was a mistake & has just not been noticed yet. For reference, the commit hashes for 'New 6.2.x branch' is c33afce & for 'Old 6.2.x branch' is 7007ce3.
To Reproduce
None
Expected behavior
None
The text was updated successfully, but these errors were encountered:
Thank you very much for your report @dforrest-es, that indeed wasn't noticed by the team.
Thanks to the help of @sjohnr, we have now (hopefully) fixed the issue via 08f11f0
Basically, what we did (for future reference) was hard reset the 6.2.x branch to 7007ce3, then soft reset the branch back to the latest commit. Then we reapplied every 6.2.x commit after the fast-forward happened.
We will look for measures to prevent this from happening again.
@marcusdacoregio, you are very welcome. I am glad to see that empty merge commit from 6.2.x into main after the revert to prevent the reversion commit from breaking main.
Describe the bug
I've been keeping an eye on this repository for SAML based changes & noticed odd branch updates on
6.2.x
since my last check around April 18th. At the time, the diff stats between6.2.x
&main
were 415 commits, 310 files changed, & +29771 -1227 as seen here. Currently (May 7th) it is 45 commits, 28 files changed, & +643 -176 as seen here.It can also be seen that the 6.2.x branch has 6.3.x changes:
spring-security-6.3.rnc
&spring-security-6.3.xsd
in config: https://github.com/spring-projects/spring-security/tree/6.2.x/config/src/main/resources/org/springframework/security/config6.3.0-SNAPSHOT
version ingradle.properties
: https://github.com/spring-projects/spring-security/blob/6.2.x/gradle.propertiesAn illustration below shows the

6.2.x
branch (pink line) becoming the same as themain
branch (purple line) for a period of time between April 21st & 23rd. Of note, orange & teal lines are6.1.x
&5.8.x
respectively.I assume this was a mistake & has just not been noticed yet. For reference, the commit hashes for 'New 6.2.x branch' is c33afce & for 'Old 6.2.x branch' is 7007ce3.
To Reproduce
None
Expected behavior
None
The text was updated successfully, but these errors were encountered: