Andy Wilkinson
0980362a88
Merge branch '2.7.x'
...
Closes gh-31843
2022-07-22 12:20:17 +01:00
Andy Wilkinson
64dcfe520d
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31842
2022-07-22 12:15:39 +01:00
Andy Wilkinson
a1443d1cdc
Enforce ordering in additional-spring-configuration-metadata.json files
...
Closes gh-31575
2022-07-22 12:09:58 +01:00
Moritz Halbritter
35c49afd97
Generate hints for nested generics in configuration properties
...
See gh-31708
2022-07-21 16:32:40 +02:00
Olga Maciaszek-Sharma
57dc274284
Switch to Spring Framework SNAPSHOTs
...
Switch to Spring Framework SNAPSHOTs and adapt to updated APIs.
See gh-31834
2022-07-21 13:42:48 +01:00
Andy Wilkinson
8f660b32c9
Merge branch '2.7.x'
2022-07-21 12:16:24 +01:00
Andy Wilkinson
86db9091cf
Merge branch '2.6.x' into 2.7.x
2022-07-21 12:16:03 +01:00
Spring Builds
0cf561a759
Next development version (v2.7.3-SNAPSHOT)
2022-07-21 09:24:22 +00:00
Spring Builds
75359a2bce
Next development version (v2.6.11-SNAPSHOT)
2022-07-21 07:55:44 +00:00
Stephane Nicoll
3dde83b07a
Merge branch '2.7.x'
2022-07-21 08:06:49 +02:00
Stephane Nicoll
16f63afd0b
Merge branch '2.6.x' into 2.7.x
2022-07-21 08:06:31 +02:00
Stephane Nicoll
e18398236f
Upgrade to Maven Install Plugin 3.0.0
...
Closes gh-31833
2022-07-21 08:04:30 +02:00
Stephane Nicoll
a98c30866a
Upgrade to Maven Deploy Plugin 3.0.0
...
Closes gh-31832
2022-07-21 08:04:27 +02:00
Stephane Nicoll
c8e44372b2
Upgrade to Tomcat 9.0.65
...
Closes gh-31831
2022-07-21 07:50:53 +02:00
Stephane Nicoll
aa93b2153a
Upgrade to Embedded Mongo 3.4.7
...
Closes gh-31830
2022-07-21 07:50:49 +02:00
Stephane Nicoll
07f332ad96
Upgrade to Tomcat 9.0.65
...
Closes gh-31829
2022-07-21 07:48:24 +02:00
Stephane Nicoll
939481b9d7
Upgrade to Spring Batch 5.0.0-M4
...
Closes gh-31623
2022-07-21 07:43:45 +02:00
Stephane Nicoll
dfda08fd0d
Upgrade to Spring Integration 6.0.0-M4
...
Closes gh-31624
2022-07-21 07:43:24 +02:00
Madhura Bhave
4057dd198b
Change preference of session store implementations
...
The order has been determined based on usage statistics.
Closes gh-27756
2022-07-20 15:36:52 -07:00
Scott Frederick
6f65777035
Merge branch '2.7.x'
...
Closes gh-31827
2022-07-20 17:31:37 -05:00
Scott Frederick
9da38c8d2d
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31826
2022-07-20 17:29:58 -05:00
Scott Frederick
4e0b3aad9f
Clarify how docker image publishing registry is determined
...
Closes gh-31820
2022-07-20 17:29:40 -05:00
Scott Frederick
cf7a163c6d
Merge branch '2.7.x'
2022-07-20 16:07:32 -05:00
Scott Frederick
f9cf31e59e
Fix compile errors
...
See gh-28844
2022-07-20 16:07:19 -05:00
Scott Frederick
36d6106bb0
Merge branch '2.7.x'
...
Closes gh-31825
2022-07-20 15:11:30 -05:00
Scott Frederick
09c7ce6dab
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31824
2022-07-20 15:10:43 -05:00
Scott Frederick
a7dfeae09c
Merge branch 'gh-28844' into 2.6.x
...
Closes gh-31823
2022-07-20 15:10:27 -05:00
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
2022-07-20 15:06:05 -05:00
Andy Wilkinson
de672f4330
Merge branch '2.7.x'
...
Closes gh-31819
2022-07-20 21:02:06 +01:00
Andy Wilkinson
2e98cafcca
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31818
2022-07-20 21:01:47 +01:00
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
2022-07-20 20:52:02 +01:00
Andy Wilkinson
a6333f5e67
Merge branch '2.7.x'
...
Closes gh-31817
2022-07-20 19:50:34 +01:00
Andy Wilkinson
13431745e0
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31816
2022-07-20 19:50:23 +01:00
Andy Wilkinson
5afa04f3cd
Remove redundant Checkstyle suppression
...
Closes gh-30131
2022-07-20 19:49:53 +01:00
Andy Wilkinson
818e0d69a5
Merge branch '2.7.x'
...
Closes gh-31815
2022-07-20 19:26:42 +01:00
Andy Wilkinson
cd1ce50105
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31814
2022-07-20 19:24:38 +01:00
Andy Wilkinson
182adeed35
Add modules to dependency management for Derby
...
Closes gh-31570
2022-07-20 19:23:50 +01:00
Brian Clozel
a799bdeed1
Merge branch '2.7.x'
...
Closes gh-31813
2022-07-20 18:17:27 +02:00
Moritz Halbritter
a4e84c26f0
Revert "Fix nested type discovery in ConfigurationPropertiesReflectionHintsProcessor"
...
This reverts commit 785588826e
.
2022-07-20 18:04:13 +02:00
Brian Clozel
53b9ff5e89
Upgrade to Spring for GraphQL 1.0.1
...
Closes gh-31616
2022-07-20 17:37:41 +02:00
Brian Clozel
8cb2a0de94
Upgrade to GraphQL Java 18.2
...
Closes gh-31812
2022-07-20 17:36:45 +02:00
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
2022-07-20 15:44:54 +01:00
Andy Wilkinson
4bd82bb5af
Polish "Upgrade to Flyway 9.0.1"
...
See gh-31723
2022-07-20 15:44:01 +01:00
Vedran Pavic
f1bf80f5e1
Upgrade to Flyway 9.0.1
...
See gh-31723
2022-07-20 15:44:00 +01:00
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
2022-07-20 16:39:28 +02:00
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
2022-07-20 14:58:29 +01:00
Andy Wilkinson
38fedcff34
Polish "Use StackWalker to deduce main application class"
...
See gh-31701
2022-07-20 14:57:43 +01:00
GGGGGHT
ea3fe95881
Use StackWalker to deduce main application class
...
See gh-31701
2022-07-20 12:37:11 +01:00
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
2022-07-20 12:28:54 +01:00
Andy Wilkinson
2814175505
Polish "Add auto-configuration for JdkClientHttpConnector"
...
See gh-31709
2022-07-20 12:18:50 +01:00