Moritz Halbritter
766e11dc28
Document support for Java 26
...
Closes gh-49604
1 week ago
Moritz Halbritter
efd44dce56
Rename management.tracing.exemplars.filter to management.tracing.exemplars.include
...
See gh-49572
2 weeks ago
Andy Wilkinson
5721f57acd
Polish "Update TestRestTemplate's default cookie handling to match RestTemplate's"
...
See gh-49261
Signed-off-by: Andy Wilkinson <andy.wilkinson@broadcom.com>
2 weeks ago
Moritz Halbritter
5ca8e0956a
Add more fine-grained support for selecting metric exemplars
...
Closes gh-49572
2 weeks ago
Andy Wilkinson
29e4938971
Polish "Add more styling support to the Logback and Log4j2 color converters"
...
See gh-49285
2 weeks ago
Moritz Halbritter
bd663c1551
Add property to disable the OpenTelemetry SDK
...
This uses no-op implementations for the SdkTracerProvider,
SdkLoggerProvider and SdkMeterProvider, but still configures the
propagators.
Additionally, it doesn't create the tracing and logging beans which
would be superfluous for a disabled SDK.
Closes gh-49564
2 weeks ago
Moritz Halbritter
2a8ad44cef
Polish "Add auto-configuration for otlp exemplars"
...
See gh-49538
2 weeks ago
Moritz Halbritter
0e9840e7de
Provide advance warning of the deprecation and forthcoming removal of
...
OpenTelemetry's ZipkinSpanExporter
Closes gh-49453
2 weeks ago
Moritz Halbritter
81d04f2c4d
Add documentation for the new span and log limits
...
See gh-49554
2 weeks ago
Moritz Halbritter
951d37a25c
Add properties to select OpenTelemetry's sampler
...
Closes gh-49548
2 weeks ago
Moritz Halbritter
27723a11ab
Add properties to configure BatchLogRecordProcessor
...
Closes gh-49543
2 weeks ago
Andy Wilkinson
632a19ad63
Polish "Add customizers for opaque token introspector builders"
...
See gh-49029
2 weeks ago
Brian Clozel
e487a6b499
Improve EndpointRequest matcher documentation
...
Prior to this commit, `EndpointRequest` exposed factory methods for
creating security matchers in the context of Actuator endpoints. This is
using the popular pattern matching approach for security matchers.
Such matchers are not as focused as method-level security and will match
the endpoint path itself (`"actuator/endpoint"`) as well as everything
beneath it (`"actuator/endpoint/**"`).
This commit improves the Javadoc and reference documentation to make
this behavior more explicit.
Closes gh-49520
2 weeks ago
Brian Clozel
7a6d92cbff
Document security considerations for forwarded headers
...
This commit highlights that while "forwarded headers" support is enabled
automatically for cloud platforms, we generally assume that apps are
behind trusted HTTP proxies.
If this is not the case, app developers should disable this feature if
they choose to expose the application to direct Internet traffic.
Closes gh-49507
2 weeks ago
Stéphane Nicoll
494e86b56e
Start building against Spring Framework 7.0.6 snapshots
...
See gh-49441
3 weeks ago
Stéphane Nicoll
9c93ff4b78
Start building against Spring Framework 7.0.6 snapshots
...
See gh-49418
3 weeks ago
Stéphane Nicoll
fae95ee334
Polish "Add support for Log4j2 rolling policy configuration"
...
See gh-47260
3 weeks ago
Andy Wilkinson
ac290cdb43
Polish
...
See gh-48971
4 weeks ago
Brian Clozel
8018829ff5
Deprecate LiveReload support for removal
...
Closes gh-48971
4 weeks ago
giyeon95
9ab01f61bd
Remove extraneous semicolon from read-timeout value
...
Signed-off-by: giyeon95 <giyeon15@gmail.com>
See gh-49306
4 weeks ago
Stéphane Nicoll
f092971c7c
Fix link to INSTALL.txt
4 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
2 months 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
2 months 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
3 months ago
Andy Wilkinson
9bd1a460a1
Correct packaging of test code
...
Closes gh-48699
3 months ago
Andy Wilkinson
b8b1373f2e
Document that jOOQ support requires Java 21
...
See gh-48619
3 months ago
Andy Wilkinson
56928bbe38
Upgrade to jOOQ 3.20 and require Java 21 to use it
...
Closes gh-48619
3 months ago
Yanming Zhou
d9528fdb0b
Fix typo
...
See gh-48680
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
3 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
3 months ago
Stéphane Nicoll
12652a313e
Deprecate Derby support since Apache Derby is retired
...
Closes gh-48567
3 months ago