Resolve or eliminate Environment-related TODOs
Issue: SPR-8031, SPR-7508
This commit is contained in:
@@ -243,7 +243,6 @@ public class PropertyPlaceholderConfigurerTests {
|
||||
}
|
||||
|
||||
|
||||
// TODO SPR-7508: duplicated from EnvironmentPropertyResolutionSearchTests
|
||||
@SuppressWarnings("unchecked")
|
||||
private static Map<String, String> getModifiableSystemEnvironment() {
|
||||
Class<?>[] classes = Collections.class.getDeclaredClasses();
|
||||
|
||||
@@ -30,9 +30,11 @@ import org.springframework.core.env.DefaultEnvironment;
|
||||
import org.springframework.core.io.ClassPathResource;
|
||||
|
||||
/**
|
||||
* TODO SPR-7508: document
|
||||
* Tests various combinations of profile declarations against various profile
|
||||
* activation and profile default scenarios.
|
||||
*
|
||||
* @author Chris Beams
|
||||
* @since 3.1
|
||||
*/
|
||||
public class ProfileXmlBeanDefinitionTests {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user