Andy Wilkinson
|
268f13dbd7
|
Merge branch '2.6.x' into 2.7.x
Closes gh-31499
|
2022-06-22 19:49:38 +01:00 |
|
Andy Wilkinson
|
522ea0a90e
|
Handle malformed JSON more consistently
Closes gh-31301
|
2022-06-22 18:31:16 +01:00 |
|
Andy Wilkinson
|
c9e0e8891f
|
Make reactive user details back off with Auth Manager Resolver bean
Closes gh-31317
|
2022-06-22 10:41:54 +01:00 |
|
Moritz Halbritter
|
bb6c56e5f0
|
Polish "Add WebClient based sender for Zipkin"
See gh-30792
|
2022-06-22 10:25:18 +02:00 |
|
StefanBratanov
|
12037bd131
|
Add WebClient based sender for Zipkin
See gh-30792
|
2022-06-22 09:58:05 +02:00 |
|
Stephane Nicoll
|
03b742c655
|
Merge branch '2.7.x'
|
2022-06-22 08:17:13 +02:00 |
|
Stephane Nicoll
|
e967d0383b
|
Merge branch '2.6.x' into 2.7.x
|
2022-06-22 08:16:18 +02:00 |
|
Stephane Nicoll
|
79d3e3080f
|
Polish
|
2022-06-22 08:15:04 +02:00 |
|
Stephane Nicoll
|
f27adeb241
|
Upgrade to Solr 8.11.2
Closes gh-31491
|
2022-06-22 08:03:53 +02:00 |
|
Stephane Nicoll
|
4f6bc3c2e0
|
Upgrade to Kotlin Coroutines 1.6.3
Closes gh-31490
|
2022-06-22 08:03:51 +02:00 |
|
Stephane Nicoll
|
7266dd5270
|
Upgrade to Jetty 9.4.47.v20220610
Closes gh-31489
|
2022-06-22 08:03:47 +02:00 |
|
Stephane Nicoll
|
296e88db51
|
Upgrade to Dropwizard Metrics 4.2.10
Closes gh-31488
|
2022-06-22 08:03:45 +02:00 |
|
Stephane Nicoll
|
72257ba302
|
Upgrade to Jetty 9.4.47.v20220610
Closes gh-31487
|
2022-06-22 07:55:16 +02:00 |
|
Stephane Nicoll
|
e74163704c
|
Upgrade to Dropwizard Metrics 4.2.10
Closes gh-31486
|
2022-06-22 07:55:14 +02:00 |
|
Stephane Nicoll
|
1c2e3b731b
|
Upgrade to Spring Kafka 2.8.7
Closes gh-31377
|
2022-06-22 07:52:14 +02:00 |
|
Stephane Nicoll
|
09cd024817
|
Upgrade to Spring Kafka 2.8.7
Closes gh-31350
|
2022-06-22 07:51:32 +02:00 |
|
Phillip Webb
|
e77f137a32
|
Merge branch '2.7.x'
Closes gh-31485
|
2022-06-21 19:10:37 -07:00 |
|
Phillip Webb
|
13b2de3bb8
|
Merge branch '2.6.x' into 2.7.x
Closes gh-31484
|
2022-06-21 19:10:23 -07:00 |
|
Phillip Webb
|
7fc9debf2a
|
Consider super classes when detecting nested property classes
Update `PropertyDescriptor.isParentTheSame` to consider the candidate
as well as all super classes.
Fixes gh-21626
|
2022-06-21 19:09:32 -07:00 |
|
Phillip Webb
|
4c0a4cb669
|
Polish
|
2022-06-21 12:08:03 -07:00 |
|
Andy Wilkinson
|
965fbf4494
|
Polish "Use java.util.HexFormat where appropriate"
See gh-31477
|
2022-06-21 17:03:26 +01:00 |
|
dreis2211
|
cc91009b70
|
Use java.util.HexFormat where appropriate
See gh-31477
|
2022-06-21 17:02:39 +01:00 |
|
Andy Wilkinson
|
390554a84f
|
Upgrade to Spring AMQP 2.4.6
Closes gh-31376
|
2022-06-21 16:36:55 +01:00 |
|
Andy Wilkinson
|
49fd727ef0
|
Upgrade to Spring AMQP 2.4.6
Closes gh-31348
|
2022-06-21 16:34:47 +01:00 |
|
Moritz Halbritter
|
bc931cb32c
|
Revert "Polish EndpointRequest"
This reverts commit 35997a30a3.
|
2022-06-21 15:43:57 +02:00 |
|
Moritz Halbritter
|
35997a30a3
|
Polish EndpointRequest
- Remove redundant cast
|
2022-06-21 14:30:05 +02:00 |
|
Moritz Halbritter
|
e438338d98
|
Merge branch '2.7.x'
|
2022-06-21 14:01:47 +02:00 |
|
Moritz Halbritter
|
ae75d4386c
|
Merge branch '2.6.x' into 2.7.x
|
2022-06-21 14:01:18 +02:00 |
|
Moritz Halbritter
|
b56b95d429
|
Add Apache HttpClient WebClient support to documentation
|
2022-06-21 14:00:55 +02:00 |
|
Moritz Halbritter
|
c8c552d95b
|
Polish ObservationAutoConfiguration
- Use a better name for the "only metrics, no tracing" case
|
2022-06-21 11:32:27 +02:00 |
|
Moritz Halbritter
|
06cdc91c85
|
Polish ObservationAutoConfiguration
- Use a better name for the "only metrics, no tracing" case
- Use more concrete return types
|
2022-06-21 11:31:11 +02:00 |
|
Andy Wilkinson
|
d45e42f2e1
|
Upgrade to Spring Security 5.6.6
Closes gh-31351
|
2022-06-20 20:46:38 +01:00 |
|
Andy Wilkinson
|
79580617a6
|
Upgrade to Spring Security 5.7.2
Closes gh-31375
|
2022-06-20 20:33:56 +01:00 |
|
dreis2211
|
f2101684b7
|
Use pattern matching for instanceof where appropriate
Closes gh-28181
|
2022-06-20 18:35:32 +01:00 |
|
dreis2211
|
5db04da275
|
Use pattern matching for instanceof where appropriate
See gh-31475
|
2022-06-20 17:55:36 +01:00 |
|
Stephane Nicoll
|
8e569210ce
|
Merge branch '2.7.x'
Closes gh-31466
|
2022-06-20 14:38:56 +02:00 |
|
Sébastien Deleuze
|
b5d380c1cb
|
Make SpringApplication Kotlin samples idiomatic
See gh-31463
|
2022-06-20 14:38:43 +02:00 |
|
Stephane Nicoll
|
c04b407913
|
Upgrade to Spring Data 2021.2.1
Closes gh-31374
|
2022-06-20 14:22:25 +02:00 |
|
Stephane Nicoll
|
4f78f9556d
|
Upgrade to Spring HATEOAS 1.5.1
Closes gh-31465
|
2022-06-20 14:21:48 +02:00 |
|
Stephane Nicoll
|
46a5e5d9d4
|
Upgrade to Spring Data 2021.1.5
Closes gh-31349
|
2022-06-20 14:19:53 +02:00 |
|
Stephane Nicoll
|
87ecbc7073
|
Upgrade to Spring HATEOAS 1.4.4
Closes gh-31464
|
2022-06-20 14:19:17 +02:00 |
|
Stephane Nicoll
|
3118b7380d
|
Merge branch '2.7.x'
Closes gh-31461
|
2022-06-20 10:35:30 +02:00 |
|
Stephane Nicoll
|
8b9579eeb7
|
Polish "Harmonize Kotlin example"
See gh-31458
|
2022-06-20 10:33:34 +02:00 |
|
ningenMe
|
6685d49faa
|
Harmonize Kotlin example
See gh-31458
|
2022-06-20 10:27:04 +02:00 |
|
dreis2211
|
fb45fc4819
|
Use Files.writeString() and Files.readString() where possible
See gh-31459
|
2022-06-20 09:05:09 +02:00 |
|
dreis2211
|
93defdaa17
|
Use String.repeat() where possible
See gh-31456
|
2022-06-20 08:03:01 +02:00 |
|
Johnny Lim
|
43c2f1c03c
|
Polish AutoConfigureObservability changes
See gh-31457
|
2022-06-20 07:38:22 +02:00 |
|
Stephane Nicoll
|
e746dfa677
|
Polish "Allow configuring WebDriver with TestNG"
See gh-27947
|
2022-06-19 10:35:09 +02:00 |
|
AlexCD
|
4872523181
|
Allow configuring WebDriver with TestNG
See gh-27947
|
2022-06-19 10:33:54 +02:00 |
|
Johnny Lim
|
aab59c5f2e
|
Static-import Mockito.mock()
See gh-31443
|
2022-06-19 10:31:28 +02:00 |
|