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-1602] Temporarily add a Pem.generatePemX509Certificate() method that takes the ByteStringBuilder from Elytron as a parameter #1154

Merged
merged 1 commit into from Jun 14, 2018

Conversation

fjuma
Copy link
Contributor

@fjuma fjuma commented Jun 13, 2018

As discussed with Martin and Darran, this PR temporarily adds a Pem.generatePemX509Certificate() method that takes the ByteStringBuilder from Elytron as a parameter instead of the one from Common. This will prevent the need for modifying org.wildfly.extension.elytron.AdvancedModifiableKeyStoreDecorator when building Core with the latest Elytron SNAPSHOT version. Since org.wildfly.security.pem.Pem is private API, we can remove this new method later on to remove the duplication.

https://issues.jboss.org/browse/ELY-1602

Copy link
Contributor

@darranl darranl left a comment

Choose a reason for hiding this comment

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

I don't think we need to dig into reviewing the code as this is just a temporary restoration but we should probably deprecate immediately.

…that takes the ByteStringBuilder from Elytron as a parameter
@fjuma
Copy link
Contributor Author

fjuma commented Jun 13, 2018

Good point, fixed.

@hkalina hkalina added the +1 HK label Jun 13, 2018
@mchoma
Copy link
Contributor

mchoma commented Jun 14, 2018

qa ack - not rfe

@darranl darranl added the +1 DAL label Jun 14, 2018
@darranl darranl merged commit 08a4b6b into wildfly-security:master Jun 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants