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

SSL support for reactive DB2 client #10620

Merged
merged 1 commit into from
Jul 10, 2020
Merged

Conversation

tsegismont
Copy link
Contributor

Resolves #10582

@@ -71,6 +73,9 @@ ServiceStartBuildItem build(BuildProducer<FeatureBuildItem> feature,
boolean isDefault = true; // assume always the default pool for now
vertxPool.produce(new VertxPoolBuildItem(db2PoolValue, DatabaseKind.DB2, isDefault));

// Enable SSL support by default
sslNativeSupport.produce(new ExtensionSslNativeSupportBuildItem(Feature.REACTIVE_DB2_CLIENT));
Copy link
Contributor

Choose a reason for hiding this comment

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

I wonder if DataSourceReactiveDB2Config shouldn't be a build-time config. Then this would only be produced only if ssl is enabled

@gastaldi gastaldi added this to the 1.7.0 - master milestone Jul 10, 2020
@gastaldi gastaldi merged commit e5f3777 into quarkusio:master Jul 10, 2020
crissi98 pushed a commit to crissi98/quarkus that referenced this pull request Jul 10, 2020
@gsmet gsmet modified the milestones: 1.7.0 - master, 1.6.1.Final Jul 16, 2020
matejvasek pushed a commit to matejvasek/quarkus that referenced this pull request Aug 6, 2020
@tsegismont tsegismont deleted the issue/10582 branch August 20, 2020 11:33
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.

SSL support for reactive DB2 client
3 participants