Commit Graph

129 Commits (ff1a218235273400e0fcbd1ddfb0711dfaddc84e)

Author SHA1 Message Date
Andy Wilkinson 867c35a2f6 Merge branch '2.1.x'
Closes gh-17306
5 years ago
Andy Wilkinson 096951d531 Merge branch '2.0.x' into 2.1.x
Closes gh-17305
5 years ago
Andy Wilkinson 57bc03ac57 Merge branch '1.5.x' into 2.0.x 5 years ago
Andy Wilkinson 72f7985219 Drop back to Eclipse 2019-03 to avoid m2e regression
Closes gh-15200
5 years ago
Madhura Bhave d5c0009c6e Rename samples to smoke tests
Closes gh-17197
5 years ago
Andy Wilkinson 76e1fb4a1e Merge branch '2.1.x'
Closes gh-17306
5 years ago
Andy Wilkinson 7e4111954f Merge branch '2.0.x' into 2.1.x
Closes gh-17305
5 years ago
Andy Wilkinson 23e119c239 Merge branch '1.5.x' into 2.0.x 5 years ago
Andy Wilkinson 1ee7b80162 Update the Oomph setup for Eclipse 2019-06
Closes gh-15200
5 years ago
Rossen Stoyanchev 3a0f81c2bb Improve notes for the import into IntelliJ IDEA
Closes gh-16874
6 years ago
Stephane Nicoll 174c314f2e Document memory change for IntelliJ IDEA importer VM
Closes gh-16409
6 years ago
Stephane Nicoll 066f97f4ef Merge branch '2.1.x' 6 years ago
Stephane Nicoll 6a4e89dc0f Merge branch '2.0.x' into 2.1.x 6 years ago
Stephane Nicoll 1421ca7612 Polish 6 years ago
Phillip Webb 2376f973f4 Merge branch '2.1.x' 6 years ago
Phillip Webb 47c6bf741d Merge branch '2.0.x' into 2.1.x 6 years ago
Phillip Webb 07c000c5b7 Merge branch '1.5.x' into 2.0.x 6 years ago
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
6 years ago
Andy Wilkinson 878a635bfb Merge branch '2.1.x' 6 years ago
Andy Wilkinson 864942ad4f Merge branch '2.0.x' into 2.1.x 6 years ago
Andy Wilkinson ba4671f0ab Merge branch '1.5.x' into 2.0.x 6 years ago
Andy Wilkinson 94633cfd89 Merge branch '1.4.x' into 1.5.x 6 years ago
Andy Wilkinson baec3d6e8e Merge branch '1.3.x' into 1.4.x 6 years ago
Spring Operator e401d02ced Use HTTPS for external links wherever possible
See gh-16316
6 years ago
Johnny Lim 4aff659c18 Polish
See gh-15873
6 years ago
Stephane Nicoll 380d7ec01c Merge branch '2.1.x' 6 years ago
Johnny Lim 885c28891b Polish
Closes gh-15873
6 years ago
Stephane Nicoll e907bf0c49 Add setup instructions for in IntelliJ IDEA
Closes gh-15634
6 years ago
Phillip Webb e544922dd7 Merge branch '1.5.x' into 2.0.x 7 years ago
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
7 years ago
Phillip Webb 6d8b4710d7 Merge branch '1.5.x' into 2.0.x 7 years ago
Phillip Webb 9f4f229b83 Polish title case in CONTRIBUTING.md 7 years ago
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
7 years ago
Andy Wilkinson dcc8a8b5c7 Polish "Document git command to clone the repo on Windows"
See gh-12070
7 years ago
imgx64 f80aa58cc3 Document git command to clone the repo on Windows
Closes gh-12070
7 years ago
Phillip Webb 55e98ac977 Merge branch '1.5.x' 7 years ago
Phillip Webb 716726aa50 Update Eclipse Oomph setup for Oxygen
See gh-8513
7 years ago
dreis2211 81459efffa Use HTTPS URLs where applicable 7 years ago
Stephane Nicoll 7dc8ada135 Fix full build contributing instructions
Closes gh-11374
7 years ago
Andy Wilkinson 41424e4529 Merge branch '1.5.x'
Closes gh-10457
7 years ago
Johnny Lim bfa291f671 Polish 7 years ago
Johnny Lim 5e35a34cba Polish
Closes gh-10308
7 years ago
Stephane Nicoll 1d9520b3ab Document `fast` profile in contributing documentation
Closes gh-8424
8 years ago
Andy Wilkinson 72b30386de Merge branch '1.3.x' 8 years ago
Andy Wilkinson 534effeaed Merge branch '1.3.x' 8 years ago
Andy Wilkinson 6a8620ac38 Update instructions for signing the CLA 8 years ago
Andy Wilkinson 9f6c659faa Update instructions for signing the CLA 8 years ago
Chris Bailey 21914ec154 Fix STS link in CONTRIBUTING.adoc
Closes gh-5796
9 years ago
Johnny Lim a6c83787ef Polish
Closes gh-5318
9 years ago
Chelsea Troy 5261eb2ffc Add contributor covenant
Closes gh-4914
9 years ago
Vedran Pavic 0ba9a18cf2 Document use of maven wrapper
Closes gh-4956
9 years ago
Robert Požarickij 48d22f933d Fix grammar in CONTRIBUTING.adoc
Closes gh-4885
9 years ago
Phil Webb 9f41323030 Update CONTRIBUTING.adoc
Update the Oomph instructions.
9 years ago
Johnny Lim 8ec00c35bf Polish
Closes gh-4572
9 years ago
Phillip Webb 04074fece1 Merge branch '1.2.x' 9 years ago
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
9 years ago
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
9 years ago
r11runner 586f525a6b Fix typos
Closes gh-4093
9 years ago
Phillip Webb 6193b640a4 Polish 9 years ago
Andy Wilkinson 23693c3f6a Update contribution guidelines to describe how we use GitHub issues 9 years ago
Stephane Nicoll 64d56cf425 Fix doc glitch 9 years ago
Huang YunKun e142c063b5 Remove pre Java8 option 'MaxPermSize'
Closes gh-3487
9 years ago
Huang YunKun fac2d41295 Fix jdk version requirement
Closes gh-3484
9 years ago
Stephane Nicoll b384f0360c Use proper product name for Intellij IDEA 10 years ago
Phillip Webb 9f956660a6 Add project lead CLA information
Update CONTRIBUTING to include the project lead names that can be used.
10 years ago
Phillip Webb 0bff6c4bfc Merge branch '1.1.x' 10 years ago
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
10 years ago
Andy Wilkinson 7211571969 Fix some grammar issues in docs
Closes gh-1695
10 years ago
Eric Dahl 16937746a0 Fix some grammar issues in docs 10 years ago
Eric Dahl bbf3076d9d Fix some grammar issues in docs 10 years ago
Phillip Webb 505795d6c7 Update CONTRIBUTING with commit message tips 10 years ago
Phillip Webb 5ef45c7494 Fix asciidoc incorrect link syntax 10 years ago
Phillip Webb d0f493cbea Fix InteliJ code formatter instructions
Update CONTRIBUTING.adoc with improved code formatter instructions.

Fixes gh-1271
10 years ago
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.
11 years ago
Phillip Webb aaa7e7d37e Update CONTRIBUTING full build instructions 11 years ago
Phil Webb 49280544b0 Update CONTRIBUTING.adoc 11 years ago
Stephane Nicoll 62269e7a0b Memory settings for the full build 11 years ago
Dave Syer 05432c27fa Clarify requirements for building from source 11 years ago
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
11 years ago