Skip to content

Commit 070bf60

Browse files
committed
Make abstract OIDC config classes undeprecated
1 parent d6b3067 commit 070bf60

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

extensions/oidc-common/runtime/src/main/java/io/quarkus/oidc/common/runtime/OidcClientCommonConfig.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
import java.util.Map;
55
import java.util.Optional;
66

7-
/**
8-
* @deprecated use the {@link io.quarkus.oidc.common.runtime.config.OidcClientCommonConfig} interface instead
9-
*/
10-
@Deprecated(since = "3.18")
117
public abstract class OidcClientCommonConfig extends OidcCommonConfig
128
implements io.quarkus.oidc.common.runtime.config.OidcClientCommonConfig {
139

extensions/oidc-common/runtime/src/main/java/io/quarkus/oidc/common/runtime/OidcCommonConfig.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
import java.util.Optional;
66
import java.util.OptionalInt;
77

8-
/**
9-
* @deprecated use the {@link io.quarkus.oidc.common.runtime.config.OidcCommonConfig} interface instead
10-
*/
11-
@Deprecated(since = "3.18")
128
public abstract class OidcCommonConfig implements io.quarkus.oidc.common.runtime.config.OidcCommonConfig {
139

1410
public OidcCommonConfig() {

0 commit comments

Comments
 (0)