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

Remove deprecated adapters #29040

Merged
merged 9 commits into from Apr 26, 2024
Merged

Remove deprecated adapters #29040

merged 9 commits into from Apr 26, 2024

Conversation

douglaspalmer
Copy link
Contributor

@douglaspalmer douglaspalmer commented Apr 24, 2024

Closes #28783
Closes #28778
Closes #28781
Closes #28780
Closes #28782
Closes #28779
Closes #28786
Closes #28790
Closes #28789

Signed-off-by: Douglas Palmer <dpalmer@redhat.com>

Closes keycloak#28783
Closes keycloak#28778

Signed-off-by: Douglas Palmer <dpalmer@redhat.com>
Closes keycloak#28781

Signed-off-by: Douglas Palmer <dpalmer@redhat.com>
Closes keycloak#28780

Signed-off-by: Douglas Palmer <dpalmer@redhat.com>
Closes keycloak#28782

Signed-off-by: Douglas Palmer <dpalmer@redhat.com>
Closes keycloak#28779

Signed-off-by: Douglas Palmer <dpalmer@redhat.com>
Closes keycloak#28786

Signed-off-by: Douglas Palmer <dpalmer@redhat.com>
jonkoops
jonkoops previously approved these changes Apr 24, 2024
Copy link
Contributor

@jonkoops jonkoops left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but let's link the issues this closes in the PR.

@douglaspalmer
Copy link
Contributor Author

LGTM, but let's link the issues this closes in the PR.

Done

Signed-off-by: Douglas Palmer <dpalmer@redhat.com>

Closes keycloak#28790
Closes keycloak#28789

Signed-off-by: Douglas Palmer <dpalmer@redhat.com>
Copy link
Contributor

@jonkoops jonkoops left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still LGTM

Copy link
Contributor

@rmartinc rmartinc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would have preferred to send different PRs because this is an enormous change. But once it is here let's try to merge it. 😄

Just two things:

  • It seems that app severs for tomcat and jetty are completely gone now. So probably we can get rid of them in the app-server directory too. They create the app server to test adapters in that container.
  • And I would also remove them from the ContainerConstants. You need to tweak the tests that contains them (if you see a test only for tomcat and/or jetty, you can remove it too). IIRC the adapter IT CI is only executed for wildfly right now (and maybe EAP in some other chain).

Probably we will need some changes in documentation, but we can do that once everything is removed in a follow-up.

Thanks!

Copy link
Contributor

@rmartinc rmartinc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll finally manage my comments in a follow-up #29089. So approving it.

Copy link
Contributor

@mposolda mposolda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@douglaspalmer @jonkoops @rmartinc Thanks everyone for the review!

+1 that we can cleanup stuff from testsuite etc as a follow-up. I assume that we may review testsuite after we remove all adapters and do some more cleanup there #28795 . In the meantime, we can cleanup smaller chunks from testsuite (like jetty and tomcat etc), so separate task for #29089 is also good.

@mposolda mposolda merged commit cca6600 into keycloak:main Apr 26, 2024
70 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants