Phillip Webb
ac2e6972d7
Provide configuration property to disable console logging
...
Add `logging.console.enabled` which when set will cause the
`logging.threshold.console` property to be set to `OFF`.
Closes gh-46592
7 months ago
Phillip Webb
7140be8751
Rename metrics, observation, and tracing modules
...
Rename modules to include 'micrometer'.
Closes gh-46925
7 months ago
Moritz Halbritter
bd1df38ce0
Back off if spring-boot-opentelemetry is missing
...
Closes gh-46303
7 months ago
Andy Wilkinson
aff6ed3830
Upgrade to Spring RESTDocs 4.0.0-M2
...
Closes gh-46623
7 months ago
Andy Wilkinson
f29fc4def1
Merge branch '3.5.x'
7 months ago
Andy Wilkinson
8af836a428
Upgrade to Spring RESTDocs 3.0.5
...
Closes gh-46920
7 months ago
Andy Wilkinson
ae6c6a5ed4
Merge branch '3.4.x' into 3.5.x
7 months ago
Andy Wilkinson
b6bae9f59b
Upgrade to Spring RESTDocs 3.0.5
...
Closes gh-46919
7 months ago
Andy Wilkinson
27c96d9109
Fix null safety of Gradle Kotlin scripts with Gradle 9
...
See gh-46923
7 months ago
Moritz Halbritter
d9b05c7108
Add dependencies to spring-boot-starter-opentelemetry to produce OTLP
...
This commit adds all necessary dependencies to
spring-boot-starter-opentelemetry to produce OTLP metrics and tracing
out of the box.
Closes gh-46842
7 months ago
Andy Wilkinson
37342aff69
Merge branch '3.5.x'
...
Closes gh-46923
7 months ago
Andy Wilkinson
8cb001d4cf
Add CI for Java 25
...
Closes gh-46907
7 months ago
Andy Wilkinson
c98ffebc63
Merge branch '3.5.x'
...
Closes gh-46922
7 months ago
Andy Wilkinson
21d4c9b69b
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46921
7 months ago
Andy Wilkinson
ec09196137
Merge pull request #46914 from nicolasgarea
...
* gh-46914:
Remove redundant suppressions
Remove duplicate suppression in Checkstyle configuration
Closes gh-46914
7 months ago
Andy Wilkinson
25c29b52b8
Remove redundant suppressions
...
See gh-46914
7 months ago
Nicolas Garea
4c76392255
Remove duplicate suppression in Checkstyle configuration
...
See gh-46914
Signed-off-by: Nicolas Garea <nicogareacidre@gmail.com>
7 months ago
Andy Wilkinson
b5d2b66e7a
Update Servlet container system requirements
...
Closes gh-46918
7 months ago
Brian Clozel
8c0051a02e
Drop Undertow support
...
Spring Framework 7.0 requires a Servlet 6.1 baseline for Servlet containers.
Partial Servlet 6.1 support is available on the `main` Undertow branch,
but there isn't any milestone version available for the undertow 2.4
generation. At this stage of our 4.0 schedule, we think it's safer to drop
Undertow support now.
Closes: gh-46917
7 months ago
Andy Wilkinson
f79c7d90b2
Merge branch '3.5.x'
7 months ago
Andy Wilkinson
8ae2e8b83c
Start building against Spring RESTDocs 3.0.5 snapshots
...
See gh-46920
7 months ago
Andy Wilkinson
82949eeee5
Merge branch '3.4.x' into 3.5.x
7 months ago
Andy Wilkinson
6381582e3c
Start building against Spring RESTDocs 3.0.5 snapshots
...
See gh-46919
7 months ago
Phillip Webb
dbd8ab897b
Merge pull request #46404 from smartandhandsome
...
* pr/46404:
Polish 'Support virtual threading with JDK HTTP clients'
Support virtual threading with JDK HTTP clients
Closes gh-46404
7 months ago
Phillip Webb
09eac5f7b4
Polish 'Support virtual threading with JDK HTTP clients'
...
See gh-46404
7 months ago
Sangmin Park
e32e3359c2
Support virtual threading with JDK HTTP clients
...
Update JDK HTTP Clients so that the use virtual threads when
`Threading.VIRTUAL` is active.
See gh-46404
Signed-off-by: Sangmin Park <sangmins930@gmail.com>
7 months ago
Sangmin Park
53ff2de58e
Use `Threading` for virtual thread support
...
See gh-46404
Signed-off-by: Sangmin Park <sangmins930@gmail.com>
7 months ago
Phillip Webb
7098c8e766
Fix types used in connector tests
7 months ago
Phillip Webb
d307d57617
Apply HTTP Service Client properties and use fallback beans
...
Update service client configuration so that properties are always
applied when present. Any settings and factory/connector beans that
are present are now only used as fallbacks.
Fixes gh-46915
7 months ago
Stéphane Nicoll
67dddcc445
Merge branch '3.5.x'
7 months ago
Stéphane Nicoll
01f9fb17d1
Merge branch '3.4.x' into 3.5.x
7 months ago
Stéphane Nicoll
177f05f427
Upgrade to Spring Integration 7.0.0-M2
...
Closes gh-46805
7 months ago
Stéphane Nicoll
ba5ff79339
Upgrade to Spring GraphQL 2.0.0-M2
...
Closes gh-46628
7 months ago
Stéphane Nicoll
c8d99a5589
Upgrade to Spring Authorization Server 2.0.0-M2
...
Closes gh-46617
7 months ago
Stéphane Nicoll
9b708181fd
Upgrade to Spring Authorization Server 1.5.2
...
Closes gh-46704
7 months ago
Stéphane Nicoll
c1c3de9ae5
Upgrade to Spring Authorization Server 1.4.5
...
Closes gh-46692
7 months ago
Andy Wilkinson
fb8a8e5bb0
Make WebTestClient auto-config back off without CodecCustomizer
...
Fixes gh-46678
7 months ago
Andy Wilkinson
319aab2d3a
Merge branch '3.5.x'
...
Closes gh-46913
7 months ago
Andy Wilkinson
51b4e42953
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46912
7 months ago
Andy Wilkinson
2a628d0422
Upgrade to Spring Boot Release Verification 0.0.14
...
Closes gh-46911
7 months ago
Stéphane Nicoll
d3df5e4ef1
Merge branch '3.5.x'
...
Closes gh-46910
7 months ago
Stéphane Nicoll
27bce06caa
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46909
7 months ago
Stéphane Nicoll
e1db00b411
Merge pull request #46877 from tommyk-gears
...
* pr/46877:
Polish contribution
Improve Hazelcast health indicator to check that Hazelcast is running
Closes gh-46877
7 months ago
Stéphane Nicoll
375b0b89f1
Polish contribution
...
See gh-46877
7 months ago
Tommy Karlsson
249620246f
Improve Hazelcast health indicator to check that Hazelcast is running
...
This commit improves the Hazelcast health indicator to fail if the
Lifecycle manager indicates that the instance is no longer running.
This is needed because when the default Out-Of-Memory handler in
Hazelcast detects a OOM error, and terminates Hazelcast, it does so on
the node but not via the Hazelcast lifecycle manager - and the results
is that it is still possible to successfully execute transactions in
Hazelcast after this termination. The health indicator should not report
UP after Hazelcast has detected an OOM and terminated itself.
See gh-46877
Signed-off-by: Tommy Karlsson <tommy.karlsson@leovegas.com>
7 months ago
Stéphane Nicoll
28a5079f1e
Merge pull request #46854 from wonyongg
...
* pr/46854:
Polish "Support additional nullness signal for Actuator endpoints"
Support additional nullness signal for Actuator endpoints
Closes gh-46854
7 months ago
Stéphane Nicoll
efb80bcdcb
Polish "Support additional nullness signal for Actuator endpoints"
...
See gh-46854
7 months ago
wonyongg
75bcc2e118
Support additional nullness signal for Actuator endpoints
...
This commit expands the detection of optional parameters for Actuator
Endpoints. Before this commit, JSpecify's `@Nullable` annotation was
not detected.
See gh-46854
Signed-off-by: wonyongg <111210881+wonyongg@users.noreply.github.com>
7 months ago
Stéphane Nicoll
088ef836c1
Polish "Upgrade to Jetty 12.1.0"
...
See https://github.com/jetty/jetty.project/issues/13483
See gh-46906
7 months ago
Stéphane Nicoll
4a8dc3efd2
Upgrade to Jetty 12.1.0
...
Closes gh-46906
7 months ago