mirror of
https://github.com/apache/maven-mvnd.git
synced 2026-01-13 07:04:14 +08:00
Disable the IPC sync context factory by default (can be enabled using the new environment option)
This commit is contained in:
@@ -247,7 +247,11 @@ public enum Environment {
|
||||
/**
|
||||
* Regexp pattern that will force eviction of the plugin realms if one of its dependencies matches.
|
||||
*/
|
||||
MVND_PLUGIN_REALM_EVICT_PATTERN("mvnd.pluginRealmEvictPattern", null, "", OptionType.STRING, Flags.OPTIONAL);
|
||||
MVND_PLUGIN_REALM_EVICT_PATTERN("mvnd.pluginRealmEvictPattern", null, "", OptionType.STRING, Flags.OPTIONAL),
|
||||
/**
|
||||
* The SyncContextFactory to use (can be either 'noop' or 'ipc' for a server-wide factory).
|
||||
*/
|
||||
MVND_SYNC_CONTEXT_FACTORY("mvnd.syncContextFactory", null, "noop", OptionType.BOOLEAN, Flags.OPTIONAL);
|
||||
|
||||
static Properties properties;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user