Commit Graph

32 Commits

Author SHA1 Message Date
Andy Wilkinson
4b6bddd476 Merge branch '1.4.x' into 1.5.x 2019-03-20 16:30:04 +00:00
Andy Wilkinson
6920c39349 Merge branch '1.3.x' into 1.4.x 2019-03-20 15:06:50 +00:00
Andy Wilkinson
0e009ef047 Use HTTPS to link to the Apache license 2019-03-20 15:00:10 +00:00
Stephane Nicoll
ade6d86b65 Polish "Use secure connection to repositories"
Closes gh-12629
2018-03-27 18:02:52 +02:00
Stephane Nicoll
b446505cef Fix escaping 2016-09-06 17:35:24 +02:00
Stephane Nicoll
3b4e4f175a Polish 2016-08-07 21:26:33 +02:00
Andy Wilkinson
8d79cce591 Update instructions for building the docs in the README
As a result of ccaa19d5, the documentation is now built in the
prepare-package phase.
2016-07-20 20:54:42 +01:00
Stephane Nicoll
6698af08df Replace Starter POM to Starter in the documentation
"Starter POM" is a confusing term as it implies the starter may be a
POM while it's actually a jar artifact like any other dependency. To
reduce the confusion (especially in the way such starter should be
declared in the build), the term Starter POM has been renamed to Starter.

Closes gh-5966
2016-05-18 08:55:42 +02:00
Andy Wilkinson
2e86f0f890 Update instructions in the the README for building reference docs
The instructions should have been updated as part of the work on
gh-5267 so that the zip of all of the starter poms is available to
the documentation's build. With that fixed, the current instructions
still fail as the javadoc fails to generated as a result of
org.springframework.boot:spring-boot:test-jar:tests being unavailable.
This can be avoid by simply not trying to build the javadoc, i.e.
by running generate-resources rather than install.

Closes gh-5633
2016-04-11 09:53:59 +01:00
Brendan Kirby
6de4cabc29 Update README.adoc
Closes gh-5557
2016-04-03 10:41:45 +02:00
Vedran Pavic
0ba9a18cf2 Document use of maven wrapper
Closes gh-4956
2016-01-17 12:32:26 +01:00
Johnny Lim
8ec00c35bf Polish
Closes gh-4572
2015-11-21 08:12:21 +01:00
Dave Syer
fa9724becb Revert "Add or avoid proxy configurations for integration tests"
This reverts commit 251f2805a8.
2015-11-02 17:38:54 +00:00
mrumpf
251f2805a8 Add or avoid proxy configurations for integration tests
The Maven POM does all the dependency resolutions for the
spring-boot-antlib project. Delegating this task to Ivy, which is
buried deep in the Antrun/Antunit part of the build, makes any kind
of proxy configuration much more complex.
The ivysettings.xml already has the local M2 repository configured,
but because the folder "repository" is missing, the artifacts, already
downloaded by Maven cannot be resolved from this location.
The Spring and Maven Central repositories should be removed from the
ivysettings.xml files in order to force all resolves to be done through
the local M2 repository. The POM of joda-time version 2.8.1 has an
optional dependency to joda-convert 1.2, which lets the Ivy resolve
process fail, because this version of the joda-convert library was
not resolved by any of the Maven POMs. It seems as if Ivy does not
respect the optional scope, defined in the joda-time POM.

Pass proxy settings to the forked process to make the Gradle distribution download work

Create a gradle.properties file for each Gradle integration test and writes the forking
process' proxy settings as systemProp.http(s).Host/Port to the properties file.
This configures the external process with the right proxy settings to let it download
the Gradle distribution via the HTTP proxy server.

Added a hint for Windows users to get the core.autocrlf setting right

When the core.autocrlf setting under Windows is set to false for example
All files are not converted regarding their EOL characters to the
Windows format with CRLF at a line's end. There is a checkstyle
validation that checks that all files have the system's line endings
and in some test-cases the value from the system property "line.ending"
is used to check test output. So without the conversion, those checks
are going to fail, resulting in build errors.

Fixes gh-4367, fixes gh-3816
2015-11-02 17:23:30 +00:00
Stephane Nicoll
651ab38f18 Add Maven wrapper
Closes gh-4193
2015-10-26 11:00:13 +01:00
John Tims
4ae07e66ac Fix typo
Closes gh-3909
2015-09-07 08:48:27 +02:00
Huang YunKun
9339136b54 Fix typo
Closes gh-3810
2015-08-23 14:07:13 +02:00
Stephane Nicoll
4b58d753ab Explain how to build the reference documentation 2015-08-03 16:45:56 +02:00
Huang YunKun
e142c063b5 Remove pre Java8 option 'MaxPermSize'
Closes gh-3487
2015-07-16 10:20:04 +02:00
Huang YunKun
fac2d41295 Fix jdk version requirement
Closes gh-3484
2015-07-14 15:02:08 +02:00
Michael Freedman
d4bf221fd4 fix copy in README 2014-11-20 10:16:34 -05:00
Phillip Webb
0bff6c4bfc Merge branch '1.1.x' 2014-11-18 16:29:18 -08:00
Phillip Webb
9059c7574b Update license details
Add LICENSE.txt file and make it clear in the README file that we
are Apache 2.0

Fixes gh-1952
2014-11-18 16:28:39 -08:00
Dave Syer
1c4650f3ce Add Gitter badge 2014-10-28 08:27:01 +00:00
Dave Syer
18d8c4a8d9 Add additional samples to README
Fixes gh-1068
2014-06-17 11:28:34 +01:00
Dave Syer
d8eeba98e8 Add JAVA_OPTS advice to some docs 2014-05-28 12:11:07 +01:00
Phillip Webb
e471759be8 Update README with issues information 2014-05-16 12:05:39 +01:00
Dave Syer
65e34a7800 @Controller -> @RestController in README
Fixes gh-652 some more
2014-04-10 10:05:59 +01:00
Dave Syer
05432c27fa Clarify requirements for building from source 2014-03-31 09:25:45 +01:00
Phillip Webb
e7153dd604 Tweak build status location 2014-03-26 13:38:44 -07:00
Phillip Webb
9815b776d6 Use Bamboo build status image
Replace travis build status image with Bamboo since it seems to
fail less.
2014-03-26 13:29:33 -07:00
Phillip Webb
c5ee3c7eba Remove duplicate documentation
Remove README files that have been since been migrated to the reference
documentation. Also updated remaining markdown files to asciidoctor to
save having a mix of different formats.

Fixed gh-503
2014-03-16 23:00:12 -07:00