Stephane Nicoll
9f40b9de7b
Merge branch '2.4.x'
...
Closes gh-24832
4 years ago
Stephane Nicoll
5d85ac6838
Complete configuration metadata for spring.config.*
...
Closes gh-24816
4 years ago
Spring Buildmaster
4a843d40c8
Next development version (v2.2.14.BUILD-SNAPSHOT)
4 years ago
Stephane Nicoll
03844c00cc
Upgrade to Dependency Management Plugin 1.0.11
...
Closes gh-24830
4 years ago
Stephane Nicoll
146a884827
Merge branch '2.4.x'
4 years ago
Stephane Nicoll
3aa960a060
Upgrade to Spring Kafka 2.6.5
...
Closes gh-24703
4 years ago
Stephane Nicoll
d6d0abcfd5
Upgrade to Spring AMQP 2.3.4
...
Closes gh-24702
4 years ago
Stephane Nicoll
da8a8b9712
Upgrade to Spring Integration 5.4.3
...
Closes gh-24701
4 years ago
Stephane Nicoll
bb33574ad4
Upgrade to Netty tcNative 2.0.36.Final
...
Closes gh-24829
4 years ago
Stephane Nicoll
e73c124b2d
Upgrade to Netty 4.1.58.Final
...
Closes gh-24828
4 years ago
Stephane Nicoll
27162bc3b9
Upgrade to Dependency Management Plugin 1.0.11.RELEASE
...
Closes gh-24827
4 years ago
Stephane Nicoll
19188de1bf
Merge branch '2.3.x' into 2.4.x
4 years ago
Stephane Nicoll
3ecd1001a1
Upgrade to Spring Kafka 2.5.11.RELEASE
...
Closes gh-24826
4 years ago
Stephane Nicoll
696539c68f
Upgrade to Spring Integration 5.3.5.RELEASE
...
Closes gh-24825
4 years ago
Stephane Nicoll
8908969a6c
Upgrade to Spring AMQP 2.2.14.RELEASE
...
Closes gh-24824
4 years ago
Stephane Nicoll
92f132ae35
Upgrade to Netty tcNative 2.0.36.Final
...
Closes gh-24823
4 years ago
Stephane Nicoll
6f9e3a6e94
Upgrade to Netty 4.1.58.Final
...
Closes gh-24822
4 years ago
Stephane Nicoll
1dd445b6ca
Upgrade to Dependency Management Plugin 1.0.11.RELEASE
...
Closes gh-24821
4 years ago
Stephane Nicoll
f8c14c9681
Merge branch '2.2.x' into 2.3.x
4 years ago
Stephane Nicoll
5cde6ba719
Upgrade to Dependency Management Plugin 1.0.11
...
Close gh-24742
4 years ago
Stephane Nicoll
a9f7b2a29b
Upgrade to Spring Integration 5.2.11.RELEASE
...
Closes gh-24820
4 years ago
Stephane Nicoll
0d48b9ff2f
Upgrade to Spring Amqp 2.2.14.RELEASE
...
Closes gh-24819
4 years ago
Stephane Nicoll
4c68ae7102
Upgrade to Netty 4.1.58.Final
...
Closes gh-24818
4 years ago
Madhura Bhave
fec707164a
Merge branch '2.4.x'
...
See gh-24815
4 years ago
Madhura Bhave
ea08a517c7
Merge branch '2.3.x' into 2.4.x
...
See gh-24814
4 years ago
Madhura Bhave
f57adde61c
Merge branch '2.2.x' into 2.3.x
...
See gh-24813
4 years ago
Madhura Bhave
a78ec9da6a
Simplify lowercase grep logic in docker script
...
See gh-24811
4 years ago
Madhura Bhave
a32622a353
Merge branch '2.4.x'
...
Closes gh-24815
4 years ago
Madhura Bhave
c957d97167
Merge branch '2.3.x' into 2.4.x
...
Closes gh-24814
4 years ago
Madhura Bhave
c34188f077
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24813
4 years ago
Madhura Bhave
aefeb3ffaf
Fix parsing of location header in docker update script
...
Fixes gh-24811
4 years ago
Madhura Bhave
b1c6829707
Merge branch '2.4.x'
...
Closes gh-24812
4 years ago
Madhura Bhave
ceff47afba
Fix ordering of properties and yaml files
...
Fixes gh-24719
4 years ago
Stephane Nicoll
44c5b08c44
Merge branch '2.4.x'
4 years ago
Stephane Nicoll
9a48423a1d
Upgrade to Spring Data 2020.0.3
...
Closes gh-24700
4 years ago
Stephane Nicoll
dc153fbf6a
Merge branch '2.4.x'
4 years ago
Stephane Nicoll
e01fdf91bd
Upgrade to Spring HATEOAS 1.2.3
...
Closes gh-24803
4 years ago
Stephane Nicoll
f9e59abe8b
Upgrade to Lettuce 6.0.2.RELEASE
...
Closes gh-24802
4 years ago
Stephane Nicoll
beec43cda5
Upgrade to Micrometer 1.6.3
...
Closes gh-24786
4 years ago
Stephane Nicoll
fc629a001e
Merge branch '2.3.x' into 2.4.x
4 years ago
Stephane Nicoll
6d5d8cbc2c
Upgrade to Lettuce 5.3.6.RELEASE
...
Closes gh-24801
4 years ago
Stephane Nicoll
6b353aee8d
Upgrade to Micrometer 1.5.10
...
Closes gh-24785
4 years ago
Andy Wilkinson
f2ebf10a4a
Merge branch '2.4.x'
...
Closes gh-24800
4 years ago
Andy Wilkinson
a95a7e3d40
Allow restart to be enabled when CL not named AppClassLoader
...
Previously, the restart initializer that enables restart when
-Dspring.devtools.restart.enabled=true is set had no effect when the
ClassLoader's name did not contain AppClassLoader. This commit updates
RestartApplicationListener to use the correct RestartInitializer when
the system property has forcibly enabled restart.
When restart is enabled a SilentExitException is thrown and it should be
caught and handled by the SilentExitExceptionHandler. When the
application is invoked via one of the loader's LauncherClasses
reflection is used and this exception becomes wrapped in an
InvocationTargetEception. Previously, this wrapping prevented
SilentExitExceptionHandler from handling the exception. This commit
updates the handler to look for an InvocationTargetException with a
SilentExitException target in addition to continuing to look for a
SilentExitException directly.
Fixes gh-24797
4 years ago
Phillip Webb
304c49d73f
Merge branch '2.4.x'
...
Closes gh-24795
4 years ago
Phillip Webb
26f143b8d3
Support @Name annotation on /actuator/configprops
...
Update `ConfigurationPropertiesReportEndpoint` so that supports
constructor parameters annotated with `@Name`.
Fixes gh-24713
4 years ago
Phillip Webb
635c087694
Merge branch '2.4.x'
4 years ago
Phillip Webb
6c2ff56fba
Fix tests to also work in IDE
4 years ago
Scott Frederick
9925c4ccd2
Merge branch '2.4.x'
...
Closes gh-24794
4 years ago
Scott Frederick
a9e711e503
Enforce builder and run images in the same registry
...
Previously, when an authenticated Docker builder registry was
configured in the Maven or Gradle plugin and the builder and run
images specified different registries, the authentication credentials
would be sent to both registries. This could cause confusion if both
registries don't recognize the same credentials. This commit enforces
that both images are in the same registry when authentication
is configured.
Fixes gh-24552
4 years ago