Skip to content

Commit

Permalink
Merge pull request #443 from Netflix/elandau-patch-2
Browse files Browse the repository at this point in the history
DONT set archaius1 properties in ArchaiusModule
  • Loading branch information
twicksell authored Sep 14, 2016
2 parents a38fdfd + f7d9590 commit e714c15
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,6 @@
* </code>
*/
public class ArchaiusModule extends AbstractModule {
// These are here to force using the backwards compatibility bridge for
// Archaius1's static API
static {
System.setProperty("archaius.default.configuration.class", "com.netflix.archaius.bridge.StaticAbstractConfiguration");
System.setProperty("archaius.default.deploymentContext.class", "com.netflix.archaius.bridge.StaticDeploymentContext");
}

@Deprecated
private Class<? extends CascadeStrategy> cascadeStrategy = null;

Expand Down

0 comments on commit e714c15

Please sign in to comment.