Commit Graph

38983 Commits (44beb11d3866cb20d890c14f978a4fcfce2151a0)
 

Author SHA1 Message Date
Andy Wilkinson 64dcfe520d Merge branch '2.6.x' into 2.7.x
Closes gh-31842
2 years ago
Andy Wilkinson a1443d1cdc Enforce ordering in additional-spring-configuration-metadata.json files
Closes gh-31575
2 years ago
Moritz Halbritter 35c49afd97 Generate hints for nested generics in configuration properties
See gh-31708
2 years ago
Olga Maciaszek-Sharma 57dc274284 Switch to Spring Framework SNAPSHOTs
Switch to Spring Framework SNAPSHOTs and adapt to updated APIs.

See gh-31834
2 years ago
Andy Wilkinson 8f660b32c9 Merge branch '2.7.x' 2 years ago
Andy Wilkinson 86db9091cf Merge branch '2.6.x' into 2.7.x 2 years ago
Spring Builds 0cf561a759 Next development version (v2.7.3-SNAPSHOT) 2 years ago
Spring Builds 75359a2bce Next development version (v2.6.11-SNAPSHOT) 2 years ago
Stephane Nicoll 3dde83b07a Merge branch '2.7.x' 2 years ago
Stephane Nicoll 16f63afd0b Merge branch '2.6.x' into 2.7.x 2 years ago
Stephane Nicoll e18398236f Upgrade to Maven Install Plugin 3.0.0
Closes gh-31833
2 years ago
Stephane Nicoll a98c30866a Upgrade to Maven Deploy Plugin 3.0.0
Closes gh-31832
2 years ago
Stephane Nicoll c8e44372b2 Upgrade to Tomcat 9.0.65
Closes gh-31831
2 years ago
Stephane Nicoll aa93b2153a Upgrade to Embedded Mongo 3.4.7
Closes gh-31830
2 years ago
Stephane Nicoll 07f332ad96 Upgrade to Tomcat 9.0.65
Closes gh-31829
2 years ago
Stephane Nicoll 939481b9d7 Upgrade to Spring Batch 5.0.0-M4
Closes gh-31623
2 years ago
Stephane Nicoll dfda08fd0d Upgrade to Spring Integration 6.0.0-M4
Closes gh-31624
2 years ago
Madhura Bhave 4057dd198b Change preference of session store implementations
The order has been determined based on usage statistics.

Closes gh-27756
2 years ago
Scott Frederick 6f65777035 Merge branch '2.7.x'
Closes gh-31827
2 years ago
Scott Frederick 9da38c8d2d Merge branch '2.6.x' into 2.7.x
Closes gh-31826
2 years ago
Scott Frederick 4e0b3aad9f Clarify how docker image publishing registry is determined
Closes gh-31820
2 years ago
Scott Frederick cf7a163c6d Merge branch '2.7.x' 2 years ago
Scott Frederick f9cf31e59e Fix compile errors
See gh-28844
2 years ago
Scott Frederick 36d6106bb0 Merge branch '2.7.x'
Closes gh-31825
2 years ago
Scott Frederick 09c7ce6dab Merge branch '2.6.x' into 2.7.x
Closes gh-31824
2 years ago
Scott Frederick a7dfeae09c Merge branch 'gh-28844' into 2.6.x
Closes gh-31823
2 years ago
Scott Frederick 9b0cdac58a Simplify support for pushing images to unauthenticated registries
This commit removes the requirement that `docker.publishRegistry`
configuration must be provided when an image is published by the Gradle
or Maven plugin.

Fixes gh-28844
2 years ago
Andy Wilkinson de672f4330 Merge branch '2.7.x'
Closes gh-31819
2 years ago
Andy Wilkinson 2e98cafcca Merge branch '2.6.x' into 2.7.x
Closes gh-31818
2 years ago
Andy Wilkinson ab2b04fafd Find health contributors in ancestor contexts in non-reactive apps
Previously, health contributors in a non-reative app were found by
retrieving them from the application context rather than via
dependency injection. This results in only contributors from the
current context being found, with contributors in ancestor contexts
ignored.

This commit moves to injection of the contributors, aligning the
behaviour with that of a reactive application.

Closes gh-27308
2 years ago
Andy Wilkinson a6333f5e67 Merge branch '2.7.x'
Closes gh-31817
2 years ago
Andy Wilkinson 13431745e0 Merge branch '2.6.x' into 2.7.x
Closes gh-31816
2 years ago
Andy Wilkinson 5afa04f3cd Remove redundant Checkstyle suppression
Closes gh-30131
2 years ago
Andy Wilkinson 818e0d69a5 Merge branch '2.7.x'
Closes gh-31815
2 years ago
Andy Wilkinson cd1ce50105 Merge branch '2.6.x' into 2.7.x
Closes gh-31814
2 years ago
Andy Wilkinson 182adeed35 Add modules to dependency management for Derby
Closes gh-31570
2 years ago
Brian Clozel a799bdeed1 Merge branch '2.7.x'
Closes gh-31813
2 years ago
Moritz Halbritter a4e84c26f0 Revert "Fix nested type discovery in ConfigurationPropertiesReflectionHintsProcessor"
This reverts commit 785588826e.
2 years ago
Brian Clozel 53b9ff5e89 Upgrade to Spring for GraphQL 1.0.1
Closes gh-31616
2 years ago
Brian Clozel 8cb2a0de94 Upgrade to GraphQL Java 18.2
Closes gh-31812
2 years ago
Andy Wilkinson 1aadc2abc9 Merge pull request #31723 from vpavic
* gh-31723:
  Polish "Upgrade to Flyway 9.0.1"
  Upgrade to Flyway 9.0.1

Closes gh-31723
2 years ago
Andy Wilkinson 4bd82bb5af Polish "Upgrade to Flyway 9.0.1"
See gh-31723
2 years ago
Vedran Pavic f1bf80f5e1 Upgrade to Flyway 9.0.1
See gh-31723
2 years ago
Moritz Halbritter 785588826e Fix nested type discovery in ConfigurationPropertiesReflectionHintsProcessor
The old implementation picked up nested types only if they have been
annotated with NestedConfigurationProperty, which not all nested
properties are. Now the processor takes into account all referenced
types. It ignores only types in the java package and interfaces.

This commit also moves some of the tests from
ConfigurationPropertiesBeanFactoryInitializationAotProcessorTests to
ConfigurationPropertiesReflectionHintsProcessorTests for easier
discoverability

Closes gh-31708
2 years ago
Andy Wilkinson 81fdb76620 Merge pull request #31701 from GGGGGHT
* gh-31701:
  Polish "Use StackWalker to deduce main application class"
  Use StackWalker to deduce main application class

Closes gh-31701
2 years ago
Andy Wilkinson 38fedcff34 Polish "Use StackWalker to deduce main application class"
See gh-31701
2 years ago
GGGGGHT ea3fe95881 Use StackWalker to deduce main application class
See gh-31701
2 years ago
Andy Wilkinson 19030f69c2 Merge pull request #31709 from aooohan
* gh-31709:
  Polish "Add auto-configuration for JdkClientHttpConnector"
  Add auto-configuration for JdkClientHttpConnector

Closes gh-31709
2 years ago
Andy Wilkinson 2814175505 Polish "Add auto-configuration for JdkClientHttpConnector"
See gh-31709
2 years ago
lihan e16734f937 Add auto-configuration for JdkClientHttpConnector
See gh-31709
2 years ago