Phillip Webb
619454548b
Restore support for Jersey
...
Build and Deploy Snapshot / Build and Deploy Snapshot (push) Waiting to run
Details
Build and Deploy Snapshot / Trigger Docs Build (push) Blocked by required conditions
Details
Build and Deploy Snapshot / Verify (push) Blocked by required conditions
Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:25], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Waiting to run
Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:25], map[id:windows-latest name:Windows]) (push) Waiting to run
Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:17], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Waiting to run
Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:17], map[id:windows-latest name:Windows]) (push) Waiting to run
Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:21], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Waiting to run
Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:21], map[id:windows-latest name:Windows]) (push) Waiting to run
Details
Run CodeQL Analysis / run-analysis (push) Waiting to run
Details
Run System Tests / Java ${{ matrix.java.version}} (map[toolchain:true version:17]) (push) Waiting to run
Details
Run System Tests / Java ${{ matrix.java.version}} (map[toolchain:true version:21]) (push) Waiting to run
Details
Restore support for Jersey now that it supports JAX-RS 4.
Closes gh-47967
Co-authored-by: Andy Wilkinson <andy.wilkinson@broadcom.com>
2025-11-05 10:51:08 -08:00
Andy Wilkinson
4e94f26935
Support JMX endpoints when only Jackson 2 is present
...
Closes gh-47688
2025-10-22 14:40:59 +01:00
Yanming Zhou
609b0b444e
Use JsonMapper instead of ObjectMapper where feasible
...
See gh-47503
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
2025-10-20 13:16:52 +02:00
Phillip Webb
183d765b4d
Support actuator with Jackson 2 only
...
See gh-47688
2025-10-17 13:17:19 -07:00
Phillip Webb
34e0382858
Move actuator heath code to spring-boot-health
...
Closes gh-46357
2025-10-14 21:51:24 -07:00
Phillip Webb
5d21b822ab
Remove unnecessary spring-boot-http-converter dependency
...
Remove unnecessary spring-boot-http-converter dependency from
`spring-boot-actuator`.
See gh-46357
2025-10-14 21:51:24 -07:00
Phillip Webb
1bad1b781a
Drop unnecessary jsonb dependency from spring-boot-actuator
...
See gh-46357
2025-10-14 21:51:24 -07:00
Phillip Webb
229e9849a6
Drop spring-boot-validation from spring-boot-actuator
...
Remove the validation dependency since it was only used for tests and
we can wire things up directly instead.
See gh-46357
2025-10-14 21:51:24 -07:00
Phillip Webb
03161bcbb8
Move web-server to test fixtures dependency
...
See gh-46357
2025-10-14 21:51:24 -07:00
Phillip Webb
e01b36216a
Revert Support pluggable types for EndpointJsonMapper
...
Closes gh-46534
2025-10-09 22:48:45 -07:00
Andy Wilkinson
da74dd92c9
Merge branch '3.5.x'
...
Closes gh-47439
2025-10-09 10:59:17 +01:00
Moritz Halbritter
9bb62a074b
Add nullability annotations to tests in module/spring-boot-actuator
...
See gh-47263
2025-10-02 11:59:32 +02:00
Phillip Webb
8008076e04
Remove spring-boot-json-test module
...
Remove spring-boot-json-test module and spread code between
`spring-boot-test`, `spring-boot-test-autoconfigure` and JSON
technology modules.
See gh-46356
See gh-47322
2025-10-01 21:42:18 -07:00
Andy Wilkinson
0b601118bd
Modularize spring-boot-test
...
Closes gh-46356
2025-09-25 17:24:12 +01:00
Andy Wilkinson
51b606e941
Polish
2025-09-24 12:47:09 +01:00
Moritz Halbritter
641b72db65
Make SanitizableData.key non-nullable
...
Closes gh-47220
2025-09-16 08:48:01 +02:00
Andy Wilkinson
2dc80b4047
Move Prometheus code from s-b-actuator to s-b-micrometer-metrics
...
Closes gh-47175
2025-09-12 15:19:34 +01:00
Stéphane Nicoll
d7c482aa16
Replace @OptionalParameter with JSpecify's @Nullable
...
This commit removes OptionalParameter in favor of the nullness support
introduced in Spring Framework 7. The parameter of an action can now
be flagged as optional using JSpecify's @Nullable, and simplifies the
setup for those who are using JSpecify as only a single annotation is
required.
Closes gh-45390
2025-09-10 15:01:43 +02:00
Stéphane Nicoll
ee83ff5f6a
Revert "Only support `@OptionalParameter` annotation with endpoint methods"
...
This reverts commit 450eb48303 .
See gh-47136
2025-09-10 14:31:35 +02:00
Phillip Webb
450eb48303
Only support `@OptionalParameter` annotation with endpoint methods
...
Remove `@Nullable` support for optional endpoint method parameters in
favor of only supporting `@OptionalParameter`. The annotation processor
now also only supports `@OptionalParameter` detection.
Closes gh-47136
2025-09-09 13:00:50 -07:00
Moritz Halbritter
0fc1a40f3b
Polish nullability annotations
...
See gh-46926
2025-09-09 15:08:44 +02:00
Moritz Halbritter
f51f872c28
Improve null-safety of module/spring-boot-actuator
...
See gh-46926
2025-09-03 15:11:53 +02:00
Andy Wilkinson
d353038c58
Update Jackson support to require Jackson 3
...
Closes gh-45535
2025-09-02 11:37:09 +01:00
Andy Wilkinson
8bfb170ebc
Remove support for Jersey
...
Spring Boot 4 requires Jakarta EE 11. Jersey 4 will support EE 11 but
its release schedule is uncertain. Furthermore, Jersey does not yet
support Jackson 3 and there's no clear timeline for when Jackson 3
will be supported.
In light of the above, this commit removes support for Jersey.
Reinstating support can be considered once there's a Jersey GA that
supports Jakarta EE 11 or its clear that one will be available in
time for Boot's GA in November. Ideally, support for Jackson 3 would
also be available before reinstating Jersey support.
Closes gh-47017
2025-09-02 11:36:52 +01:00
Moritz Halbritter
2907fec181
Improve null-safety of module/spring-boot-actuator
...
See gh-46926
2025-08-26 14:22:54 +02:00
Stéphane Nicoll
94349f87e7
Use Nullness to determine if an endpoint parameter is optional
...
Closes gh-46593
2025-08-11 16:24:02 +02:00
Stéphane Nicoll
f00dc9753b
Drop support for javax.annotation.NonNull
...
Closes gh-46773
2025-08-11 15:18:10 +02:00
Moritz Halbritter
1b6aa9e036
Add more nullability annotations to module/spring-boot-actuator
...
See gh-46587
2025-07-30 10:40:06 +02:00
Moritz Halbritter
50920f223c
Add nullability annotations to module/spring-boot-actuator
...
See gh-46587
2025-07-29 16:25:14 +02:00
shchae04
eaf7dc2f81
Correct "intial" to "initial"
...
See gh-46508
Signed-off-by: shchae04 <shchae04@naver.com>
2025-07-23 12:58:19 +02:00
Phillip Webb
decc32dde3
Restructure project directories to better fit Gradle
...
Closes gh-46358
2025-07-10 17:54:08 -07:00