dreis2211
00d3330c9a
Avoid illegal reflective access on ZipEntry.xdostime
...
See gh-27100
2021-07-08 18:05:16 +01:00
Andy Wilkinson
ff79787def
Avoid using deprecated API to get Kotlin Plugin's version
...
Closes gh-27090
2021-07-08 10:45:09 +01:00
Andy Wilkinson
283b4a6ed2
Improve error message for non-options-capable ConnectionFactory
...
Fixes gh-26977
2021-07-08 09:17:55 +01:00
Stephane Nicoll
7eb6cf71f6
Start building against Spring Integration 5.5.2 snapshots
...
See gh-27166
2021-07-08 08:52:18 +02:00
Stephane Nicoll
e426ff6196
Start building against Spring Kafka 2.7.4 snapshots
...
See gh-27165
2021-07-08 08:51:55 +02:00
Stephane Nicoll
745b79714f
Start building against Spring Data 2021.0.3 snapshots
...
See gh-27164
2021-07-08 08:51:29 +02:00
Stephane Nicoll
36f5d6762b
Start building against Spring HATEOAS 1.3.3 snapshots
...
See gh-27184
2021-07-08 08:51:04 +02:00
Stephane Nicoll
3119179c62
Start building against Spring Framework 5.3.9 snapshots
...
See gh-27163
2021-07-08 08:50:32 +02:00
Stephane Nicoll
74a0354bf1
Start building against Reactor 2020.0.9 snapshots
...
See gh-27162
2021-07-08 08:50:06 +02:00
Andy Wilkinson
c21791e671
Test our Gradle plugin against Gradle 7.1.1
...
Closes gh-27142
2021-07-07 17:57:14 +01:00
Stephane Nicoll
888393d63b
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27154
2021-07-06 09:10:03 +02:00
Stephane Nicoll
5ec0c7ed12
Polish "Fix duration to microseconds conversion"
...
See gh-27149
2021-07-06 09:07:48 +02:00
marckchr
a406a46fa1
Fix duration to microseconds conversion
...
See gh-27149
2021-07-06 09:07:47 +02:00
Madhura Bhave
c6acce569f
Merge branch '2.4.x' into 2.5.x
...
See gh-27139
2021-07-02 15:43:15 -07:00
Madhura Bhave
877f618a69
Clarify that HATEOAS can be used with Webflux without starter
...
Closes gh-26897
2021-07-02 15:36:39 -07:00
Madhura Bhave
503d50f39e
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27139
2021-07-01 15:59:12 -07:00
Madhura Bhave
6c4273b5c9
Document spring hateoas is spring mvc specific
...
Closes gh-26897
2021-07-01 15:54:01 -07:00
Madhura Bhave
55593a7ac1
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27137
2021-07-01 15:46:00 -07:00
Madhura Bhave
eb4144eb97
Add clarification on when @DevaultValue is used during binding
...
Closes gh-26742
2021-07-01 15:39:16 -07:00
Stephane Nicoll
ddf76c32c6
Update copyright year of updated file
...
See gh-27085
2021-06-29 08:28:08 +02:00
dreis2211
c852961011
Avoid reflection in tests
...
See gh-27085
2021-06-29 08:25:45 +02:00
Nurlan Tembayev
e57970393c
Remove unnecessary unit for spring.datasource.tomcat.max-active
...
See gh-27103
2021-06-29 08:21:50 +02:00
biergit
79638a8f63
Fix anchor rewrites containing a question mark
...
See gh-27107
2021-06-29 08:09:45 +02:00
Cèsar Ordiñana
0c38449851
Fix typo in section title
...
See gh-27102
2021-06-28 08:06:57 +02:00
Brian Clozel
4db53601b5
Fix spring.netty.leak-detection metadata
...
Fixes gh-27104
2021-06-25 19:38:07 +02:00
Phillip Webb
dfbd82b838
Fix Kotlin 1.5.20 classpath issues
...
See gh-27086
2021-06-24 14:05:36 -07:00
Phillip Webb
d44207161f
Suppress Kotlin 1.5.20 deprecation warning
...
See gh-27086
2021-06-24 11:30:58 -07:00
Andy Wilkinson
5a9fa3c8f1
Only close context that is active
...
Previously, SpringApplicationShutdownHook would call close() on any
registered application context even if it wasn't active as it had
already been closed. This could lead to deadlock if the context was
closed and System.exit was called during application context refresh.
This commit updates SpringApplicationShutdownHook so that it only
calls close() on active contexts. This prevents deadlock as it avoids
trying to sychronize on the context's startupShutdownMonitor on
the shutdown hook thread while it's still held on the main thread
which called System.exit and is waiting for all of the shutdown hooks
to complete.
Fixes gh-27049
2021-06-24 14:07:02 +01:00
Andy Wilkinson
4572ae5430
Use reflection to extract Netty's default level
...
See gh-27046
2021-06-24 11:20:56 +01:00
Andy Wilkinson
e2d68aa8b2
Merge branch '2.4.x' into 2.5.x
...
See gh-27072
2021-06-24 09:53:04 +01:00
Andy Wilkinson
a7872f47da
Minimize Instantiator's public API
...
See gh-27043
2021-06-24 09:27:08 +01:00
Phillip Webb
b093db104c
Pass ResourceLoader.getClassLoader() to Instantiator
...
Update calls to `Instantiator` to that they also include
`ResourceLoader.getClassLoader()`.
Closes gh-27071
2021-06-24 00:03:16 -07:00
Phillip Webb
641dfbdf98
Merge branch '2.4.x' into 2.5.x
...
Fixes gh-27072
2021-06-23 23:32:50 -07:00
Phillip Webb
5088927f80
Pass ClassLoader to Instantiator
...
Update `Instantiator` so that it can accept a `ClassLoader` when
creating instances and rework `EnvironmentPostProcessorsFactory` to
use the new methods.
Prior to this commit we would use the `ClassLoader` to get the class
names from `SpringFactories` but not when actually creating the
instances.
Fixes gh-27043
2021-06-23 23:30:53 -07:00
Stephane Nicoll
d079db1dce
Polish
...
See gh-26978
2021-06-24 08:20:11 +02:00
Stephane Nicoll
57f5030397
Upgrade to Netty tcNative 2.0.40.Final
...
Closes gh-27070
2021-06-24 07:49:33 +02:00
Stephane Nicoll
43f6393e9a
Upgrade to Hazelcast 4.1.4
...
Closes gh-27069
2021-06-24 07:49:32 +02:00
Stephane Nicoll
6889d2adda
Upgrade to Nimbus JOSE JWT 8.22
...
Closes gh-27068
2021-06-24 07:27:08 +02:00
Stephane Nicoll
d4039648c7
Upgrade to OAuth2 OIDC SDK 8.36.2
...
Closes gh-27067
2021-06-24 07:27:06 +02:00
Stephane Nicoll
1f53e93b8d
Upgrade to Netty tcNative 2.0.40.Final
...
Closes gh-27066
2021-06-24 07:27:05 +02:00
Stephane Nicoll
d4fa46f1b9
Polish startup endpoint description in reference doc
...
Closes gh-26978
2021-06-24 07:19:58 +02:00
Stephane Nicoll
32d6b52980
Upgrade to Spring Integration 5.5.1
...
Closes gh-26974
2021-06-24 06:40:59 +02:00
Stephane Nicoll
dd63f98fcf
Upgrade to Spring Kafka 2.7.3
...
Closes gh-26973
2021-06-24 06:40:34 +02:00
Stephane Nicoll
b5cdc84273
Upgrade to Spring AMQP 2.3.9
...
Closes gh-26972
2021-06-24 06:40:03 +02:00
Stephane Nicoll
006995fef7
Upgrade to Spring Integration 5.4.8
...
Closes gh-26967
2021-06-24 06:39:11 +02:00
Stephane Nicoll
6804ae849d
Upgrade to Spring AMQP 2.3.9
...
Closes gh-26966
2021-06-24 06:38:42 +02:00
dreis2211
7a25e4edb8
Avoid illegal reflective access in CLI tests
...
See gh-26930
2021-06-23 21:34:54 -07:00
Phillip Webb
093e7f7e3b
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27062
2021-06-23 21:13:08 -07:00
Phillip Webb
1a7569056b
Fix 'spring.datasource.name' property description
...
Closes gh-27026
2021-06-23 21:12:59 -07:00
Phillip Webb
2c518f1dff
Merge branch '2.4.x' into 2.5.x
2021-06-23 21:02:05 -07:00