Commit Graph
4620 Commits
Author SHA1 Message Date
Phillip Webb b44bb38639 Polish "Document Java 25 requirement for AOT cache"
See gh-50482
2026-05-22 12:36:46 -07:00
halo 29a1eece0c Document Java 25 requirement for AOT cache
See gh-50482

Signed-off-by: halo <dongjin778@naver.com>
2026-05-22 12:36:32 -07:00
Andy Wilkinson e96ca4af56 Update headers to use quotes consistently
Closes gh-50397
2026-05-14 14:59:43 +01:00
Stéphane Nicoll 2df7f83ceb Polish "Document Testcontainers lifecycle caveat"
See gh-50210
2026-04-25 11:46:42 +02:00
henriquejsza 69ddf5856f Document Testcontainers lifecycle caveat
Document how Testcontainers-managed static containers can be stopped
before Spring's cached application context is closed or reused.

See gh-50210

Signed-off-by: henriquejsza <henriquejsza@gmail.com>
2026-04-25 11:46:38 +02:00
Stéphane Nicoll 6d4a3e7592 Fix reference to Jetty classes 2026-04-25 11:23:55 +02:00
Stéphane Nicoll 796ac7870d Polish "Document configuring multiple connectors with Jetty"
See gh-17144
2026-04-25 11:09:57 +02:00
zxuhan7 f9c0c65622 Document configuring multiple connectors with Jetty
See gh-17144

Signed-off-by: zxuhan7 <zxuhan7@gmail.com>
2026-04-25 10:52:45 +02:00
Johnny Wong fc627d4bd4 Fix typo in OAuth2 client registration documentation
See gh-50193

Signed-off-by: Johnny Wong <37771832+johnnypwong@users.noreply.github.com>
2026-04-24 08:39:12 +02:00
Phillip Webb fc4e52ec1a Provide a link for learning java fundamentals
Update docs to encourage Java fundamentals for beginners that prefer
to learn that way.

Closes gh-49895
2026-04-21 20:31:04 -07:00
Rob Edwards 5e6fcc1a15 Fix broken URL to Lettuce documentation
See gh-50092

Signed-off-by: Rob Edwards <reedwards@gmail.com>
2026-04-17 08:40:10 +02:00
Phillip Webb 82e3c22312 Fix detekt style issue 2026-04-10 17:52:15 -07:00
Phillip Webb 82dd06a80d Add missing MySamlRelyingPartyConfiguration Kotlin sample
Closes gh-50023
2026-04-10 16:59:51 -07:00
Andy Wilkinson c9f9c45a2d Link to Kubernetes' startup probe documentation
Closes gh-50007
2026-04-10 10:12:43 +01:00
Moritz Halbritter bcb0007f9a Add support for apache/artemis
Closes gh-49865
2026-04-02 10:59:55 +02:00
Moritz Halbritter 4e3f5f0578 Add support for apache/activemq
Closes gh-49863
2026-04-02 10:01:17 +02:00
Stéphane Nicoll a5338e55c4 Polish contribution
See gh-49835
2026-03-31 10:30:38 +02:00
kei-kodama 8f93bbfc3a Clarify that configprops defaults are not set in the Environment
See gh-49835

Signed-off-by: kei-kodama <kodama521@gmail.com>
2026-03-31 10:11:34 +02:00
Stéphane Nicoll e15755bc80 Polish "Add some more Kotlin examples and trivial style fixes"
See gh-49710
2026-03-23 16:23:20 +01:00
Łukasz Jernaś d7078e08b8 Add some more Kotlin examples and trivial style fixes
See gh-49710

Signed-off-by: Łukasz Jernaś <lukasz.jernas@allegro.com>
2026-03-23 16:23:20 +01:00
Louis Morgan 264a9aa43a Consider ControllerAdvice with @GraphQlTest
This commit updates the GraphQL slice tests to also consider
`@ControllerAdvice`-annotated beans, since Spring GraphQL loads
`@GraphQlExceptionHandler`s declared in `@ControllerAdvice` beans.

This also aligns `@GraphQlTest` with `@WebMvcTest`.

See gh-49660

Signed-off-by: Louis Morgan <ljrmorgan@gmail.com>
2026-03-20 10:02:07 +01:00
Andy Wilkinson 99aff08477 List all supported colors when describing color-coded log output
Closes gh-49561
2026-03-11 11:23:32 +00:00
Stéphane Nicoll 013389c9b3 Upgrade to Pulsar 4.0.9
Closes gh-49464
2026-03-06 16:27:00 +01:00
Stéphane Nicoll 17b4d97e7b Harmonize tutorial with JDK, Maven and Gradle recent versions
Closes gh-49411
2026-03-05 16:08:24 +01:00
Stéphane Nicoll 018c215e54 Add repository configuration section for SAML support
Closes gh-49260
2026-03-04 08:48:39 +01:00
Stéphane Nicoll bf2e7ce8dd Polish "Fix devtools configuration example format"
See gh-49357
2026-03-02 09:27:54 +01:00
Tran Ngoc Nhan 88bd63a0dc Fix devtools configuration example format
See gh-49357

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2026-03-02 09:27:33 +01:00
Andy Wilkinson d92d3a958b Clarify inferred relationships between registrations and providers
Closes gh-49240
2026-02-26 09:36:08 +00:00
Tran Ngoc Nhan 4b2efca338 Align message in MyEnvironmentPostProcessor code sample
See gh-49282

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2026-02-22 17:20:09 +01:00
Andy Wilkinson 9dca9d983e Correct list of services where SSL is supported
Closes gh-49211
2026-02-13 09:14:12 +00:00
Stéphane Nicoll 70e9fd75ac Polish "Document behavior of @Value with non-idiomatic format"
See gh-49054
2026-02-05 13:47:56 +01:00
Ian Drake eb5822d6e4 Document behavior of @Value with non-idiomatic format
See gh-49054

Signed-off-by: Ian Drake <linkian209@gmail.com>
2026-02-05 13:41:55 +01:00
Stéphane Nicoll 21c7f7c7e7 Polish "Document naming convention for custom test-scoped starters"
See gh-49014
2026-01-29 11:27:03 +01:00
Stefano Cordio 09d3dda572 Document naming convention for custom test-scoped starters
See gh-49014

Signed-off-by: Stefano Cordio <stefano.cordio@gmail.com>
2026-01-29 11:20:04 +01:00
Andy Wilkinson 84f75e4039 Polish "Highlight the importance of the preStop hook"
See gh-48936
2026-01-23 09:08:57 +00:00
Dave Syer d0da26bf79 Highlight the importance of the preStop hook
Graceful shutdown is not sufficient on its own to ensure that in-flight
requests are handled during pod termination. The preStop hook should be
used to provide sufficient time for in-flight requests.

Signed-off-by: Dave Syer <david.syer@broadcom.com>

See gh-48936
2026-01-23 09:08:39 +00:00
Moritz Halbritter 46a0f48a97 Document the Docker Compose argument properties
Closes gh-48657
2026-01-13 09:10:06 +01:00
Moritz Halbritter 1ca799875c Update documentation for Buildpack's AOT Cache support
Closes gh-48768
2026-01-09 11:38:21 +01:00
Tran Ngoc Nhan f8d3d63f38 Fix package of MyConnectorHttpConfiguration.kt
See gh-48668

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2026-01-04 17:12:01 +01:00
Stéphane Nicoll 196d665e63 Clarify scope of HazelcastConfigCustomizer
Closes gh-48634
2026-01-02 14:00:02 +01:00
Tran Ngoc Nhan 0a03c1c724 Fix grammar and typos
See gh-48596

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2025-12-22 08:06:51 +01:00
Stéphane Nicoll 95e45e383e Merge branch '3.4.x' into 3.5.x
Closes gh-48533
2025-12-15 15:43:18 +01:00
Dmitry Sulman e7d7dd887e Remove outdated reference to Jackson Kotlin Module
See gh-48525

Signed-off-by: Dmitry Sulman <dmitry.sulman@gmail.com>
2025-12-15 15:33:39 +01:00
Stéphane Nicoll 99fc80275b Merge branch '3.4.x' into 3.5.x
Closes gh-48531
2025-12-15 15:06:54 +01:00
Stéphane Nicoll a5b2086370 Improve caching documentation with regards to running tests
Closes gh-48529
2025-12-15 15:02:08 +01:00
Stéphane Nicoll 6f61d84c2a Merge branch '3.4.x' into 3.5.x
Closes gh-48526
2025-12-15 12:04:02 +01:00
Stéphane Nicoll 56e41d5877 Add a note that Log4J requires log path for file rotation
Closes gh-48524
2025-12-15 12:01:02 +01:00
Stéphane Nicoll 33ae2a1d67 Merge branch '3.4.x' into 3.5.x 2025-12-08 12:41:14 +01:00
Stéphane Nicoll a6986a4b57 Polish formatting 2025-12-08 12:41:04 +01:00
Stéphane Nicoll 9c88270be6 Merge branch '3.4.x' into 3.5.x
Closes gh-48448
2025-12-08 12:31:21 +01:00