coherence-community / oracle-bedrock

Oracle Bedrock
Other
55 stars 31 forks source link

Provide the ability to unset / clear EnvironmentVariables #152

Closed brianoliver closed 10 years ago

brianoliver commented 10 years ago

As discussed with our QA team, it would be great if they could inherit and then unset specific environment variables.

brianoliver commented 10 years ago

@brianoliver said: Accidentally closed!

brianoliver commented 10 years ago

@brianoliver said: There seems to be a few different scenarios here.

  1. Start with the Environment Variables defined by the Running Java Application (currently called "inherit"). (perhaps "EnvironmentVariables.startingWith(LocalPlatformDefaults)" instead?)

  2. Start with a clean environment (currently called "empty"). (perhaps "EnvironmentVariables.startingWith(CleanEnvironment)" instead?)

  3. Start with what ever environment variables are declared on the target platform (may not always be possible). (perhaps "EnvironmentVariables.startingWith(TargetPlatformDefaults)" instead?)

brianoliver commented 10 years ago

@brianoliver said: Note: We did not implement the ability to "unset" a property as this is not achieve able across platforms. However setting a property to "" may achieve the same outcome.

brianoliver commented 8 years ago

This issue was imported from JIRA ORACLETOOLS-152

brianoliver commented 10 years ago

Reported by @brianoliver

brianoliver commented 10 years ago

Marked as fixed by @brianoliver on Monday, September 8th 2014, 5:14:45 pm