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

[ELY-2517] Moved SSLContextBuilder and related files to new module w… #2146

Open
wants to merge 1 commit into
base: 2.x
Choose a base branch
from

Conversation

rsearls
Copy link
Contributor

@rsearls rsearls commented May 23, 2024

…ildfly-elytron-ssl-builder.
https://issues.redhat.com/browse/ELY-2517

  • code changes

  • quite a few package-private classes had to be moved from base/src into
    builder/src in order resolve class dependencies and minimize code
    changes to files in base/src

  • base/src ... SSLExplorer.java had to be changed from package-private
    to public. This has little to no side affect because the methods
    are already tagged private and public.

  • base/src ... ElytronMessages.java was split into 2 files. Msgs specific
    to builder/src classes are in builder/src ... ElytronMessages.java
    Msgs specific to base/src classes remain in base/src ... ElytronMessages.java
    The msgs specific to builder/src were removed from base/src ... ElytronMessages.java

    There is 1 msg referenced in both base and builder modules. This msg
    resides in both ElytronMessages.java files.

  • changes were made to tests/base/src/test/java/org/wildfly/security to
    reference the classes in ssl/builder.

  • module sasl/base was updated to reference the ssl/builder module

  • module auth/client was updated to reference the ssl/builder module

@rsearls rsearls force-pushed the ELY-2517-Move-SSLContextBuilder branch from 7fe3817 to 8d3e3ba Compare September 18, 2024 18:04
@rsearls
Copy link
Contributor Author

rsearls commented Sep 18, 2024

/retest

@fjuma fjuma added fixme and removed rebase this labels Oct 2, 2024
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.

3 participants