15 Commits

Author SHA1 Message Date
Alberto C. Ríos
e767183426 Updating spring-javaformat and applying new formatting (#160) 2023-09-14 16:59:21 +02:00
Scott Frederick
3187c6a966 Polish "Upgrade Spring Framework to 6.0.0 and Spring Boot to 3.0.0-RC2" 2022-11-16 14:42:43 -06:00
Scott Frederick
21a5b95bfa Fix Spring Boot and Spring Security versions in documentation 2022-11-15 16:14:04 -06:00
Scott Frederick
65c738fd9e Update copyright year of changed files 2021-10-08 16:10:04 -05:00
Scott Frederick
758f862be8 Clean up documentation 2021-10-06 14:45:31 -05:00
Scott Frederick
ea402b76ff Add Security auto-configuration documentation and examples 2020-06-01 18:38:53 -05:00
Scott Frederick
efbedf845f Apply spring-javaformat and checkstyle
This commit adds the spring-javaformat code formatter and checkstyle
rules to the project to make code formatting and style more consistent
with other Spring projects.
2020-05-19 15:32:17 -05:00
Scott Frederick
aa2ae34aa5 Refactor OAuth2 configuration to use Spring Security 5.2. 2019-11-27 11:14:20 -06:00
Scott Frederick
869be1c25c Add warning about HttpClient wire logging to docs. 2019-08-15 13:32:31 -05:00
Scott Frederick
6754da6a60 Update links to CredHub API docs. 2019-08-15 13:24:28 -05:00
Spring Operator
cf530ebb4c 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 But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.

* [ ] http://spring-credhub-demo.cf.example.com/test (UnknownHostException) with 1 occurrences migrated to:
  https://spring-credhub-demo.cf.example.com/test ([https](https://spring-credhub-demo.cf.example.com/test) result UnknownHostException).
* [ ] http://username:password@rabbitmq-broker:12345/api (UnknownHostException) with 1 occurrences migrated to:
  https://username:password@rabbitmq-broker:12345/api ([https](https://username:password@rabbitmq-broker:12345/api) result UnknownHostException).

## 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://docs.cloudfoundry.org/cf-cli/getting-started.html with 1 occurrences migrated to:
  https://docs.cloudfoundry.org/cf-cli/getting-started.html ([https](https://docs.cloudfoundry.org/cf-cli/getting-started.html) result 200).
* [ ] http://example.com/uaa/oauth/token with 4 occurrences migrated to:
  https://example.com/uaa/oauth/token ([https](https://example.com/uaa/oauth/token) result 200).
* [ ] http://projects.spring.io/spring-credhub with 1 occurrences migrated to:
  https://projects.spring.io/spring-credhub ([https](https://projects.spring.io/spring-credhub) result 200).
* [ ] http://square.github.io/okhttp/ with 1 occurrences migrated to:
  https://square.github.io/okhttp/ ([https](https://square.github.io/okhttp/) result 200).
* [ ] http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html with 1 occurrences migrated to:
  https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ([https](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) result 200).
* [ ] http://contributor-covenant.org with 1 occurrences migrated to:
  https://contributor-covenant.org ([https](https://contributor-covenant.org) result 301).
* [ ] http://contributor-covenant.org/version/1/3/0/ with 1 occurrences migrated to:
  https://contributor-covenant.org/version/1/3/0/ ([https](https://contributor-covenant.org/version/1/3/0/) result 301).
* [ ] http://plugins.jetbrains.com/plugin/6546 with 1 occurrences migrated to:
  https://plugins.jetbrains.com/plugin/6546 ([https](https://plugins.jetbrains.com/plugin/6546) result 301).
* [ ] http://eclipse.org with 1 occurrences migrated to:
  https://eclipse.org ([https](https://eclipse.org) result 302).
* [ ] http://www.springsource.com/developer/sts with 1 occurrences migrated to:
  https://www.springsource.com/developer/sts ([https](https://www.springsource.com/developer/sts) result 302).
2019-03-22 14:55:13 -05:00
Scott Frederick
39757db8ff Update docs to use new Spring style sheets. 2018-12-12 17:12:48 -06:00
Scott Frederick
73c0271e23 Add reactive support to docs. Modify OAuth2 config properties for clarity. 2018-11-29 14:18:01 -06:00
Scott Frederick
b6664ea971 Update documentation. 2018-10-31 15:44:11 -05:00
Scott Frederick
a6eb992269 Add initial reference documentation. 2018-10-26 17:15:35 -05:00