Skip to content

Commit 1bec102

Browse files
committed
Add a proper deprecation comment to GlobalDevServicesConfig.Enabled
Per https://quarkusio.zulipchat.com/#narrow/channel/187030-users/topic/.60GlobalDevServicesConfig.2EEnabled.2Eclass.60.20deprecated.3F (cherry picked from commit 7288045)
1 parent a115cf0 commit 1bec102

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/deployment/src/main/java/io/quarkus/deployment/dev/devservices/GlobalDevServicesConfig.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ public class GlobalDevServicesConfig {
3434
@ConfigItem(generateDocumentation = false)
3535
public Optional<Duration> timeout;
3636

37+
/**
38+
* @deprecated Please, use {@link DevServicesConfig.Enabled} instead.
39+
*/
40+
@Deprecated(forRemoval = true, since = "3.18")
3741
public static class Enabled implements BooleanSupplier {
3842

3943
final GlobalDevServicesConfig config;

0 commit comments

Comments
 (0)