Generated by
JDiff

Interface org.springframework.core.env.ConfigurableEnvironment

Documentation changed from old to new.

Added Methods
void merge(ConfigurableEnvironment) Append the given parent environment's active profiles, default profiles and property sources to this (child) environment's respective collections of each.
 

Changed Methods
Map<String, Object> getSystemEnvironment() Documentation changed from old to new.
Return the value of System.getenv() if allowed by the current SecurityManager, otherwise return a map implementation that will attempt to access individual keys using calls to System.getenv(String).
Map<String, Object> getSystemProperties() Documentation changed from old to new.
Return the value of System.getProperties() if allowed by the current SecurityManager, otherwise return a map implementation that will attempt to access individual keys using calls to System.getProperty(String).
void setActiveProfiles(String[]) Documentation changed from old to new.
Specify the set of profiles active for this {@code Environment}.