Spring Operator
|
0c93235dc3
|
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/LICENSE-2.0 with 287 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).
|
2019-03-14 20:37:55 -05:00 |
|
Vedran Pavic
|
2b4a349b1a
|
Use webjars for static resources in sample apps
|
2016-06-29 12:59:54 -05:00 |
|
Rob Winch
|
f8f6ee20c0
|
Externalize sample.gradle
|
2016-03-30 10:23:11 -05:00 |
|
Eddú Meléndez
|
68823eec29
|
Update to Sonarqube Plugin
See gh-427
|
2016-03-15 07:59:18 +10:00 |
|
Rob Winch
|
f0200696ef
|
Additional Checkstyle Fixes
Issue gh-393
|
2016-03-07 15:36:17 -06:00 |
|
Vedran Pavic
|
7f3302253b
|
Prepare codebase to adhere to Checkstyle rules
Issue gh-393
|
2016-03-07 15:33:42 -06:00 |
|
Rob Winch
|
8c07537bec
|
Add CookieSerializer Strategy
This allows for custom seralization of the Cookie.
Fixes gh-299
|
2015-11-11 15:25:27 -06:00 |
|