Skip to content
Snippets Groups Projects

update: upgrade to new Quarkus LTS + commons package

Merged Martin Lowe requested to merge malowe/main/1.1.9-sdk-upgrade into main
Files
17
@@ -12,6 +12,7 @@
package org.eclipsefoundation.profile.config;
import io.smallrye.config.ConfigMapping;
import io.smallrye.config.WithDefault;
/**
* Loads all LDAP connection config properties.
@@ -24,4 +25,8 @@ public interface LDAPConnectionConfig {
Integer port();
String baseDn();
@WithDefault("false")
boolean useInsecure();
}
Loading