Skip to content

Commit

Permalink
Deprecate vertx.disableTCCL
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed May 17, 2024
1 parent 3b3567a commit 2729eea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/io/vertx/core/VertxOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
@JsonGen(publicConverter = false)
public class VertxOptions {

/**
* @deprecated instead use {@link VertxOptions#setDisableTCCL(boolean)}, removed in vertx 5
*/
@Deprecated
private static final String DISABLE_TCCL_PROP_NAME = "vertx.disableTCCL";

/**
Expand Down

0 comments on commit 2729eea

Please sign in to comment.