Spring Operator
|
b93528138e
|
URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* http://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 with 2691 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://www.apache.org/licenses/LICENSE-2.0.html with 2 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0.html ([https](https://www.apache.org/licenses/LICENSE-2.0.html) result 200).
|
7 years ago |
Rob Winch
|
9c03571bbb
|
Use message in all Assert
This ensures compatibility with Spring 5.
Fixes gh-4193
|
9 years ago |
Joe Grandja
|
945a21a3fb
|
Use xml / javaconfig folders for samples
Fixes gh-3752
|
10 years ago |
Rob Winch
|
f221920a19
|
Clean up code to conform to basic checkstyle
Issue gh-3746
|
10 years ago |
Rob Winch
|
ae6af5d73c
|
SEC-2915: Updated Java Code Formatting
|
11 years ago |
Rob Winch
|
388a4dd9db
|
SEC-2194: Add Java Config samples
|
13 years ago |
Luke Taylor
|
80fd96df6d
|
SEC-1650: Updates and corrections to tutorial sample to fit better with new tutorial.
|
15 years ago |
Luke Taylor
|
102bc2d6a0
|
Reduce unnecessary use of aspectj as a build dependency
|
16 years ago |
Luke Taylor
|
85c4c91e0e
|
IDEA inspection refactorings.
|
16 years ago |
Luke Taylor
|
a7d046357b
|
SEC-1013: Refactored out use of ConfigAttributeDefinition from remaining interfaces
|
17 years ago |
Ben Alex
|
f7ae69880c
|
Minor tweaking so the tutorial is a little more illustrative of the present namespace capabilities.
|
18 years ago |
Ben Alex
|
f4c3e701d5
|
Enhance sample to show method authorization.
|
18 years ago |