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
|
76cd2466ac
|
Merge branch '2.7.x'
|
2022-06-21 16:37:17 +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
|
d5255142ef
|
Merge branch '2.7.x'
|
2022-06-21 16:36:24 +01:00 |
|
Andy Wilkinson
|
f055d564f4
|
Merge branch '2.6.x' into 2.7.x
|
2022-06-21 16:36:03 +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
|
7e169727d9
|
Merge branch '2.7.x'
|
2022-06-20 20:47:04 +01:00 |
|
Andy Wilkinson
|
25b6cc0e74
|
Merge branch '2.6.x' into 2.7.x
|
2022-06-20 20:46:56 +01:00 |
|
Andy Wilkinson
|
d45e42f2e1
|
Upgrade to Spring Security 5.6.6
Closes gh-31351
|
2022-06-20 20:46:38 +01:00 |
|
Andy Wilkinson
|
da6857ac1d
|
Merge branch '2.7.x'
|
2022-06-20 20:34:32 +01:00 |
|
Andy Wilkinson
|
79580617a6
|
Upgrade to Spring Security 5.7.2
Closes gh-31375
|
2022-06-20 20:33:56 +01:00 |
|
Andy Wilkinson
|
0438b25fd1
|
Merge branch 'gh-28181'
See gh-28181
|
2022-06-20 18:35:45 +01:00 |
|
dreis2211
|
f2101684b7
|
Use pattern matching for instanceof where appropriate
Closes gh-28181
|
2022-06-20 18:35:32 +01:00 |
|
Andy Wilkinson
|
b17eb9d6b5
|
Merge pull request #31475 from dreis2211
* gh-31475:
Polish "Use pattern matching for instanceof where appropriate"
Use pattern matching for instanceof where appropriate
Closes gh-31475
|
2022-06-20 18:30:33 +01:00 |
|
Andy Wilkinson
|
0bc514593f
|
Polish "Use pattern matching for instanceof where appropriate"
See gh-31475
|
2022-06-20 17:55:51 +01:00 |
|
dreis2211
|
5db04da275
|
Use pattern matching for instanceof where appropriate
See gh-31475
|
2022-06-20 17:55:36 +01:00 |
|
Andy Wilkinson
|
a7b98e7312
|
Merge branch '2.7.x'
Closes gh-31474
|
2022-06-20 15:59:34 +01:00 |
|
Andy Wilkinson
|
a0839a702d
|
Merge branch '2.6.x' into 2.7.x
Closes gh-31473
|
2022-06-20 15:59:19 +01:00 |
|
Andy Wilkinson
|
bf1beb8794
|
Merge pull request #31462 from jprinet
* gh-31462:
Upgrade to Gradle Enterprise plugin 3.10.2
Closes gh-31462
|
2022-06-20 15:59:10 +01:00 |
|
Jerome Prinet
|
c531bd33e2
|
Upgrade to Gradle Enterprise plugin 3.10.2
See gh-31462
|
2022-06-20 15:58:24 +01:00 |
|
Andy Wilkinson
|
90eaeecb5e
|
Merge branch '2.7.x'
Closes gh-31472
|
2022-06-20 15:57:15 +01:00 |
|
Andy Wilkinson
|
878d09fe79
|
Merge branch '2.6.x' into 2.7.x
Closes gh-31471
|
2022-06-20 15:56:58 +01:00 |
|
Andy Wilkinson
|
2a01473ba9
|
Upgrade to Gradle Enterprise Conventions 0.0.10
Closes gh-31470
|
2022-06-20 15:56:31 +01:00 |
|
Stephane Nicoll
|
8e569210ce
|
Merge branch '2.7.x'
Closes gh-31466
|
2022-06-20 14:38:56 +02:00 |
|
Stephane Nicoll
|
4445ac45c4
|
Merge pull request #31463 from sdeleuze
* pr/31463:
Make SpringApplication Kotlin samples idiomatic
Closes gh-31463
|
2022-06-20 14:38:53 +02:00 |
|
Sébastien Deleuze
|
b5d380c1cb
|
Make SpringApplication Kotlin samples idiomatic
See gh-31463
|
2022-06-20 14:38:43 +02:00 |
|
Stephane Nicoll
|
241a80d58e
|
Merge branch '2.7.x'
|
2022-06-20 14:38:09 +02:00 |
|
Stephane Nicoll
|
21f98b042b
|
Merge branch '2.6.x' into 2.7.x
|
2022-06-20 14:38:01 +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
|
a037ce14a7
|
Merge pull request #31458 from ningenMe
* pr/31458:
Polish "Harmonize Kotlin example"
Harmonize Kotlin example
Closes gh-31458
|
2022-06-20 10:34:52 +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 |
|
Stephane Nicoll
|
5c05b5df4e
|
Merge pull request #31459 from dreis2211
* pr/31459:
Use Files.writeString() and Files.readString() where possible
Closes gh-31459
|
2022-06-20 09:06:06 +02:00 |
|
dreis2211
|
fb45fc4819
|
Use Files.writeString() and Files.readString() where possible
See gh-31459
|
2022-06-20 09:05:09 +02:00 |
|
Stephane Nicoll
|
d9d1bdf0f6
|
Merge pull request #31456 from dreis2211
* pr/31456:
Use String.repeat() where possible
Closes gh-31456
|
2022-06-20 08:04:38 +02:00 |
|
dreis2211
|
93defdaa17
|
Use String.repeat() where possible
See gh-31456
|
2022-06-20 08:03:01 +02:00 |
|
Stephane Nicoll
|
f4d10d9bdf
|
Merge pull request #31457 from izeye
* pr/31457:
Polish AutoConfigureObservability changes
Closes gh-31457
|
2022-06-20 07:49:01 +02:00 |
|
Johnny Lim
|
43c2f1c03c
|
Polish AutoConfigureObservability changes
See gh-31457
|
2022-06-20 07:38:22 +02:00 |
|