Generated by
JDiff

Class org.springframework.core.env.AbstractEnvironment

Documentation changed from old to new.

Changed Constructors
AbstractEnvironment(void) Documentation changed from old to new.
Create a new {@code Environment} instance, calling back to .customizePropertySources(MutablePropertySources) during construction to allow subclasses to contribute or manipulate PropertySource instances as appropriate.
 

Added Methods
boolean isProfileActive(String) Return whether the given profile is active, or if active profiles are empty whether the profile should be active by default.
void merge(ConfigurableEnvironment)  
 

Changed Methods
void customizePropertySources(MutablePropertySources) Documentation changed from old to new.
Customize the set of PropertySource objects to be searched by this {@code Environment} during calls to .getProperty(String) and related methods.
void validateProfile(String) Documentation changed from old to new.
Validate the given profile, called internally prior to adding to the set of active or default profiles.