Three companion modules verifying and rewriting the Boot 4.1.1 / Framework 7.0.9 story for three older articles: the javax->jakarta.validation namespace fix plus Jakarta Validation 3.1 record-validation clarification, ETag/ conditional-request APIs re-verified unchanged plus the starter rename, and RestTemplate Basic Auth rebuilt on RestClient with the exchange() trap called out. 19 real passing tests generate every transcript quoted from the three companion articles. Co-Authored-By: Claude Sonnet 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01EQNA6DJ9VgCtW6zhCE8Xud
7 lines
220 B
Plaintext
7 lines
220 B
Plaintext
$ curl -s -X POST localhost:8080/booking-record \
|
|
-H 'Content-Type: application/json' \
|
|
-d '{"startDate":"2026-05-01","endDate":"2026-05-10"}'
|
|
|
|
HTTP status: 200
|
|
Body: Booking accepted: 2026-05-01 -> 2026-05-10
|