Commit Graph

44948 Commits (c2b78830fff77ceff1566e353b1d6f02a61f6b40)
 

Author SHA1 Message Date
Johnny Lim c2b78830ff Polish
See gh-37340
1 year ago
Scott Frederick a9f26e0f95 Conditionally enable image building bind cache tests
Accessing bind mount directories as is done in the tests for building
images with bind mount caches requires Docker configuration when
using Docker Desktop. It works without configuration on Linux with
Docker Engine.

See gh-28387
1 year ago
Stephane Nicoll 291d41093d Merge branch '3.1.x' 1 year ago
Stephane Nicoll dfaa0b4625 Merge branch '3.0.x' into 3.1.x 1 year ago
Stephane Nicoll 8d8eb0e3f6 Upgrade to Neo4j Java Driver 5.12.0
Closes gh-37353
1 year ago
Stephane Nicoll 5fe111df66 Upgrade to Neo4j Java Driver 5.12.0
Closes gh-37352
1 year ago
Stephane Nicoll e76412c6f9 Merge branch '3.1.x' 1 year ago
Stephane Nicoll 959cd00627 Merge branch '3.0.x' into 3.1.x 1 year ago
Stephane Nicoll 1bda578327 Start building against Spring Data Bom 2023.1.0 snapshots
See gh-37351
1 year ago
Stephane Nicoll 7df79432eb Polish "Upgrade to Micrometer Tracing 1.0.10"
See gh-37345
1 year ago
Andy Wilkinson 4ebee17cb1 Suppress warnings until more to new semconv module
OTel has deprecated their semconv module and introduced a new module
with different Maven coordinates. micrometer-metrics/tracing#343 will
move Micrometer Tracing to the new module. Until then, we need to
suppress the deprecation warnings that result from using the old one.

Closes gh-37347
1 year ago
Andy Wilkinson 8874cadebf Revert workaround for gh-18440
This reverts the main code changes from commit
b240c810a8. The tests are kept to
verify that the workaround is no longer required.

Closes gh-18591
1 year ago
Mahmoud Ben Hassine 626d858d81 Update Batch tests
Related to: https://github.com/spring-projects/spring-batch/issues/4245

Closes gh-37348
1 year ago
Stephane Nicoll 2b23bb8923 Start building against Spring Data Bom 2023.0.4 snapshots
See gh-37350
1 year ago
Stephane Nicoll 11940f8fec Start building against Spring Data Bom 2022.0.10 snapshots
See gh-37349
1 year ago
Stephane Nicoll 9e37c6842a Merge branch '3.1.x' 1 year ago
Stephane Nicoll 70b585f0d7 Merge branch '3.0.x' into 3.1.x 1 year ago
Stephane Nicoll 0163570cda Remove invalid exclusion of Spring Data versions 1 year ago
Stephane Nicoll 7899599440 Merge branch '3.1.x' 1 year ago
Stephane Nicoll a815c79e96 Merge branch '3.0.x' into 3.1.x 1 year ago
Stephane Nicoll 10415c3072 Merge branch '2.7.x' into 3.0.x 1 year ago
Stephane Nicoll 2d1fcab611 Upgrade to OpenTelemetry 1.30.1
Closes gh-37347
1 year ago
Stephane Nicoll 0587fb5331 Upgrade to Micrometer Tracing 1.2.0-M3
Closes gh-37346
1 year ago
Stephane Nicoll f2bf49ec35 Upgrade to Micrometer 1.12.0-M3
Closes gh-37226
1 year ago
Stephane Nicoll 4c415efea3 Upgrade to Micrometer Tracing 1.1.5
Closes gh-37262
1 year ago
Stephane Nicoll d720956209 Upgrade to Micrometer 1.11.4
Closes gh-37261
1 year ago
Stephane Nicoll bbefc07752 Upgrade to Micrometer Tracing 1.0.10
Closes gh-37345
1 year ago
Stephane Nicoll a3dff81437 Upgrade to Micrometer 1.10.11
Closes gh-37255
1 year ago
Stephane Nicoll 181f0b004b Upgrade to Micrometer 1.9.15
Closes gh-37245
1 year ago
Brian Clozel c8d036eaa8 Remove ServerHttpObservationFilter from WebFlux
This commit removes the auto-configuration of the
`ServerHttpObservationFilter` bean for WebFlux applications as it's been
deprecated by Spring Framework.

The Observability instrumentation is now handled at the
`WebHttpHandlerBuilder` in Framework directly and doesn't need any
auto-configuration from Spring Boot.

Closes gh-37344
1 year ago
Moritz Halbritter 8a1f6d4f32 Merge branch '3.1.x'
Closes gh-37335
1 year ago
Stephane Nicoll a1c2ca7f3b Upgrade to Jetty Reactive HTTPClient 4.0.0
Closes gh-37339
1 year ago
Stephane Nicoll 24eadd70ed Adapt to Spring Framework API change
This commit adapts to API changes in Spring Framework, see
spring-projects/spring-framework#31117

Previously, the "autowired" executable to use for a bean was always
resolved, even if a custom code fragment didn't really need it. This
is key for binding of immutable configuration properties as we use an
instance supplier for it.

This changes means that the workaround added in maintenance releases
can be removed.

See gh-37337
1 year ago
Andy Wilkinson 14a59a33dc Test that GraphQL QueryDSL auto-config backs off without Query DSL
See gh-34974
1 year ago
Moritz Halbritter e2d84fa462 Make SslStoreBundle implementations immutable
Closes gh-37222
1 year ago
Stephane Nicoll 671b04e3e3 Merge branch '3.1.x'
Closes gh-37337
1 year ago
Stephane Nicoll c298091e34 Merge branch '3.0.x' into 3.1.x
Closes gh-37336
1 year ago
Stephane Nicoll 112e85507c Support AOT processing of Value Object with several constructors
Previously, AOT processing failed on processing an immutable
configuration properties that declare several constructors as the core
framework infrastructure tries to resolve the "autowired" constructor
to use, even if the custom code fragments are never going to use it.

This commit workarounds the problem in maintenance releases until a
proper fix is provided in the core framework. When AOT runs, a
SmartInstantiationAwareBeanPostProcessor is added to the bean factory
to provide the constructor to use. This implementation relies on the
same algorithm that the binder uses at runtime.

Closes gh-37283
1 year ago
Stephane Nicoll 22bc339cb7 Upgrade to Tomcat 10.1.13
Closes gh-37333
1 year ago
Stephane Nicoll 18c4401f07 Upgrade to SQLite JDBC 3.43.0.0
Closes gh-37332
1 year ago
Stephane Nicoll 791e6dcc29 Upgrade to SnakeYAML 2.2
Closes gh-37331
1 year ago
Stephane Nicoll 35733199ab Upgrade to SLF4J 2.0.9
Closes gh-37330
1 year ago
Stephane Nicoll 94ba36b8d0 Upgrade to Selenium HtmlUnit 4.12.0
Closes gh-37329
1 year ago
Stephane Nicoll b7f77e055a Upgrade to Selenium 4.12.1
Closes gh-37328
1 year ago
Stephane Nicoll 07922563f0 Upgrade to REST Assured 5.3.2
Closes gh-37327
1 year ago
Stephane Nicoll 5d05347e2c Upgrade to Pooled JMS 3.1.2
Closes gh-37326
1 year ago
Stephane Nicoll ef04925a60 Upgrade to OpenTelemetry 1.30.0
Closes gh-37325
1 year ago
Stephane Nicoll 078b399a93 Upgrade to Neo4j Java Driver 5.12.0
Closes gh-37324
1 year ago
Stephane Nicoll b8eeb8d7f8 Upgrade to Native Build Tools Plugin 0.9.26
Closes gh-37323
1 year ago
Stephane Nicoll b89556eb80 Upgrade to MSSQL JDBC 12.4.1.jre11
Closes gh-37322
1 year ago