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

Allows configuring the mailer trust store #18616

Merged
merged 2 commits into from
Jul 13, 2021

Conversation

cescoffier
Copy link
Member

@cescoffier cescoffier commented Jul 12, 2021

Fix #18329.

Add support for trust store configuration to the Quarkus mailer.
Note that the trust store was already configurable but was using odd properties (key-store and key-store-password). If was only supporting JKS. This PR adds support for PEM and PCK#12 (in addition to JKS).

Also:

  • add pipelining, allowRcpErrors, pool cleaner, and keep alive timeout configuration support.
  • add support for NTLM
  • update config item JavaDoc and extend accepted values when Vert.x 4 added feature

Copy link
Contributor

@geoand geoand left a comment

Choose a reason for hiding this comment

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

Nice!

I added a couple tiny comments

In addition:

- add pipelining, allowRcpErrirs, pool cleaner, and keep alive timeout configuration support.
- add support for NTLM
- update config item JavaDoc and extend accepted values when Vert.x 4 added feature
@quarkus-bot
Copy link

quarkus-bot bot commented Jul 13, 2021

This workflow status is outdated as a new workflow run has been triggered.

🚫 This workflow run has been cancelled.

Failing Jobs - Building f28cb96

⚠️ Artifacts of the workflow run were not available thus the report misses some details.

Status Name Step Test failures Logs Raw logs
Initial JDK 11 Build Build ⚠️ Check → Logs Raw logs

@cescoffier cescoffier merged commit dd4d221 into quarkusio:main Jul 13, 2021
@quarkus-bot quarkus-bot bot added this to the 2.1 - main milestone Jul 13, 2021
@cescoffier cescoffier deleted the mailer-trust-store branch July 13, 2021 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants