Commit Graph

108 Commits

Author SHA1 Message Date
Andy Wilkinson
0e009ef047 Use HTTPS to link to the Apache license 2019-03-20 15:00:10 +00:00
Stephane Nicoll
d0c6a23565 Polish 2019-02-12 17:04:58 +01:00
Stephane Nicoll
2b304e3d69 Merge branch '2.1.x' 2019-01-08 11:31:17 +01:00
WangZengHuang
a5d2b2cfb4 Remove redundant throws Exception
See gh-15647
2019-01-08 11:27:01 +01:00
Andy Wilkinson
dd96fff544 Update README links following move to pure Asciidoctor
Closes gh-15545
2018-12-21 11:15:45 +00:00
Stephane Nicoll
5d2828c74e Merge branch '2.0.x' 2018-10-05 09:11:36 +02:00
dreis2211
42a6c36716 Fix BeansEndpoint typo in readme
Closes gh-14688
2018-10-05 09:10:46 +02:00
Madhura Bhave
51f9cdd14a Update pipeline badge configuration 2018-09-17 11:22:01 -07:00
Stephane Nicoll
bc47bf44a9 Merge branch '2.0.x' 2018-06-01 09:26:29 +02:00
Johnny Lim
6b0ce46491 Polish
Closes gh-13320
2018-06-01 09:22:20 +02:00
Stephane Nicoll
81ef6fec7b Add reference to Gitter 2018-06-01 07:59:18 +02:00
hengyunabc
b75e58b70f Add enforce-rule to ensure maven version >= 3.5.0
Closes gh-13271
2018-05-27 18:03:52 +02:00
Andy Wilkinson
47138af538 Correct the CI badge and link for 2.0.x builds 2018-05-09 14:06:32 +01:00
Johnny Lim
a723ac95a9 Polish
Closes gh-12999
2018-04-30 16:44:46 +02:00
Madhura Bhave
de66451d9b Update README with additional modules 2018-04-27 16:27:08 -07:00
Dejan Jankov
194a7a0c9b Fix broken links to Gradle and Maven tools, and CLI samples in README
Closes gh-12776
2018-04-05 09:10:20 +01:00
Stephane Nicoll
ade6d86b65 Polish "Use secure connection to repositories"
Closes gh-12629
2018-03-27 18:02:52 +02:00
dreis2211
81459efffa Use HTTPS URLs where applicable 2018-02-02 12:03:12 +00:00
dreis2211
eb1ae2dd79 Fix typos
Closes gh-11460
2018-01-02 15:01:16 +01:00
Johnny Lim
3c5ccb1166 Polish
Closes gh-11418
2017-12-26 09:47:10 +01:00
Lukas Eder
a16156781c Polish
Closes gh-11145
2017-12-14 15:18:36 +01:00
Johnny Lim
639bf5e99c Update "Building reference documentation" section
This commit also changes `spring-boot-maven-plugin/pom.xml` to make it
work with `full` Maven profile.

Closes gh-11045
2017-11-17 10:05:04 +01:00
Johnny Lim
4abd3fe10b Fix broken README.adoc
Closes gh-10603
2017-10-11 13:25:06 -07:00
Phillip Webb
ad92af1c99 Change build status badge to use concourse
Fixes gh-10536
2017-10-08 10:10:45 -07:00
Johnny Lim
bbeba4a016 Clean up Java 6 leftover
See gh-10367
2017-09-21 08:58:47 +02:00
Johnny Lim
5e35a34cba Polish
Closes gh-10308
2017-09-18 16:19:02 +02:00
Johnny Lim
bd2d08bcd0 Polish
Closes gh-10282
2017-09-14 15:13:51 +02:00
Stephane Nicoll
53d855320b Clarify the required steps to build the documentation
Previously we didn't mention that the project must have been built
locally first (to get the sources for javadoc generation for instance).

This commit clarifies that.

Closes gh-10086
2017-08-28 09:19:52 +02:00
Stephane Nicoll
c0e06f1b9b Polish 2017-07-01 09:57:05 +02:00
Stephane Nicoll
82860d6a1f Add reference to release notes
Closes gh-9646
2017-07-01 09:55:38 +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