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
17 files
+ 222
193
Compare changes
  • Side-by-side
  • Inline
Files
17
@@ -12,6 +12,7 @@
@@ -12,6 +12,7 @@
package org.eclipsefoundation.profile.config;
package org.eclipsefoundation.profile.config;
import io.smallrye.config.ConfigMapping;
import io.smallrye.config.ConfigMapping;
 
import io.smallrye.config.WithDefault;
/**
/**
* Loads all LDAP connection config properties.
* Loads all LDAP connection config properties.
@@ -24,4 +25,8 @@ public interface LDAPConnectionConfig {
@@ -24,4 +25,8 @@ public interface LDAPConnectionConfig {
Integer port();
Integer port();
String baseDn();
String baseDn();
 
 
@WithDefault("false")
 
boolean useInsecure();
 
}
}
Loading