Stéphane Nicoll
fae95ee334
Polish "Add support for Log4j2 rolling policy configuration"
...
See gh-47260
2 weeks ago
Andy Wilkinson
ac290cdb43
Polish
...
See gh-48971
3 weeks ago
Brian Clozel
8018829ff5
Deprecate LiveReload support for removal
...
Closes gh-48971
3 weeks ago
giyeon95
9ab01f61bd
Remove extraneous semicolon from read-timeout value
...
Signed-off-by: giyeon95 <giyeon15@gmail.com>
See gh-49306
3 weeks ago
Stéphane Nicoll
f092971c7c
Fix link to INSTALL.txt
3 weeks ago
Andy Wilkinson
918e59b817
Add customizer and property support for configuring Jackson factories
...
Closes gh-34709
1 month ago
Andy Wilkinson
be750eb306
Adapt to deprecation of support for Dynatrace V1 API
...
See gh-49111
1 month ago
Andy Wilkinson
12c6292708
Support RabbitMQ Streams with Docker Compose
...
Closes gh-49162
1 month ago
Andy Wilkinson
8df13b4709
Polish "Add RabbitMQ Stream service connection from RabbitMQContainer"
...
See gh-42443
1 month ago
Andy Wilkinson
e2f53ee9ee
Upgrade to Artemis 2.50.0
...
Closes gh-49123
1 month ago
Moritz Halbritter
3d960bc6d0
Add support for specifying encoding when loading files with spring.config.import
...
In the brackets we can now specify the encoding of the file instead of
only the file extension:
spring.config.import=classpath:import.properties[encoding=utf-8]
The old format
spring.config.import=classpath:import[.properties]
is still supported and is a shorthand for:
spring.config.import=classpath:import[extension=.properties]
Attributes can be combined, too:
spring.config.import=classpath:import[extension=.properties][encoding=utf-8]
Closes gh-28663
1 month ago
Moritz Halbritter
a3c5f61567
Polish "Add customizers for OtlpHttpLogRecordExporterBuilder and OtlpGrpcLogRecordExporterBuilder"
...
See gh-49002
2 months ago
Andy Wilkinson
a8fc38f565
Polish "Provide support for adding to the mime types that are compressed"
...
See gh-48930
2 months ago
Phillip Webb
0463b4d0bc
Add `@AutoConfigureWebServer` test annotation
...
Introduce `@AutoConfigureWebServer` test annotation to support
`@SpringBootTest` with specific classes and a random port.
Closes gh-48815
2 months ago
Phillip Webb
abec26e504
Polish
2 months ago
Moritz Halbritter
9f3720a171
Automatically configure Spring AMQP's observation convention beans
...
This automatically registers RabbitListenerObservationConvention,
RabbitTemplateObservationConvention, RabbitStreamListenerObservationConvention
and RabbitStreamTemplateObservationConvention beans.
Closes gh-48922
2 months ago
Shaun
c04e910198
Fix typo in REST client documentation
...
See gh-48907
Signed-off-by: Shaun <shaun.haldane@gmail.com>
2 months ago
Moritz Halbritter
d65eb69647
Automatically configure Spring Kafka's observation convention beans
...
This automatically registers KafkaListenerObservationConvention on the
container factory, and KafkaTemplateObservationConvention on the
Kafka template.
Closes gh-48914
2 months ago
Andy Wilkinson
85f3f3856d
Revert "Allow a custom JsonFactory to be used with JsonMapper.Builder"
...
This reverts commit 22d6f6a7de .
See gh-48594
2 months ago
Moritz Halbritter
c9be84af6e
Delete web server's temporary directories when the context is closed
...
Closes gh-9983
2 months ago
Tran Ngoc Nhan
7c03d3ad07
Remove duplicate word
...
See gh-48874
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2 months ago
Andy Wilkinson
5332ed4321
Correct reference to Cloud Foundry starter
...
See gh-48675
2 months ago
Andy Wilkinson
50e7c02986
Correct links to EnvironmentPostProcessor javadoc
...
Closes gh-48803
2 months ago
Andy Wilkinson
abd0d2903e
Update docs to reflect new location of CF actuator support
...
Closes gh-48675
2 months ago
Andy Wilkinson
7e3cfb2ce0
Polish "Update docs to reflect server.error -> spring.web.error move"
...
See gh-48767
2 months ago
Philip Bolting
442f9efddd
Update docs to reflect server.error -> spring.web.error move
...
Signed-off-by: Philip Bolting <pb@philipbolting.de>
See gh-48767
2 months ago
Andy Wilkinson
03470bfaef
Upgrade to Rabbit Stream Client 1.4.0
...
Exclusions for org.lz4:lz4-java have been added as the Rabbit Stream
Client now depends upon at.yawk.lz4:lz4-java which its replacement.
Closes gh-48761
2 months ago
Andy Wilkinson
0ffffee4bf
Upgrade to Nullability Plugin 0.0.9
...
Closes gh-48638
2 months ago
Andy Wilkinson
9bd1a460a1
Correct packaging of test code
...
Closes gh-48699
2 months ago
Andy Wilkinson
b8b1373f2e
Document that jOOQ support requires Java 21
...
See gh-48619
2 months ago
Andy Wilkinson
56928bbe38
Upgrade to jOOQ 3.20 and require Java 21 to use it
...
Closes gh-48619
2 months ago
Yanming Zhou
d9528fdb0b
Fix typo
...
See gh-48680
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
2 months ago
Phillip Webb
21cf377f7e
Add 'WAR_SOURCE_DIRECTORY' environment variable support
...
Add an escape hatch for users that deviate from the standard
`src/main/webbapp` directory structure.
Fixes gh-23829
2 months ago
Stéphane Nicoll
12652a313e
Deprecate Derby support since Apache Derby is retired
...
Closes gh-48567
3 months ago
Stéphane Nicoll
2ef60a10da
Clarify how to include devtools using Maven
...
Closes gh-48641
3 months ago
Stéphane Nicoll
22d6f6a7de
Allow a custom JsonFactory to be used with JsonMapper.Builder
...
This commit improves the auto-configuration of the JSonMapper.Builder
to accept a custom JsonFactory if a bean of this type is present.
Closes gh-48594
3 months ago
Stéphane Nicoll
644ac08886
Add support for context propagation in task execution
...
Closes gh-48033
3 months ago
Stéphane Nicoll
5399793faf
Reinstate Spock support
...
Closes gh-48513
3 months ago
Andy Wilkinson
dfd41a6b9f
Polish "Add LDAPS support to embedded LDAP server"
...
See gh-48315
3 months ago
Moritz Halbritter
5575ea19ba
Remove explicit dependency on spring-boot-opentelemetry in documentation
...
See gh-48585
3 months ago
Vedran Pavic
98d843214b
Add support for configuring SimpleMessageListenerContainer
...
This commit introduces a `SimpleJmsListenerContainerFactoryConfigurer`
that can be used to conveniently apply settings provided
by JMS auto-configuration to `SimpleJmsListenerContainerFactory`
instances.
See gh-47716
Signed-off-by: Vedran Pavic <vedran@vedranpavic.com>
3 months ago
Moritz Halbritter
f6cbed4a40
Update Tracing section for Spring Boot 4's modularity
...
Closes gh-48576
3 months ago
Stéphane Nicoll
3e689881f2
Polish "Harmonize Kotlin example for HTTP Service client support"
...
See gh-48577
3 months ago
jwalter
423373ba06
Harmonize Kotlin example for HTTP Service client support
...
See gh-48577
Signed-off-by: jwalter <joakim.waltersson@gmail.com>
3 months ago
Brian Clozel
f61ac29f3f
Document HttpMessageConverters detection changes
...
This commit updates the reference documentation to better reflect
changes applied in gh-48310. As of Spring Boot 4.0.1,
`HttpMessageConverter` beans are all considered as "custom" converters
and will be set ahead of the converters list in the auto-configuration
support.
For more specific changes, developers should contribute
`ClientHttpMessageConvertersCustomizer` or
`ServerHttpMessageConvertersCustomizer` beans to better reflect their
intent: should the converter be configured for client, server or both?
How should this converter be used?
Previously, Spring Boot was relying on heuristics but they would cause
issues for server-only converters, or for specific configuration that
were not meant to replace the default converter for a given media type.
Closes gh-48574
3 months ago
Stéphane Nicoll
21aedaad3c
Refine behavior of @AutoConfigureCache
...
Closes gh-48522
3 months ago
Phillip Webb
ba032dba21
Fix links to GitHub source files
...
Closes gh-48394
3 months ago
Stéphane Nicoll
1c637d8692
Use correct product names for IntelliJ IDEA
4 months ago
Hirotaka Kawata
962ecfcf1d
Change annotation from ConfigurationPropertiesScan to ConfigurationPropertiesSource
...
See gh-48357
Signed-off-by: Hirotaka Kawata <kawata.hirotaka@moneyforward.co.jp>
4 months ago
Stéphane Nicoll
c63dbe7eb8
Document LocalTestWebServer
...
Closes gh-48333
4 months ago