Skip to content

Commit 3e0665e

Browse files
marcwrobelwilkinsona
authored andcommitted
Fix links in documentations
- Fix broken links - Use HTTPS where possible, - Remove spring-security-oauth2-docs as it is no longer used - Remove https://github.com/ThierrySquirrel/rocketmq-spring-boot-starter. This starter is 404 and https://github.com/rocketmq/rocketmq-spring-boot-starter hasn't been updated for 4 years. - Clean up nohttp allowlist.lines. See gh-31887
1 parent c0daede commit 3e0665e

File tree

7 files changed

+7
-14
lines changed

7 files changed

+7
-14
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/attributes.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
:spring-security: https://spring.io/projects/spring-security
9090
:spring-security-docs: https://docs.spring.io/spring-security/reference/{spring-security-version}
9191
:spring-security-oauth2: https://spring.io/projects/spring-security-oauth
92-
:spring-security-oauth2-docs: https://projects.spring.io/spring-security-oauth/docs/oauth2.html
9392
:spring-session: https://spring.io/projects/spring-session
9493
:spring-webservices-docs: https://docs.spring.io/spring-ws/docs/{spring-webservices-version}/reference/html/
9594
:ant-docs: https://ant.apache.org/manual

spring-boot-project/spring-boot-docs/src/docs/asciidoc/data/sql.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You need to populate your database when your application starts and be prepared
2222

2323
TIP: The "`How-to`" section includes a <<howto#howto.data-initialization, section on how to initialize a database>>.
2424

25-
Spring Boot can auto-configure embedded https://www.h2database.com[H2], http://hsqldb.org/[HSQL], and https://db.apache.org/derby/[Derby] databases.
25+
Spring Boot can auto-configure embedded https://www.h2database.com[H2], https://hsqldb.org/[HSQL], and https://db.apache.org/derby/[Derby] databases.
2626
You need not provide any connection URLs.
2727
You need only include a build dependency to the embedded database that you want to use.
2828
If there are multiple embedded databases on the classpath, set the configprop:spring.datasource.embedded-database-connection[] configuration property to control which one is used.

spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/external-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ If you need a secure way to store credentials and passwords, the https://cloud.s
568568
[[features.external-config.yaml]]
569569
=== Working with YAML
570570
https://yaml.org[YAML] is a superset of JSON and, as such, is a convenient format for specifying hierarchical configuration data.
571-
The `SpringApplication` class automatically supports YAML as an alternative to properties whenever you have the https://bitbucket.org/asomov/snakeyaml[SnakeYAML] library on your classpath.
571+
The `SpringApplication` class automatically supports YAML as an alternative to properties whenever you have the https://github.com/snakeyaml/snakeyaml[SnakeYAML] library on your classpath.
572572

573573
NOTE: If you use "`Starters`", SnakeYAML is automatically provided by `spring-boot-starter`.
574574

spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/logging.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ In order to release logging resources when your application terminates, a shutdo
266266
This shutdown hook is registered automatically unless your application is deployed as a war file.
267267
If your application has complex context hierarchies the shutdown hook may not meet your needs.
268268
If it does not, disable the shutdown hook and investigate the options provided directly by the underlying logging system.
269-
For example, Logback offers http://logback.qos.ch/manual/loggingSeparation.html[context selectors] which allow each Logger to be created in its own context.
269+
For example, Logback offers https://logback.qos.ch/manual/loggingSeparation.html[context selectors] which allow each Logger to be created in its own context.
270270
You can use the configprop:logging.register-shutdown-hook[] property to disable the shutdown hook.
271271
Setting it to `false` will disable the registration.
272272
You can set the property in your `application.properties` or `application.yaml` file:

spring-boot-project/spring-boot-starters/README.adoc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ do as they were designed before this was clarified.
3434
| https://qpid.apache.org/components/jms/[Apache Qpid]
3535
| https://github.com/amqphub/amqp-10-jms-spring-boot
3636

37-
| https://rocketmq.apache.org/[Apache RocketMQ]
38-
| https://github.com/ThierrySquirrel/rocketmq-spring-boot-starter
39-
4037
| https://wicket.apache.org/[Apache Wicket]
4138
| https://github.com/MarcGiffing/wicket-spring-boot
4239

@@ -152,7 +149,7 @@ do as they were designed before this was clarified.
152149
| https://github.com/liquigraph/liquigraph
153150

154151
| https://logback.qos.ch/access.html[Logback-access]
155-
| https://github.com/akihyro/logback-access-spring-boot-starter
152+
| https://github.com/akkinoc/logback-access-spring-boot-starter
156153

157154
| https://github.com/mulesoft/mule[Mule 4]
158155
| https://github.com/hawkore/mule4-spring-boot-starter
@@ -218,7 +215,7 @@ do as they were designed before this was clarified.
218215
| https://github.com/fonimus/ssh-shell-spring-boot
219216

220217
| https://github.com/savantly-net/sprout-platform[Sprout Platform]
221-
| https://github.com/savantly-net/sprout-platform/tree/master/spring/sprout-spring-boot-starter
218+
| https://github.com/savantly-net/sprout-platform/tree/master/backend/starters/sprout-spring-boot-starter
222219

223220
| SSH Daemon
224221
| https://github.com/anand1st/sshd-shell-spring-boot

spring-boot-project/spring-boot/src/test/resources/org/springframework/boot/env/test-yaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://docs.ansible.com/ansible/YAMLSyntax.html
1+
# https://docs.ansible.com/ansible/latest/reference_appendices/YAMLSyntax.html
22

33
name: Martin D'vloper
44
job: Developer

src/nohttp/allowlist.lines

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
^http://exslt.org/common.*
21
^http://ganglia.sourceforge.net.*
3-
^http://hsqldb.org.*
42
^http://livereload.com/.*
5-
^http://logback.qos.ch/manual/loggingSeparation.html
63
^http://schemas.xmlsoap.org/.*
74
^http://www.jdotsoft.com.*
85
^http://www.liquibase.org/xml/ns/dbchangelog/.*
9-
^http://www.w3.org/2000/09/xmldsig.*
6+
^http://www.w3.org/2000/09/xmldsig.*

0 commit comments

Comments
 (0)