Skip to content

Commit

Permalink
[Minor] shutdown hook is disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
eitch committed Aug 5, 2024
1 parent 388ff8b commit 1535055
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class DefaultContextBuilder implements ContextBuilder {
protected boolean autoDetectPlatforms = false;
protected boolean autoDetectProviders = false;
protected boolean autoInject = false;
protected boolean enableShutdownHook = true;
protected boolean enableShutdownHook = false;

// default platform identifier
protected String defaultPlatformId = null;
Expand Down

0 comments on commit 1535055

Please sign in to comment.