feat: namespace all Spring Profiles with 'edu.wisc.uwss' prefix
This pull request addresses issue #3 (closed), and thus begins the deprecation path for the profiles 'local-users' and 'preauth'.
There are no behavior changes with this PR, only the acceptance of the new namespaced profiles. Votes on whether we should version bump to 1.5.0? Or will 1.4.x be satisfactory?
See:
- http://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/context/annotation/Profile.html
- http://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/core/env/Environment.html#acceptsProfiles-java.lang.String...-
cc: @ahoffmann @paul.erickson @bhill6 @lyle @andrew-summers @apatwary @cknuth
Merge request reports
Activity
Build finished. Tests PASSED. Build results available at: https://ia-builds.doit.wisc.edu:8443/job/uw-spring-security-master-pull-requests/84/
The Semver docs say deprecation should be a minor version bump while the feature is still available and a major version bump when the feature is fully removed, so I guess it depends on how strictly we're trying to follow Semver.
e; http://semver.org/#how-should-i-handle-deprecating-functionality
Edited by Andy SummersBuild finished. Tests PASSED. Build results available at: https://ia-builds.doit.wisc.edu:8443/job/uw-spring-security-master-pull-requests/85/
mentioned in commit d4ecfff5