What's Changed
- Fix bug where KafkaTestUtils duration argument can be something else then a J.Literal by @Jenson3210 in #776
- Inline methods annotated with
@InlineMe
by @timtebeek in #777 - Changing
ClientHttpResponse#getRawStatusCode()
togetStatusCode().value()
in order to retain typing. by @steve-aom-elliott in #778 - Remove
StepBuilderFactory
parameters from@Bean
-annotated methods by @crankydillo in #780 - Spring Boot 3.5 and Spring Cloud 2025 declarative migration recipes by @sruffatti in #770
New Contributors
- @crankydillo made their first contribution in #780
Full Changelog: v6.13.0...v6.14.0