Skip to content

Commit baec3d6

Browse files
committed
Merge branch '1.3.x' into 1.4.x
2 parents 61602c0 + 35572b6 commit baec3d6

File tree

101 files changed

+464
-458
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+464
-458
lines changed

CONTRIBUTING.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ unacceptable behavior to [email protected].
1414

1515
== Using GitHub issues
1616
We use GitHub issues to track bugs and enhancements. If you have a general usage question
17-
please ask on http://stackoverflow.com[Stack Overflow]. The Spring Boot team and the
18-
broader community monitor the http://stackoverflow.com/tags/spring-boot[`spring-boot`]
17+
please ask on https://stackoverflow.com[Stack Overflow]. The Spring Boot team and the
18+
broader community monitor the https://stackoverflow.com/tags/spring-boot[`spring-boot`]
1919
tag.
2020

2121
If you are reporting a bug, please help to speed up problem diagnosis by providing as much
@@ -43,7 +43,7 @@ added after the original pull request but before a merge.
4343
the '`Importing into eclipse`' instructions below you should get project specific
4444
formatting automatically. You can also import formatter settings using the
4545
`eclipse-code-formatter.xml` file from the `eclipse` folder. If using IntelliJ IDEA, you
46-
can use the http://plugins.jetbrains.com/plugin/6546[Eclipse Code Formatter Plugin]
46+
can use the https://plugins.jetbrains.com/plugin/6546[Eclipse Code Formatter Plugin]
4747
to import the same file.
4848
* Make sure all new `.java` files to have a simple Javadoc class comment with at least an
4949
`@author` tag identifying you, and preferably at least a paragraph on what the class is
@@ -56,7 +56,7 @@ added after the original pull request but before a merge.
5656
* A few unit tests would help a lot as well -- someone has to do it.
5757
* If no-one else is using your branch, please rebase it against the current master (or
5858
other target branch in the main project).
59-
* When writing a commit message please follow http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[these conventions],
59+
* When writing a commit message please follow https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[these conventions],
6060
if you are fixing an existing issue please add `Fixes gh-XXXX` at the end of the commit
6161
message (where `XXXX` is the issue number).
6262

@@ -65,15 +65,15 @@ added after the original pull request but before a merge.
6565
== Working with the code
6666
If you don't have an IDE preference we would recommend that you use
6767
https://spring.io/tools/sts[Spring Tools Suite] or
68-
http://eclipse.org[Eclipse] when working with the code. We use the
69-
http://eclipse.org/m2e/[M2Eclipse] eclipse plugin for maven support. Other IDEs and tools
68+
https://eclipse.org[Eclipse] when working with the code. We use the
69+
https://eclipse.org/m2e/[M2Eclipse] eclipse plugin for maven support. Other IDEs and tools
7070
should also work without issue.
7171

7272

7373

7474
=== Building from source
7575
To build the source you will need to install
76-
http://maven.apache.org/run-maven/index.html[Apache Maven] v3.2.3 or above and JDK 1.8.
76+
https://maven.apache.org/run-maven/index.html[Apache Maven] v3.2.3 or above and JDK 1.8.
7777

7878

7979

@@ -153,7 +153,7 @@ Spring Boot includes a `.setup` files which can be used with the Eclipse Install
153153
provision a new environment. To use the installer:
154154

155155
* Download and run the latest Eclipse Installer from
156-
http://www.eclipse.org/downloads/[eclipse.org/downloads/].
156+
https://www.eclipse.org/downloads/[eclipse.org/downloads/].
157157
* Switch to "Advanced Mode" using the drop down menu on the right.
158158
* Select "`Eclipse IDE for Java Developers`" under "`Eclipse.org`" as the product to
159159
install and click "`next`".
@@ -175,7 +175,7 @@ easier to navigate.
175175

176176
==== Manual installation with m2eclipse
177177
If you prefer to install Eclipse yourself we recommend that you use the
178-
http://eclipse.org/m2e/[M2Eclipse] eclipse plugin. If you don't already have m2eclipse
178+
https://eclipse.org/m2e/[M2Eclipse] eclipse plugin. If you don't already have m2eclipse
179179
installed it is available from the "Eclipse marketplace".
180180

181181
Spring Boot includes project specific source formatting settings, in order to have these

README.adoc

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= Spring Boot image:https://build.spring.io/plugins/servlet/buildStatusImage/BOOT-PUB["Build Status", link="https://build.spring.io/browse/BOOT-PUB"] image:https://badges.gitter.im/Join Chat.svg["Chat",link="https://gitter.im/spring-projects/spring-boot?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"]
2-
:docs: http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference
2+
:docs: https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference
33

44
Spring Boot makes it easy to create Spring-powered, production-grade applications and
55
services with absolute minimum fuss. It takes an opinionated view of the Spring platform
@@ -62,10 +62,10 @@ Having trouble with Spring Boot? We'd like to help!
6262
{docs}/htmlsingle/#howto[How-to's] -- they provide solutions to the most common
6363
questions.
6464
* Learn the Spring basics -- Spring Boot builds on many other Spring projects, check
65-
the http://spring.io[spring.io] web-site for a wealth of reference documentation. If
66-
you are just starting out with Spring, try one of the http://spring.io/guides[guides].
67-
* Ask a question - we monitor http://stackoverflow.com[stackoverflow.com] for questions
68-
tagged with http://stackoverflow.com/tags/spring-boot[`spring-boot`].
65+
the https://spring.io[spring.io] web-site for a wealth of reference documentation. If
66+
you are just starting out with Spring, try one of the https://spring.io/guides[guides].
67+
* Ask a question - we monitor https://stackoverflow.com[stackoverflow.com] for questions
68+
tagged with https://stackoverflow.com/tags/spring-boot[`spring-boot`].
6969
* Report bugs with Spring Boot at https://github.com/spring-projects/spring-boot/issues[github.com/spring-projects/spring-boot/issues].
7070

7171

@@ -91,7 +91,7 @@ requests. If you want to raise an issue, please follow the recommendations below
9191

9292
== Building from Source
9393
You don't need to build from source to use Spring Boot (binaries in
94-
http://repo.spring.io[repo.spring.io]), but if you want to try out the latest and
94+
https://repo.spring.io[repo.spring.io]), but if you want to try out the latest and
9595
greatest, Spring Boot can be easily built with the
9696
https://github.com/takari/maven-wrapper[maven wrapper]. You also need JDK 1.8 (although
9797
Boot applications can run on Java 1.6).
@@ -102,7 +102,11 @@ Boot applications can run on Java 1.6).
102102
----
103103

104104
If you want to build with the regular `mvn` command, you will need
105+
<<<<<<< HEAD
105106
http://maven.apache.org/run-maven/index.html[Maven v3.2.1 or above].
107+
=======
108+
https://maven.apache.org/run-maven/index.html[Maven v3.0.5 or above].
109+
>>>>>>> 1.3.x
106110
107111
NOTE: You may need to increase the amount of memory available to Maven by setting
108112
a `MAVEN_OPTS` environment variable with the value `-Xmx512m`. Remember
@@ -223,16 +227,16 @@ be built with maven and run by invoking `java -jar target/<sample>.jar`.
223227
224228
225229
== Guides
226-
The http://spring.io/[spring.io] site contains several guides that show how to use Spring
230+
The https://spring.io/[spring.io] site contains several guides that show how to use Spring
227231
Boot step-by-step:
228232
229-
* http://spring.io/guides/gs/spring-boot/[Building an Application with Spring Boot] is a
233+
* https://spring.io/guides/gs/spring-boot/[Building an Application with Spring Boot] is a
230234
very basic guide that shows you how to create a simple application, run it and add some
231235
management services.
232-
* http://spring.io/guides/gs/actuator-service/[Building a RESTful Web Service with Spring
236+
* https://spring.io/guides/gs/actuator-service/[Building a RESTful Web Service with Spring
233237
Boot Actuator] is a guide to creating a REST web service and also shows how the server
234238
can be configured.
235-
* http://spring.io/guides/gs/convert-jar-to-war/[Converting a Spring Boot JAR Application
239+
* https://spring.io/guides/gs/convert-jar-to-war/[Converting a Spring Boot JAR Application
236240
to a WAR] shows you how to run applications in a web server as a WAR file.
237241
238242

spring-boot-actuator-docs/src/main/asciidoc/index.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ HAL browser is not active).
6060
If `endpoints.hypermedia.enabled` is set to `true` and
6161
https://projects.spring.io/spring-hateoas[Spring HATEOAS] is on the classpath (e.g.
6262
through the `spring-boot-starter-hateoas` or if you are using
63-
http://projects.spring.io/spring-data-rest[Spring Data REST]) then the Actuator endpoint
63+
https://projects.spring.io/spring-data-rest[Spring Data REST]) then the Actuator endpoint
6464
responses are enhanced with hypermedia in the form of "links". The default media type for
65-
responses is http://stateless.co/hal_specification.html[HAL], resulting in each resource
66-
having an extra property called "_links". You can change the media type to another one
67-
supported by Spring HATEOAS by providing your own `@EnableHypermedia` annotation and
68-
custom providers as necessary.
65+
responses is https://github.com/mikekelly/hal_specification[HAL], resulting in each
66+
resource having an extra property called "_links". You can change the media type to
67+
another one supported by Spring HATEOAS by providing your own `@EnableHypermedia`
68+
annotation and custom providers as necessary.
6969

7070
Example enhanced "/metrics" endpoint with additional "_links":
7171

spring-boot-actuator/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ manage your application when it's pushed to production. You can choose to manage
55
monitor your application using HTTP endpoints, with JMX or even by remote shell (SSH or
66
Telnet). Auditing, health and metrics gathering can be automatically applied to your
77
application. The
8-
http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#production-ready[user guide]
8+
https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#production-ready[user guide]
99
covers the features in more detail.
1010

1111
== Enabling the Actuator

spring-boot-actuator/src/main/java/org/springframework/boot/actuate/autoconfigure/CrshAutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
* context.
108108
* <p>
109109
* Additional shell commands can be implemented using the guide and documentation at
110-
* <a href="http://www.crashub.org">crashub.org</a>. By default Boot will search for
110+
* <a href="https://www.crashub.org">crashub.org</a>. By default Boot will search for
111111
* commands using the following classpath scanning pattern {@code classpath*:/commands/**}
112112
* . To add different locations or override the default use
113113
* {@code management.shell.command-path-patterns} in your application configuration.

spring-boot-actuator/src/main/java/org/springframework/boot/actuate/autoconfigure/JolokiaAutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* <p>
5454
* Additional configuration parameters for Jolokia can be provided by specifying
5555
* {@code jolokia.config.*} properties. See the
56-
* <a href="http://jolokia.org">http://jolokia.org</a> web site for more information on
56+
* <a href="https://jolokia.org">https://jolokia.org</a> web site for more information on
5757
* supported configuration parameters.
5858
*
5959
* @author Christian Dupuis

spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/rich/RichGauge.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* The value of the average will depend on whether a weight ('alpha') is set for the
2525
* gauge. If it is unset, the average will contain a simple arithmetic mean. If a weight
2626
* is set, an exponential moving average will be calculated as defined in this
27-
* <a href="http://www.itl.nist.gov/div898/handbook/pmc/section4/pmc431.htm">NIST
27+
* <a href="https://www.itl.nist.gov/div898/handbook/pmc/section4/pmc431.htm">NIST
2828
* document</a>.
2929
*
3030
* @author Luke Taylor

spring-boot-actuator/src/test/java/org/springframework/boot/actuate/autoconfigure/MetricFilterAutoConfigurationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ protected void doFilterInternal(HttpServletRequest request,
551551
throws ServletException, IOException {
552552
// send redirect before filter chain is executed, like Spring Security sending
553553
// us back to a login page
554-
response.sendRedirect("http://example.com");
554+
response.sendRedirect("https://example.com");
555555
}
556556

557557
}

spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/transaction/jta/AtomikosJtaConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
import org.springframework.util.StringUtils;
4545

4646
/**
47-
* JTA Configuration for <A href="http://www.atomikos.com/">Atomikos</a>.
47+
* JTA Configuration for <A href="https://www.atomikos.com/">Atomikos</a>.
4848
*
4949
* @author Josh Long
5050
* @author Phillip Webb

spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/transaction/jta/BitronixJtaConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2016 the original author or authors.
2+
* Copyright 2012-2019 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -41,7 +41,7 @@
4141
import org.springframework.util.StringUtils;
4242

4343
/**
44-
* JTA Configuration for <A href="http://docs.codehaus.org/display/BTM/Home">Bitronix</A>.
44+
* JTA Configuration for <A href="https://github.com/bitronix/btm">Bitronix</A>.
4545
*
4646
* @author Josh Long
4747
* @author Phillip Webb

0 commit comments

Comments
 (0)