Commit Graph

36897 Commits (23f89f0d1eb8497fb0b7a070a8e3907c31592674)
 

Author SHA1 Message Date
Stephane Nicoll 0a9f34b872 Merge branch '2.6.x' into 2.7.x 3 years ago
Stephane Nicoll 062533f5ae Merge branch '2.5.x' into 2.6.x 3 years ago
Stephane Nicoll 2c5398898b Polish "Deprecate running an application in the Maven JVM"
See gh-30479
3 years ago
Stephane Nicoll 09696c90c7 Deprecate running an application in the Maven JVM
This commit deprecates the "fork" property so that the application
always runs in a dedicated process. This aligns with the behaviour of
the Gradle plugin, and simplifies the lifecycle of certain features that
would not work in a non-forked process.

Closes gh-30479
3 years ago
Spring Builds 54fabf473f Next development version (v2.6.7-SNAPSHOT) 3 years ago
Spring Builds 0019243d25 Next development version (v2.5.13-SNAPSHOT) 3 years ago
Stephane Nicoll 1da5a7a600 Merge branch '2.6.x' into 2.7.x 3 years ago
Stephane Nicoll 546a7e5edb Merge branch '2.5.x' into 2.6.x 3 years ago
Stephane Nicoll 17936b855c Polish 3 years ago
Stephane Nicoll d8ab655d4a Merge branch '2.6.x' into 2.7.x 3 years ago
Stephane Nicoll 9168e63e62 Upgrade to Spring Framework 5.3.18
Closes gh-30493
3 years ago
Stephane Nicoll 57f11696eb Merge branch '2.5.x' into 2.6.x 3 years ago
Stephane Nicoll 7ccbdda1e7 Upgrade to Spring Framework 5.3.18
Closes gh-30492
3 years ago
Stephane Nicoll 94c40c7234 Upgrade to Spring Framework 5.3.18
Closes gh-30491
3 years ago
Stephane Nicoll 0ce499441b Merge branch '2.6.x' into 2.7.x 3 years ago
Stephane Nicoll 15041cfbd4 Upgrade CI to Docker 20.10.14
Closes gh-30485
3 years ago
Stephane Nicoll 25e8a4d572 Upgrade Java 18 version in CI image
Closes gh-30486
3 years ago
Stephane Nicoll be716d8765 Merge branch '2.5.x' into 2.6.x 3 years ago
Stephane Nicoll 8409c2f514 Upgrade CI to Docker 20.10.14
Closes gh-30481
3 years ago
Stephane Nicoll a99fcecd48 Upgrade Java 18 version in CI image
Closes gh-30482
3 years ago
Stephane Nicoll 2e90fd2302 Upgrade CI to Docker 20.10.14
Closes gh-30484
3 years ago
Stephane Nicoll 6cded5b928 Upgrade Java 18 version in CI image
Closes gh-30488
3 years ago
Andy Wilkinson be3288cddf Merge branch '2.6.x' into 2.7.x 3 years ago
Andy Wilkinson 2da44a0b4f Upgrade to Jackson Bom 2.13.2.20220328
Closes gh-30478
3 years ago
Andy Wilkinson 1d53e711fe Merge branch '2.5.x' into 2.6.x 3 years ago
Andy Wilkinson 06c5e26f81 Upgrade to Jackson Bom 2.12.6.20220326
Closes gh-30477
3 years ago
Andy Wilkinson b9029fcf9e Merge branch '2.6.x' into 2.7.x
Closes gh-30476
3 years ago
Andy Wilkinson 64beaba99f Merge branch '2.5.x' into 2.6.x
Closes gh-30475
3 years ago
Andy Wilkinson c0c32d89a7 Merge pull request #30456 from candrews
* gh-30456:
  Polish "Make MustacheViewResolver bean back off without Spring MVC"
  Make MustacheViewResolver bean back off without Spring MVC

Closes gh-30456
3 years ago
Andy Wilkinson 8cb11b74cd Polish "Make MustacheViewResolver bean back off without Spring MVC"
See gh-30456
3 years ago
Craig Andrews 7101b5099f Make MustacheViewResolver bean back off without Spring MVC
See gh-30456
3 years ago
Andy Wilkinson 24e6417ddc Adapt to latest changes in Spring for GraphQL snapshots
See gh-30463
3 years ago
Brian Clozel 93817c708e Switch to Spring for GraphQL 1.0.0-SNAPSHOT
See gh-30463
3 years ago
Brian Clozel 4466a0b041 Upgrade to GraphQL Java 18.0
Closes gh-30464
3 years ago
Andy Wilkinson 4722d9d17e Merge branch '2.6.x' into 2.7.x
Closes gh-30470
3 years ago
Andy Wilkinson 880d33f391 Merge branch '2.5.x' into 2.6.x
Closes gh-30469
3 years ago
Andy Wilkinson 05b7befc7a Fix javadoc of ResolveMainClassName setClasspath(Object)
Closes gh-30468
3 years ago
Andy Wilkinson 2f3ae02385 Merge branch '2.6.x' into 2.7.x
Closes gh-30466
3 years ago
Andy Wilkinson 8f985474a6 Merge branch '2.5.x' into 2.6.x
Closes gh-30465
3 years ago
Andy Wilkinson d574563616 Document @ConstructorBinding and @DefaultValue with records
Closes gh-30460
3 years ago
Stephane Nicoll 5466444826 Merge branch '2.6.x' into 2.7.x
Closes gh-30450
3 years ago
Stephane Nicoll e28b59693a Merge pull request #30446 from vikeychen
* pr/30446:
  Update copyright year of changed file
  Remove redundant Javadoc

Closes gh-30446
3 years ago
Stephane Nicoll 5dc4ff5366 Update copyright year of changed file
See gh-30446
3 years ago
Vikey Chen f9d1c400a7 Remove redundant Javadoc
See gh-30446
3 years ago
Moritz Halbritter 018281f3d0 Merge branch '2.6.x' into 2.7.x
Closes gh-30441
3 years ago
Moritz Halbritter cee51783fd Merge branch '2.5.x' into 2.6.x
Closes gh-30440
3 years ago
Moritz Halbritter 24e748d5cd Remove unnecessary entries in additional config metadata
Add the 'enabled' fields directly to the classes instead.

Closes gh-30439
3 years ago
Andy Wilkinson 64be4d3b2f Merge pull request #30152 from terminux
* gh-30152:
  Polish
  Simplify registration of Jackson mixin types

Closes gh-30152
3 years ago
Andy Wilkinson 685d2d4391 Polish
See gh-30152
3 years ago
Guirong Hu df417bf317 Simplify registration of Jackson mixin types
See gh-30152
3 years ago