Phillip Webb
4aba45d9fb
Merge branch '3.0.x' into 3.1.x
...
Closes gh-38213
2023-11-05 13:33:59 -08:00
Phillip Webb
7f90364c78
Merge branch '2.7.x' into 3.0.x
...
Closes gh-38212
2023-11-05 13:33:44 -08:00
Phillip Webb
06434f050a
Upgrade to Spring Asciidoctor Extensions 0.6.3
...
Closes gh-38211
2023-11-05 13:33:02 -08:00
Phillip Webb
0ea75f0f65
Polish
2023-11-05 10:53:25 -08:00
Phillip Webb
afa4d274c2
Merge branch '3.0.x' into 3.1.x
2023-11-02 14:14:19 -07:00
Phillip Webb
8d53caa1c6
Merge branch '2.7.x' into 3.0.x
2023-11-02 14:13:47 -07:00
Phillip Webb
54313d1962
Update copyright year of changed files
2023-11-02 14:13:38 -07:00
Phillip Webb
e891a3e24c
Polish adoc formatting
2023-11-02 14:12:56 -07:00
Phillip Webb
683d791104
Merge branch '3.0.x' into 3.1.x
...
Closes gh-38178
2023-11-01 18:22:28 -07:00
Phillip Webb
e5c8723dda
Merge branch '2.7.x' into 3.0.x
...
Closes gh-38177
2023-11-01 18:22:06 -07:00
Phillip Webb
eecb15d1ba
Rename startDaemonAwaitThread() inside TomcatWebServer to match intent
...
Closes gh-38155
2023-11-01 18:21:36 -07:00
Phillip Webb
6e65d9380b
Add missing @ServiceConnection annotation to reference doc sample
...
Closes gh-38046
2023-10-25 12:36:59 -07:00
Phillip Webb
9f3afb3636
Merge branch '3.0.x' into 3.1.x
2023-10-19 23:21:20 -07:00
Phillip Webb
7c864804d5
Merge branch '2.7.x' into 3.0.x
2023-10-19 23:21:08 -07:00
Phillip Webb
d47f8bf945
Update copyright year of changed files
2023-10-19 23:20:43 -07:00
Phillip Webb
1dc3ea957b
Merge branch '3.0.x' into 3.1.x
2023-10-19 22:06:49 -07:00
Phillip Webb
5ab4e0d153
Merge branch '2.7.x' into 3.0.x
2023-10-19 22:06:42 -07:00
Phillip Webb
548b0ea91f
Fix failing exception assertion
...
See gh-37964
2023-10-19 22:05:59 -07:00
Phillip Webb
1d456e09d2
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37966
2023-10-19 21:12:52 -07:00
Phillip Webb
a0b999c8b4
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37965
2023-10-19 20:55:51 -07:00
Phillip Webb
abdad1cabe
Constently use assertThatExceptionOf... assertions
...
Closes gh-37964
2023-10-19 20:17:26 -07:00
Phillip Webb
343046d30c
Polish
2023-10-19 10:55:26 +01:00
Phillip Webb
fcb75b6a1e
Search implemented interfaces on superclass for @ServiceConnection
...
Refine original fix to also search interfaces on the superclass.
Fixes gh-37671
2023-10-19 10:52:19 +01:00
Phillip Webb
dd821c719f
Upgrade to Java 21.0.1+12
...
Closes gh-37956
2023-10-18 21:18:32 -07:00
Phillip Webb
6a51ef8adc
Upgrade to Java 17.0.9+11
...
See gh-37955
2023-10-18 21:18:04 -07:00
Phillip Webb
55968ef995
Upgrade to Ubuntu Jammy 20231004
...
Closes gh-37949
2023-10-18 21:17:24 -07:00
Phillip Webb
7d71d60c14
Merge branch '3.0.x' into 3.1.x
2023-10-18 21:17:00 -07:00
Phillip Webb
e778355bd7
Upgrade to Java 21.0.1+12
...
Closes gh-37953
2023-10-18 21:15:45 -07:00
Phillip Webb
53d04973e4
Upgrade to Java 17.0.9+11
...
See gh-37951
2023-10-18 21:14:54 -07:00
Phillip Webb
812023a84b
Upgrade to Ubuntu Jammy 20231004
...
Closes gh-37952
2023-10-18 21:13:42 -07:00
Phillip Webb
bc8a631aaf
Merge branch '2.7.x' into 3.0.x
2023-10-18 21:12:13 -07:00
Phillip Webb
c7d6fbcb3a
Upgrade to Ubuntu Jammy 20231004
...
See gh-37954
2023-10-18 21:10:00 -07:00
Phillip Webb
a28fb1b6f5
Merge branch '3.0.x' into 3.1.x
2023-10-18 21:05:18 -07:00
Phillip Webb
b5fbcfdce2
Merge branch '2.7.x' into 3.0.x
2023-10-18 21:04:30 -07:00
Phillip Webb
b226ff40f0
Upgrade to Java 21.0.1+12
...
Closes gh-37948
2023-10-18 21:03:47 -07:00
Phillip Webb
d226ba88d9
Upgrade to Java 17.0.9+11
...
Closes gh-37947
2023-10-18 21:02:55 -07:00
Phillip Webb
ad933869ca
Upgrade to Java 11.0.21+10
...
Closes gh-37946
2023-10-18 21:02:15 -07:00
Phillip Webb
62a074a728
Upgrade to Java 8u392+9
...
See gh-37950
2023-10-18 21:01:09 -07:00
Phillip Webb
9a4e16a2d4
Upgrade to Ubuntu Jammy 20231004 in CI images #37954
...
Closes gh-37954
2023-10-18 20:56:02 -07:00
Phillip Webb
01128465ff
Merge branch '3.0.x' into 3.1.x
2023-10-10 12:31:28 -07:00
Phillip Webb
885189a1b4
Merge branch '2.7.x' into 3.0.x
2023-10-10 12:30:11 -07:00
Phillip Webb
fec9804dad
Don't create .gradle folder early
...
See gh-37450
2023-10-10 12:08:44 -07:00
Phillip Webb
9518035e13
Fix typos
...
See gh-37450
2023-10-10 11:56:45 -07:00
Phillip Webb
f04d354c29
Attempt to fix download cache on CI
...
See gh-37450
2023-10-10 11:46:20 -07:00
Phillip Webb
1b1c1f1b64
Merge branch '3.0.x' into 3.1.x
2023-10-05 22:10:22 -07:00
Phillip Webb
3c31a6fc3b
Merge branch '2.7.x' into 3.0.x
2023-10-05 22:10:14 -07:00
Phillip Webb
c37290bc6c
Fix Oracle JDK download URL
...
See gh-37450
2023-10-05 22:09:45 -07:00
Phillip Webb
bf9a4add34
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37742
2023-10-05 21:32:36 -07:00
Phillip Webb
6fba887e63
Remove CI embedmongo cache
...
Closes gh-37725
2023-10-05 21:31:53 -07:00
Phillip Webb
2a35667295
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37740
2023-10-05 21:30:10 -07:00
Phillip Webb
30af19acc2
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37739
2023-10-05 20:54:09 -07:00
Phillip Webb
a33ce9d405
Cache JDK downloads for tests that use ImageFromDockerfile
...
Update `spring-boot-launch-script-tests` and `spring-boot-loader-tests`
so that JDK archives are now downloaded by Gradle and cached across
builds.
Closes gh-37450
2023-10-05 20:49:02 -07:00
Phillip Webb
904bd52260
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37657
2023-10-02 22:59:57 -07:00
Phillip Webb
7bb60fc7c7
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37656
2023-10-02 22:59:45 -07:00
Phillip Webb
ed4ab667a1
Enable LoaderIntegrationTests on aarch64
...
Closes gh-37654
2023-10-02 22:42:21 -07:00
Phillip Webb
78eb8f90d1
Merge branch '3.0.x' into 3.1.x
2023-09-20 17:12:27 -07:00
Phillip Webb
78c3512e32
Polish
2023-09-20 17:11:54 -07:00
Phillip Webb
9b5062e5bb
Merge branch '2.7.x' into 3.0.x
2023-09-20 17:06:55 -07:00
Phillip Webb
b83e7b42bb
Update copyright year of changed files
2023-09-20 16:05:44 -07:00
Phillip Webb
e10ac76761
Polish
2023-09-20 16:05:30 -07:00
Phillip Webb
37e67058b7
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37169
2023-08-31 22:24:14 -07:00
Phillip Webb
71ed31343c
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37168
2023-08-31 22:01:06 -07:00
Phillip Webb
fd8cb74b46
Load algorithm parameters from PEM encoded 'EC PRIVATE KEY' files
...
Update `PrivateKeyParser` implementations so that algorithm parameters
for PEM encoded 'EC PRIVATE KEY' files are loaded from the incoming
data.
Prior to this commit, the algorithm parameter was hard-coded to
'secp384r1' which could result in a mismatch to the actual file
content.
Fixes gh-34232
2023-08-31 21:40:11 -07:00
Phillip Webb
3640491d5a
Fix Timezone used for now in BuildRequestTests
2023-08-30 20:34:01 -07:00
Phillip Webb
81a03cf240
Merge branch '2.7.x' into 3.1.x
2023-08-24 10:32:37 -07:00
Phillip Webb
fbea788e0a
Merge branch '2.7.x' into 3.0.x
2023-08-24 10:32:27 -07:00
Phillip Webb
727e22abac
Restore Redis to NoSQL stores supported by Spring Data documentation
...
See gh-29694
2023-08-24 10:31:01 -07:00
Phillip Webb
155300525e
Polish
2023-08-13 19:15:38 -07:00
Phillip Webb
2fdc29b885
Revert "Polish"
...
This reverts commit 6a65ca13ea since
FileCopyUtils will close the reader/writer.
2023-08-13 19:00:04 -07:00
Phillip Webb
848a61a3a8
Merge branch '3.0.x' into 3.1.x
2023-08-13 18:50:33 -07:00
Phillip Webb
9805723415
Update copyright year of changed files
2023-08-13 18:50:13 -07:00
Phillip Webb
a0089c5c76
Merge branch '2.7.x' into 3.0.x
2023-08-13 18:44:36 -07:00
Phillip Webb
46773dd5df
Update copyright year of changed files
2023-08-13 18:19:05 -07:00
Phillip Webb
527b2f2cac
Polish
2023-08-13 18:18:48 -07:00
Phillip Webb
28b5b7a218
Merge branch '3.0.x' into 3.1.x
2023-07-18 10:32:01 +01:00
Phillip Webb
9d91dbc4e5
Use explicit matchers following Spring Security 6.0.5 upgrade
...
See gh-36293
2023-07-18 10:31:41 +01:00
Phillip Webb
30cc2a48c7
Merge branch '3.0.x' into 3.1.x
2023-07-18 10:16:56 +01:00
Phillip Webb
0233178855
Use explicit matchers following Spring Security 6.0.5 upgrade
...
See gh-36293
2023-07-18 09:49:11 +01:00
Phillip Webb
034803ee2f
Polish
2023-07-05 20:59:39 +01:00
Phillip Webb
b8dbe89d58
Merge pull request #36170 from izeye
...
* pr/36170:
Use kebab-case for property default values in metadata
Closes gh-36170
2023-07-04 15:21:19 +01:00
Phillip Webb
2e11349c93
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36219
2023-07-04 15:18:32 +01:00
Phillip Webb
9884abb379
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36218
2023-07-04 15:18:15 +01:00
Phillip Webb
9d1dced050
Merge pull request #34978 from bedla
...
* pr/34978:
Polish 'Improve Kubernetes probe customization documentation'
Improve Kubernetes probe customization documentation
Closes gh-34978
2023-07-04 15:17:37 +01:00
Phillip Webb
fc31e14e72
Polish 'Improve Kubernetes probe customization documentation'
...
See gh-34978
2023-07-04 15:17:20 +01:00
Phillip Webb
97ef8f38a4
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36209
2023-07-04 12:19:20 +01:00
Phillip Webb
ab7e4da703
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36208
2023-07-04 12:18:52 +01:00
Phillip Webb
b7ad85cbba
Merge pull request #34917 from lmartelli
...
* pr/34917:
Use MergedAnnotations for `@AliasFor` support
Test that ImportsContextCustomizer can support @AliasFor
Closes gh-34917
2023-07-04 12:17:58 +01:00
Phillip Webb
5d0640a356
Use MergedAnnotations for @AliasFor support
...
Update `ImportsContextCustomizer` to use `MergedAnnotations` so
that `@AliasFor` can be supported.
See gh-34917
2023-07-04 12:17:58 +01:00
Phillip Webb
1f68db06ba
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36163
2023-07-02 19:47:17 +01:00
Phillip Webb
f1b0d76d9b
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36162
2023-07-02 19:46:45 +01:00
Phillip Webb
094cc5563e
Merge pull request #35902 from lasselindqvist
...
* pr/35902:
Polish 'Choose SAML party based on entity ID rather than always using first'
Choose SAML party based on entity ID rather than always using first
Closes gh-35902
2023-07-02 19:02:27 +01:00
Phillip Webb
b6990940b1
Polish 'Choose SAML party based on entity ID rather than always using first'
...
See gh-35902
2023-07-02 19:02:08 +01:00
Phillip Webb
dcde1fac7e
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36160
2023-07-02 14:01:08 +01:00
Phillip Webb
566549021b
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36159
2023-07-02 14:00:47 +01:00
Phillip Webb
51ee702dac
Allow configprops endpoint stringify primitive wrappers
...
Update `ConfigurationPropertiesReportEndpoint` so that primitive
wrapper input values in the Environment are stringified for display.
Fixes gh-36076
2023-07-02 13:59:30 +01:00
Phillip Webb
7c63870305
Merge branch '3.0.x' into 3.1.x
2023-06-30 14:54:36 +01:00
Phillip Webb
a14ddd6900
Polish adoc formatting
2023-06-30 14:54:21 +01:00
Phillip Webb
31f218c4e0
Merge branch '3.0.x' into 3.1.x
2023-06-22 00:27:51 -07:00
Phillip Webb
9db3c5a2f7
Polish
2023-06-22 00:24:39 -07:00
Phillip Webb
8ac5dc7ea3
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36017
2023-06-21 23:44:06 -07:00