We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a115cf0 commit 1bec102Copy full SHA for 1bec102
core/deployment/src/main/java/io/quarkus/deployment/dev/devservices/GlobalDevServicesConfig.java
@@ -34,6 +34,10 @@ public class GlobalDevServicesConfig {
34
@ConfigItem(generateDocumentation = false)
35
public Optional<Duration> timeout;
36
37
+ /**
38
+ * @deprecated Please, use {@link DevServicesConfig.Enabled} instead.
39
+ */
40
+ @Deprecated(forRemoval = true, since = "3.18")
41
public static class Enabled implements BooleanSupplier {
42
43
final GlobalDevServicesConfig config;
0 commit comments