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

v2.0: Move XMLSecurity namespace to RubySaml::XML #692

Merged

Conversation

johnnyshields
Copy link
Collaborator

@johnnyshields johnnyshields commented Jul 9, 2024

This change is done in the same manner as the OneLogin removal. It also splits out the multiple inner classes into individual files.

The PR also includes a test for alias XMLSecurity = RubySaml::XML

@johnnyshields johnnyshields force-pushed the xml-security-to-rubysaml-xml branch from 4301bab to 90eb359 Compare July 9, 2024 07:39
@johnnyshields johnnyshields force-pushed the xml-security-to-rubysaml-xml branch from 90eb359 to 8565353 Compare July 9, 2024 07:41
@pitbulk
Copy link
Collaborator

pitbulk commented Jul 9, 2024

@johnnyshields
What happens if people in its code has reference for:

require 'lib/xml_security.rb'

Can we keep for backward compatibility the file xml_security.rb that gonna include the requires of the new files that replaced its content, similar than the work done on ruby-saml.rb?

@johnnyshields
Copy link
Collaborator Author

@pitbulk changes done as requested.

@johnnyshields johnnyshields force-pushed the xml-security-to-rubysaml-xml branch from 3c5127b to ff1cf3f Compare July 9, 2024 11:33
@pitbulk pitbulk merged commit 38d41fe into SAML-Toolkits:v2.x Jul 9, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants