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 |
Johnny Lim
|
57353d18e5
|
Use diamond type
|
8 years ago |
Rob Winch
|
59a0ba285f
|
Fix Sonar Issues
Fixes gh-4300
|
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
|
85c4c91e0e
|
IDEA inspection refactorings.
|
16 years ago |
Luke Taylor
|
4a41416c9b
|
Tidying up and removing compiler warnings.
|
17 years ago |
Luke Taylor
|
cc5966bc7e
|
Tidying up, removing compiler warnings etc.
|
17 years ago |
Ben Alex
|
f4c3e701d5
|
Enhance sample to show method authorization.
|
18 years ago |