Skip to content

Conversation

@topikachu
Copy link
Contributor

Add keyStoreAlgorithm and trustStoreAlgorithm to RabbitProperties and adopt at Rabbit AutoConfig.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Nov 9, 2020
Copy link
Member

@wilkinsona wilkinsona left a comment

Choose a reason for hiding this comment

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

Thanks very much for the pull request, @topikachu. I've left a few minor comments. If you have the time, please take a look at them and let us know what you think.

private String trustStorePassword;

/**
* Trust stroe algorithm.
Copy link
Member

Choose a reason for hiding this comment

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

Small typo here. Should be "store" rather than "stroe".

/**
* Trust stroe algorithm.
*/
private String trustStoreAlgorithm;
Copy link
Member

Choose a reason for hiding this comment

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

The initial value of this field should be SunX509. This aligns it with Spring AMQP's default for the property.

private String keyStorePassword;

/**
* Key stroe algorithm.
Copy link
Member

Choose a reason for hiding this comment

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

Small typo here. Should be "store" rather than "stroe".

…re and trust store algorithm

Add keyStoreAlgorithm and trustStoreAlgorithm to RabbitProperties and adopt at Rabbit AutoConfig.
Copy link
Member

@wilkinsona wilkinsona left a comment

Choose a reason for hiding this comment

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

Thanks very much for the updates, @topikachu.

@wilkinsona wilkinsona added this to the 2.5.x milestone Nov 9, 2020
@wilkinsona wilkinsona added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Nov 9, 2020
@snicoll snicoll self-assigned this Dec 15, 2020
@snicoll snicoll modified the milestones: 2.5.x, 2.5.0-M1 Dec 15, 2020
@snicoll snicoll closed this in eb14f06 Dec 15, 2020
@snicoll
Copy link
Member

snicoll commented Dec 15, 2020

@topikachu thank you for making your first contribution to Spring Boot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: enhancement A general enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants