Commit Graph

139 Commits

Author SHA1 Message Date
Phillip Webb 8edffc8ed7 Merge branch '2.1.x' into 2.2.x
Closes gh-19688
2020-01-13 12:21:54 -08:00
Phillip Webb faa38c946f Upgrade to Eclipse 2019.12
Closes gh-19281
2020-01-13 12:18:17 -08:00
Andy Wilkinson ce99db1902 Port the build to Gradle
Closes gh-19609
Closes gh-19608
2020-01-10 14:15:35 +00:00
Phillip Webb 3d6307ffd2 Merge branch '2.1.x' into 2.2.x 2019-12-04 20:26:52 -08:00
Phillip Webb 5ffe8404c1 Fix checkstyle http:// error 2019-12-04 20:26:33 -08:00
Phillip Webb d3c5527f6a Merge branch '2.1.x' into 2.2.x
Closes gh-19283
2019-12-04 20:10:27 -08:00
Phillip Webb 0b5ce952ba Use Eclipse m2e 1.14.0
Update our Oomph setup to use m2e 1.14.0 from their milestone
update site. Unfortunately we need to use the milestone since
the fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=548652
has not yet made it into a stable m2e release.

Closes gh-19280
2019-12-04 18:18:44 -08:00
Phillip Webb 818d55365b Upgrade to Eclipse 2019.9
Upgrade our Oomph setup to use Eclipse 2019.9

See gh-19280
2019-12-04 18:13:11 -08:00
Stephane Nicoll c718a79ff2 Polish 2019-08-01 19:42:30 +02:00
dreis2211 cec4ec97dd Remove references to archived spring-boot-issues repo
See gh-17431
2019-07-08 12:50:49 +01:00
Andy Wilkinson 867c35a2f6 Merge branch '2.1.x'
Closes gh-17306
2019-06-27 10:42:11 +01:00
Andy Wilkinson 096951d531 Merge branch '2.0.x' into 2.1.x
Closes gh-17305
2019-06-27 10:41:37 +01:00
Andy Wilkinson 57bc03ac57 Merge branch '1.5.x' into 2.0.x 2019-06-27 10:22:02 +01:00
Andy Wilkinson 72f7985219 Drop back to Eclipse 2019-03 to avoid m2e regression
Closes gh-15200
2019-06-26 17:31:00 +01:00
Madhura Bhave d5c0009c6e Rename samples to smoke tests
Closes gh-17197
2019-06-25 11:32:56 -07:00
Andy Wilkinson 76e1fb4a1e Merge branch '2.1.x'
Closes gh-17306
2019-06-25 16:26:26 +01:00
Andy Wilkinson 7e4111954f Merge branch '2.0.x' into 2.1.x
Closes gh-17305
2019-06-25 16:25:46 +01:00
Andy Wilkinson 23e119c239 Merge branch '1.5.x' into 2.0.x 2019-06-25 16:25:24 +01:00
Andy Wilkinson 1ee7b80162 Update the Oomph setup for Eclipse 2019-06
Closes gh-15200
2019-06-25 16:22:53 +01:00
Rossen Stoyanchev 3a0f81c2bb Improve notes for the import into IntelliJ IDEA
Closes gh-16874
2019-05-20 14:49:08 +02:00
Stephane Nicoll 174c314f2e Document memory change for IntelliJ IDEA importer VM
Closes gh-16409
2019-05-13 18:23:21 +02:00
Stephane Nicoll 066f97f4ef Merge branch '2.1.x' 2019-04-03 13:13:19 +02:00
Stephane Nicoll 6a4e89dc0f Merge branch '2.0.x' into 2.1.x 2019-04-03 13:13:01 +02:00
Stephane Nicoll 1421ca7612 Polish 2019-04-03 13:12:37 +02:00
Phillip Webb 2376f973f4 Merge branch '2.1.x' 2019-04-02 13:46:36 -07:00
Phillip Webb 47c6bf741d Merge branch '2.0.x' into 2.1.x 2019-04-02 13:40:21 -07:00
Phillip Webb 07c000c5b7 Merge branch '1.5.x' into 2.0.x 2019-04-02 13:34:28 -07:00
Phillip Webb 6246da06a6 Update Eclipse setup files
Update the eclipse setup files and contributing instructions for
compatibility with the latest Eclipse 2019-03 release. This commit
reverts the use the HTTPS in the `.setup` file namespace (since it
breaks the setup editor). The `xsi:schemaLocation` section still
uses HTTPS for actual XSD resolution.

See gh-16245
2019-04-02 10:52:05 -07:00
Andy Wilkinson 878a635bfb Merge branch '2.1.x' 2019-03-28 11:48:47 +00:00
Andy Wilkinson 864942ad4f Merge branch '2.0.x' into 2.1.x 2019-03-28 09:35:53 +00:00
Andy Wilkinson ba4671f0ab Merge branch '1.5.x' into 2.0.x 2019-03-27 19:59:36 +00:00
Andy Wilkinson 94633cfd89 Merge branch '1.4.x' into 1.5.x 2019-03-27 14:04:32 +00:00
Andy Wilkinson baec3d6e8e Merge branch '1.3.x' into 1.4.x 2019-03-27 12:22:40 +00:00
Spring Operator e401d02ced Use HTTPS for external links wherever possible
See gh-16316
2019-03-27 11:35:54 +00:00
Johnny Lim 4aff659c18 Polish
See gh-15873
2019-02-08 09:21:55 +01:00
Stephane Nicoll 380d7ec01c Merge branch '2.1.x' 2019-02-08 09:21:06 +01:00
Johnny Lim 885c28891b Polish
Closes gh-15873
2019-02-08 09:20:15 +01:00
Stephane Nicoll e907bf0c49 Add setup instructions for in IntelliJ IDEA
Closes gh-15634
2019-01-07 09:55:18 +01:00
Phillip Webb e544922dd7 Merge branch '1.5.x' into 2.0.x 2018-05-25 23:02:08 -07:00
Phillip Webb e75d8eaf40 Switch to spring-javaformat plugin
Use `spring-javaformat` to format and check code. Code formatting can
now be applied using the `spring-javaformat-maven-plugin` from the
command line. Existing checkstyle rules have also been replaced and
the CONTRIBUTING.adoc file has been updated.

Closes gh-13255
2018-05-25 20:59:04 -07:00
Phillip Webb 6d8b4710d7 Merge branch '1.5.x' into 2.0.x 2018-05-21 17:18:49 -07:00
Phillip Webb 9f4f229b83 Polish title case in CONTRIBUTING.md 2018-05-21 17:10:52 -07:00
Phillip Webb 2fa057a06c Document how to raise security issues
Update contributing documentation and the issue template with
instructions on how to report security vulnerabilities.

Closes gh-12509
2018-05-21 17:07:44 -07:00
Andy Wilkinson dcc8a8b5c7 Polish "Document git command to clone the repo on Windows"
See gh-12070
2018-02-15 12:30:57 +00:00
imgx64 f80aa58cc3 Document git command to clone the repo on Windows
Closes gh-12070
2018-02-15 12:30:42 +00:00
Phillip Webb 55e98ac977 Merge branch '1.5.x' 2018-02-08 15:31:48 -08:00
Phillip Webb 716726aa50 Update Eclipse Oomph setup for Oxygen
See gh-8513
2018-02-08 15:23:28 -08:00
dreis2211 81459efffa Use HTTPS URLs where applicable 2018-02-02 12:03:12 +00:00
Stephane Nicoll 7dc8ada135 Fix full build contributing instructions
Closes gh-11374
2018-01-07 09:27:50 +01:00
Andy Wilkinson 41424e4529 Merge branch '1.5.x'
Closes gh-10457
2017-10-02 15:24:12 +01:00
Johnny Lim bfa291f671 Polish 2017-10-02 15:07:03 +01:00
Johnny Lim 5e35a34cba Polish
Closes gh-10308
2017-09-18 16:19:02 +02:00
Stephane Nicoll 1d9520b3ab Document `fast` profile in contributing documentation
Closes gh-8424
2017-03-03 13:45:44 +01:00
Andy Wilkinson 72b30386de Merge branch '1.3.x' 2016-07-20 09:21:19 +01:00
Andy Wilkinson 534effeaed Merge branch '1.3.x' 2016-07-20 08:54:09 +01:00
Andy Wilkinson 6a8620ac38 Update instructions for signing the CLA 2016-07-20 08:53:39 +01:00
Andy Wilkinson 9f6c659faa Update instructions for signing the CLA 2016-07-20 08:51:38 +01:00
Chris Bailey 21914ec154 Fix STS link in CONTRIBUTING.adoc
Closes gh-5796
2016-04-25 12:03:13 -07:00
Johnny Lim a6c83787ef Polish
Closes gh-5318
2016-03-03 08:33:21 +01:00
Chelsea Troy 5261eb2ffc Add contributor covenant
Closes gh-4914
2016-01-29 10:38:09 -08:00
Vedran Pavic 0ba9a18cf2 Document use of maven wrapper
Closes gh-4956
2016-01-17 12:32:26 +01:00
Robert Požarickij 48d22f933d Fix grammar in CONTRIBUTING.adoc
Closes gh-4885
2016-01-15 15:55:39 +00:00
Phil Webb 9f41323030 Update CONTRIBUTING.adoc
Update the Oomph instructions.
2016-01-05 13:41:18 +00:00
Johnny Lim 8ec00c35bf Polish
Closes gh-4572
2015-11-21 08:12:21 +01:00
Phillip Webb 04074fece1 Merge branch '1.2.x' 2015-10-09 13:39:09 -07:00
Phillip Webb b779e8e4fc Add custom Eclipse code formatter
Update Eclipse settings to make use of a custom Spring formatter
implementation. Using a custom formatter allows us to fix a couple of
issues with the version that shipped with Eclipse Mars.1 (Eclipse bugs

The custom formatter also means that it is possible to use Groovy
Eclipse despite the fact that it has formatter regressions (see
https://github.com/groovy/groovy-eclipse/issues/142).

Fixes gh-4136
2015-10-09 10:33:14 -07:00
Phillip Webb 75bf01840b Add Eclipse Installer setup file
Add `spring-boot-project.setup` to `/eclipse` to setup and configure
new Eclipse installations.

Fixes gh-4110
2015-10-07 23:40:42 -07:00
r11runner 586f525a6b Fix typos
Closes gh-4093
2015-10-06 09:32:15 +02:00
Phillip Webb 6193b640a4 Polish 2015-09-02 23:44:19 -07:00
Andy Wilkinson 23693c3f6a Update contribution guidelines to describe how we use GitHub issues 2015-08-19 12:15:08 +01:00
Stephane Nicoll 64d56cf425 Fix doc glitch 2015-08-15 17:31:24 +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
Stephane Nicoll b384f0360c Use proper product name for Intellij IDEA 2015-06-12 17:08:50 +02:00
Phillip Webb 9f956660a6 Add project lead CLA information
Update CONTRIBUTING to include the project lead names that can be used.
2015-01-05 12:16:46 -08: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
Andy Wilkinson 7211571969 Fix some grammar issues in docs
Closes gh-1695
2014-10-13 13:18:24 +01:00
Eric Dahl 16937746a0 Fix some grammar issues in docs 2014-10-13 12:22:14 +01:00
Eric Dahl bbf3076d9d Fix some grammar issues in docs 2014-10-02 20:45:05 -07:00
Phillip Webb 505795d6c7 Update CONTRIBUTING with commit message tips 2014-08-28 17:41:24 -07:00
Phillip Webb 5ef45c7494 Fix asciidoc incorrect link syntax 2014-08-21 14:25:02 -07:00
Phillip Webb d0f493cbea Fix InteliJ code formatter instructions
Update CONTRIBUTING.adoc with improved code formatter instructions.

Fixes gh-1271
2014-08-21 12:41:37 -07:00
Phillip Webb 55650bd618 Remove m2e maveneclipse site zip from repo
Remove org.eclipse.m2e.maveneclipse.site-0.0.1-SNAPSHOT-site.zip and
instead point people to the release on github which now works with
eclipse luna.
2014-07-02 15:31:50 -07:00
Phillip Webb aaa7e7d37e Update CONTRIBUTING full build instructions 2014-06-09 20:01:53 -07:00
Phil Webb 49280544b0 Update CONTRIBUTING.adoc 2014-05-22 15:38:58 +01:00
Stephane Nicoll 62269e7a0b Memory settings for the full build 2014-05-02 22:32:34 +02:00
Dave Syer 05432c27fa Clarify requirements for building from source 2014-03-31 09:25:45 +01: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