Andy Wilkinson
96b1dd00c1
Merge pull request #43904 from izeye
...
* gh-43904:
Fix description of management.metrics.graphql.autotime.enabled
Closes gh-43904
2025-01-21 14:36:36 +00:00
Johnny Lim
15a6c9affb
Fix description of management.metrics.graphql.autotime.enabled
...
See gh-43904
Signed-off-by: Johnny Lim <izeye@naver.com>
2025-01-21 14:36:20 +00:00
Andy Wilkinson
fc97ed07db
Merge branch '3.3.x' into 3.4.x
...
Closes gh-43902
2025-01-21 14:30:35 +00:00
Andy Wilkinson
7cd1ec7a9f
Remove concurrency limits for CI and System Tests
...
Closes gh-43900
2025-01-21 14:29:01 +00:00
Andy Wilkinson
00f88b9e05
Remove overly specific casts from SslConnectorCustomizer
...
Closes gh-43849
2025-01-21 12:09:46 +00:00
Stéphane Nicoll
903624911f
Merge pull request #43863 from nosan
...
* pr/43863:
Polish "Fix potential NPE in GraylogExtendedLogFormatProperties"
Fix potential NPE in GraylogExtendedLogFormatProperties
Closes gh-43863
2025-01-19 08:46:13 +01:00
Stéphane Nicoll
7c52938168
Polish "Fix potential NPE in GraylogExtendedLogFormatProperties"
...
See gh-43863
2025-01-19 08:29:45 +01:00
Dmytro Nosan
9de517281e
Fix potential NPE in GraylogExtendedLogFormatProperties
...
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
See gh-43863
2025-01-19 08:06:40 +01:00
Stéphane Nicoll
ae2ca013b2
Merge pull request #43877 from izeye
...
* pr/43877:
Fix Javadoc since for GsonProperties.Strictness
Closes gh-43877
2025-01-19 08:04:52 +01:00
Johnny Lim
1e39af27d4
Fix Javadoc since for GsonProperties.Strictness
...
See gh-43877
Signed-off-by: Johnny Lim <izeye@naver.com>
2025-01-19 08:04:35 +01:00
Andy Wilkinson
5e1585f627
Merge branch '3.3.x' into 3.4.x
...
Closes gh-43872
2025-01-17 16:29:01 +00:00
Andy Wilkinson
c27156d7b3
Upgrade to release verification tests 0.0.8
...
Closes gh-43871
2025-01-17 16:28:37 +00:00
Andy Wilkinson
86818b0e45
Ensure that junit-platform-launcher is on classpath
...
When testing with Gradle 7.6, junit-platform-launcher won't be
on the test runtime classpath unless it's declared as a dependency.
When testing with Gradle 8.x the dependency is added implicitly but
starting with Gradle 8.3 relying on this will result in a warning.
When junit-platform-launcher is absent, a failure occurs when testing
with Gradle as the class loader structure is such that JUnit tries
to load any test execution listeners, finds the listener declared in
spring-boot-actuator-autoconfigure but cannot then load the
implemented TestExecutionListener interface.
This problem is addressed by augmenting the component metadata for
spring-boot-starter-test to add a dependency on
junit-platform-launcher. This addresses the problem with
spring-boot-actuator-autoconfigure while also addressing a warning
with Gradle 8.3+.
Closes gh-43340
2025-01-17 16:01:41 +00:00
Stéphane Nicoll
108119244f
Merge branch '3.3.x' into 3.4.x
2025-01-17 14:38:41 +01:00
Stéphane Nicoll
9a05521c0f
Upgrade to Spring Data Bom 2024.1.2
...
Closes gh-43749
2025-01-17 14:37:25 +01:00
Stéphane Nicoll
03dfc1ad22
Upgrade to Spring Data Bom 2024.0.8
...
Closes gh-43743
2025-01-17 14:37:12 +01:00
Stéphane Nicoll
e48cfcef3a
Upgrade to Spring Framework 6.2.2
...
Closes gh-43750
2025-01-16 14:48:43 +01:00
Stéphane Nicoll
55cb112120
Merge branch '3.3.x' into 3.4.x
2025-01-16 09:58:42 +01:00
Stéphane Nicoll
89ffe1a1fd
Polish "Document 'base64:' prefix support"
...
Resolution of base64 encoded data to arbitrary resources has been
introduced in Spring Boot 3.4. This commit adapts the documentation to
restrict this support to SSL only.
This commit also polishes the phrasing a bit.
See gh-43809
2025-01-16 09:53:49 +01:00
Stéphane Nicoll
a8b2f3b1ba
Merge branch '3.3.x' into 3.4.x
2025-01-15 21:19:53 +01:00
Stéphane Nicoll
6601329eed
Upgrade to Postgresql 42.7.5
...
Closes gh-43846
2025-01-15 20:38:42 +01:00
Stéphane Nicoll
8f45623fd4
Upgrade to Netty 4.1.117.Final
...
Closes gh-43845
2025-01-15 20:38:17 +01:00
Stéphane Nicoll
d6bd9a52bf
Upgrade to jOOQ 3.19.18
...
Closes gh-43844
2025-01-15 20:38:11 +01:00
Stéphane Nicoll
d32943490f
Upgrade to Couchbase Client 3.7.7
...
Closes gh-43843
2025-01-15 20:38:04 +01:00
Stéphane Nicoll
1b0a1d7261
Upgrade to Postgresql 42.7.5
...
Closes gh-43842
2025-01-15 20:35:04 +01:00
Stéphane Nicoll
f307982014
Upgrade to Netty 4.1.117.Final
...
Closes gh-43841
2025-01-15 20:34:59 +01:00
Stéphane Nicoll
8755dbf008
Upgrade to jOOQ 3.19.18
...
Closes gh-43840
2025-01-15 20:34:49 +01:00
Stéphane Nicoll
bb7abf886f
Merge branch '3.3.x' into 3.4.x
...
Closes gh-43835
2025-01-15 17:37:04 +01:00
Stéphane Nicoll
faf40f38cf
Document 'base64:' prefix support
...
Closes gh-43809
2025-01-15 17:36:42 +01:00
Moritz Halbritter
1fed765a4c
Merge pull request #43826 from quaff
...
* pr/43826:
Improve ConditionalOnSingleCandidate's Javadoc
Closes gh-43826
2025-01-15 13:55:44 +01:00
Yanming Zhou
54c4716972
Improve ConditionalOnSingleCandidate's Javadoc
...
See gh-43826
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
2025-01-15 13:41:03 +01:00
Andy Wilkinson
1de3b5624f
Merge branch '3.3.x' into 3.4.x
...
Closes gh-43832
2025-01-15 12:15:19 +00:00
Andy Wilkinson
e1a74072bd
Merge pull request #43825 from quaff
...
* gh-43825:
Polish "Polish PropertiesRedisConnectionDetails"
Polish PropertiesRedisConnectionDetails
Closes gh-43825
2025-01-15 12:15:09 +00:00
Andy Wilkinson
0f94530e15
Polish "Polish PropertiesRedisConnectionDetails"
...
See gh-43825
2025-01-15 12:00:18 +00:00
Yanming Zhou
a18c2f8f7e
Polish PropertiesRedisConnectionDetails
...
See gh-43825
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
2025-01-15 11:55:48 +00:00
Andy Wilkinson
54819bc41b
Merge pull request #43790 from hezean
...
* gh-43790:
Make handling of ALLOW_EMPTY_PASSWORD consistent
Closes gh-43790
2025-01-15 10:57:51 +00:00
He Zean
ab8d2ebc8a
Make handling of ALLOW_EMPTY_PASSWORD consistent
...
See gh-43790
Signed-off-by: He Zean <realhezean@gmail.com>
2025-01-15 10:57:42 +00:00
Moritz Halbritter
f2906a0e9c
Merge branch '3.3.x' into 3.4.x
...
Closes gh-43828
2025-01-15 11:22:11 +01:00
Moritz Halbritter
e2950639a7
Merge pull request #43773 from jxblum
...
* pr/43773:
Simplify findChild method in BomPlugin
Closes gh-43773
2025-01-15 11:11:07 +01:00
John Blum
ebffe6a038
Simplify findChild method in BomPlugin
...
See gh-43773
Signed-off-by: John Blum <jblum0@gmail.com>
2025-01-15 11:10:25 +01:00
Andy Wilkinson
1a99ade66c
Merge branch '3.3.x' into 3.4.x
...
Closes gh-43823
2025-01-14 20:13:57 +00:00
Andy Wilkinson
aa4ae89bba
Merge pull request #43783 from hezean
...
* gh-43783:
Polish "Fix handling of env vars in Bitnami's Postgres image"
Fix handling of env vars in Bitnami's Postgres image
Closes gh-43783
2025-01-14 19:54:12 +00:00
Andy Wilkinson
d4f497d90d
Polish "Fix handling of env vars in Bitnami's Postgres image"
...
See gh-43783
2025-01-14 19:53:30 +00:00
He Zean
c8f2fb0d94
Fix handling of env vars in Bitnami's Postgres image
...
See gh-43783
Signed-off-by: He Zean <realhezean@gmail.com>
2025-01-14 17:49:59 +00:00
Stéphane Nicoll
c1994a4e11
Merge branch '3.3.x' into 3.4.x
2025-01-14 18:09:05 +01:00
Stéphane Nicoll
f0188b8fdd
Upgrade to Reactor Bom 2024.0.2
...
Closes gh-43747
2025-01-14 18:06:55 +01:00
Stéphane Nicoll
b8f911a615
Upgrade to Micrometer Tracing 1.4.2
...
Closes gh-43746
2025-01-14 18:06:54 +01:00
Stéphane Nicoll
42ecda25cc
Upgrade to Reactor Bom 2023.0.14
...
Closes gh-43742
2025-01-14 18:04:14 +01:00
Stéphane Nicoll
93bff0f396
Upgrade to Micrometer Tracing 1.3.8
...
Closes gh-43741
2025-01-14 18:04:14 +01:00
Andy Wilkinson
d4c7013c8d
Tolerate Gson 2.10 and earlier
...
Closes gh-43442
2025-01-14 17:00:25 +00:00