Files
spring-framework/org.springframework.core
Chris Beams e0c5ced695 Use dot notation rather than camel case for profile props (SPR-7508)
Before this change, the following properties could be used to manipulate
Spring profile behavior:

    -DspringProfiles=p1,p2
    -DdefaultSpringProfile=pD

These properties have been renamed to follow usual Java conventions for
property naming:

    -Dspring.profile.active=p1,p2
    -Dspring.profile.default=pD
2010-12-05 20:14:26 +00:00
..
2010-05-14 19:34:36 +00:00
2009-12-01 02:45:12 +00:00
2010-08-23 13:17:31 +00:00
2010-05-15 09:22:56 +00:00