Eddú Meléndez
a6e67eec55
Cleanup
...
Signed-off-by: Eddú Meléndez <eddu.melendez@gmail.com>
2 weeks ago
Eddú Meléndez
9ed2fdbc9c
Fix merge
...
Signed-off-by: Eddú Meléndez <eddu.melendez@gmail.com>
2 weeks ago
Eddú Meléndez
8d0b7fa5c8
Cleanup
...
Signed-off-by: Eddú Meléndez <eddu.melendez@gmail.com>
2 weeks ago
Eddú Meléndez
cec40bb8d4
Polish spring amqp properties
...
Signed-off-by: Eddú Meléndez <eddu.melendez@gmail.com>
2 weeks ago
Moritz Halbritter
a2997f34a4
Add support for OpenTelemetry's SpanLimits and LogLimits
...
Closes 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
itsmevichu
2ff451d502
Add customizers for opaque token introspector builders
...
See gh-49029
Signed-off-by: itsmevichu <vishnutheep@gmail.com>
2 weeks ago
Andy Wilkinson
10659f0d67
Revert "Disable HTTP client's built-in decompression"
...
This reverts commit c9246cec4f .
Closes gh-48928
2 weeks ago
Andy Wilkinson
c54d05ca8a
Use vendor adapter to configure JTA Platform and Bean Container
...
Closes gh-48969
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
Andy Wilkinson
5bd0e84157
Make Elasticsearch Docker tests run with Logback available
...
See gh-49477
3 weeks ago
Stéphane Nicoll
ec107e2f9d
Upgrade to OpenTelemetry 1.59.0
...
Closes gh-49452
3 weeks ago
Andy Wilkinson
42466e4776
Allow Customizer<HttpSecurity> beans to refine auth server config
...
Fixes gh-49367
3 weeks ago
Emanuel Rabina
fed1098410
Upgrade to Thymeleaf Layout Dialect 4.0.0
...
See gh-49361
Signed-off-by: Emanuel Rabina <emanuelrabina@gmail.com>
3 weeks ago
Andy Wilkinson
7f7532a0b9
Remove duplicate spring-web dependency
...
Closes gh-49338
4 weeks ago
Phillip Webb
86567aab1f
Enable auto-configuration of OAuth2 machinery in a non-webapp
...
Refactor `spring-boot-security-oauth2-authorization-server` to separate
core authorization server auto-configuration from Spring Security web
auto-configuration.
This update should allow authorization server auto-configuration
outside or a reactive or servlet web application.
Closes gh-43978
4 weeks ago
Brian Clozel
8018829ff5
Deprecate LiveReload support for removal
...
Closes gh-48971
4 weeks ago
Andy Wilkinson
988a012a7b
Upgrade to Jackson Bom 3.1.0
...
Closes gh-49330
4 weeks ago
Andy Wilkinson
20ff2b7ff1
Register reflection hints for HTTP service client property binding
...
Fixes gh-49274
4 weeks ago
Andy Wilkinson
e808d7a7de
Align server.tomcat.max-part-count default with Tomcat's default
...
Fixes gh-49311
4 weeks ago
Brian Clozel
4b11e04e78
Deprecate RestTemplateBuilder#rootUri with replacement
...
This commit deprecates both `RootUriTemplateHandler` and
`RootUriBuilderFactory` types, along their usage in places like
`RestTemplateBuilder`.
`RestTemplateBuilder#rootUri` is now deprecated in favor of
`RestTemplateBuilder#baseUri`, which leverages Framework's
`DefaultUriBuilderFactory`.
Closes gh-48350
4 weeks ago
Phillip Webb
d102bb69b3
Create reusable default TaskScheduler configuration
...
Create a `DefaultTaskSchedulerConfiguration` for use when standard
task scheduler beans are required.
Closes gh-49280
1 month ago
Eddú Meléndez
ca9519bd3f
Cleanup and fix spring-boot-rabbitmq tests
...
Signed-off-by: Eddú Meléndez <eddu.melendez@gmail.com>
1 month ago
Eddú Meléndez
0443251bd7
Fix spring-boot-rabbimq test
...
Signed-off-by: Eddú Meléndez <eddu.melendez@gmail.com>
1 month ago
Eddú Meléndez
3a9cd50118
Update rabbitmq docker image version and support EnableRabbit for AMPQ 1.0
...
Signed-off-by: Eddú Meléndez <eddu.melendez@gmail.com>
1 month ago
Eddú Meléndez
13309202e8
Fix checkstyle
...
Signed-off-by: Eddú Meléndez <eddu.melendez@gmail.com>
1 month ago
Eddú Meléndez
06aa868a85
Fix build
...
Signed-off-by: Eddú Meléndez <eddu.melendez@gmail.com>
1 month ago
Eddú Meléndez
a8a85e8258
Fix build
...
Signed-off-by: Eddú Meléndez <eddu.melendez@gmail.com>
1 month ago
Eddú Meléndez
4cc9a3606e
Fix format and checkstyle
...
Signed-off-by: Eddú Meléndez <eddu.melendez@gmail.com>
1 month ago
Eddú Meléndez
a10a54f7b9
spring-boot-amqp -> spring-boot-rabbitmq and spring-boot-amqp host AMQP 1.0 implementation
1 month ago
Stéphane Nicoll
53e7503fd4
Polish "Add support for configuring publishMaxGaugeForHistograms"
...
See gh-49242
1 month ago
Tommy Ludwig
3c028759a2
Add support for configuring publishMaxGaugeForHistograms
...
See https://github.com/micrometer-metrics/micrometer/pull/6159
See gh-49242
1 month ago
Phillip Webb
1d054e8a12
Ensure `HttpMessageConverters` are configured before `RestClients`
...
Update `RestClientAutoConfiguration` to ensure that it applies after
`HttpMessageConvertersAutoConfiguration`.
Prior to this commit, the `HttpMessageConvertersRestClientCustomizer`
bean might not get created due to the `@ConditionalOnBean` guard not
finding any `ClientHttpMessageConvertersCustomizer` beans.
Since the issue is surprising hard to replicate in a unit test, a new
smoke test has been added to ensure the problem doesn't return.
Fixes gh-49223
1 month ago
Phillip Webb
362b3e3f20
Polish
1 month ago
Stéphane Nicoll
9420a15567
Upgrade to Lettuce 7.2.1.RELEASE
...
Closes gh-49228
1 month ago
Stéphane Nicoll
3af358ca05
Upgrade to Jedis 7.2.1
...
Closes gh-49227
1 month ago
Moritz Halbritter
cdf8d2e9c8
Back off on Propagator in Brave and Otel auto-configurations
...
This also fixes the bug that both auto-configurations couldn't be used
together.
Closes gh-49183
1 month ago
Andy Wilkinson
918e59b817
Add customizer and property support for configuring Jackson factories
...
Closes gh-34709
1 month ago
Andy Wilkinson
9c6d1d2944
Make additional health paths back off without health module
...
Fixes gh-49196
1 month ago
Andy Wilkinson
f67f232e69
Polish "Add compression mode OTLP property"
...
See gh-48957
1 month ago
Jonatan Ivanov
17b4cbf6a1
Add compression mode OTLP property
...
See https://github.com/micrometer-metrics/micrometer/issues/7009
See gh-48957
1 month ago
Andy Wilkinson
d26b6895ef
Start building against Spring LDAP 4.1.0-M1 snapshots
...
See gh-49119
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
Eddú Meléndez
793f9a3ddb
Add RabbitMQ Stream service connection from RabbitMQContainer
...
Add `RabbitStreamConnectionDetails` and support from
`RabbitMQContainer` when `rabbitmq_stream` plugin is enabled.
See gh-42443
1 month ago
Stéphane Nicoll
996999b799
Polish "Upgrade to Flyway 12.0.0"
...
Move Flyway 10.x tests to Flyway 11.x
See gh-49161
1 month ago
Stéphane Nicoll
babf9c9fbc
Upgrade to Flyway 12.0.0
...
Closes gh-49161
1 month ago