Commit Graph

3536 Commits (c22548982abf0b9c5c02406fe789b0423fcfa02d)

Author SHA1 Message Date
Stephane Nicoll 8ce6002206 Merge branch '3.0.x' into 3.1.x
Closes gh-36962
1 year ago
Stephane Nicoll 82b0666813 Merge branch '2.7.x' into 3.0.x
Closes gh-36961
1 year ago
Stephane Nicoll 0e6abd1377 Provide more information about using spring.cache.type=none
Closes gh-33694
1 year ago
Phillip Webb 407fa780c8 Polish 1 year ago
Andy Wilkinson 6c3c8398d0 Upgrade to Elasticsearch Client 8.9.0
Closes gh-36886
1 year ago
Stephane Nicoll 96aa0611f6 Merge branch '3.1.x'
Closes gh-36878
1 year ago
Stephane Nicoll 63a1248a6d Merge branch '3.0.x' into 3.1.x
Closes gh-36877
1 year ago
Stephane Nicoll 6800f15aa6 Merge branch '2.7.x' into 3.0.x
Closes gh-36876
1 year ago
Stephane Nicoll 94c7140001 Use a dedicated application to collect log samples
This commit moves the tasks that collect log samples for the reference
guide to an isolated application.

Closes gh-36875
1 year ago
Andy Wilkinson 94d6ccd7a5 Merge branch '3.1.x'
Closes gh-36863
1 year ago
Andy Wilkinson 8bd2e1a717 Merge branch '3.0.x' into 3.1.x
Closes gh-36862
1 year ago
Andy Wilkinson 29beb3ed24 Merge branch '2.7.x' into 3.0.x
Closes gh-36861
1 year ago
Andy Wilkinson d277631331 Document `@EntityScan` and `@Enable…Repositories` for tuning scanning
Closes gh-36282
1 year ago
Moritz Halbritter 5b00d5f89b Auto-configure SimpleAsyncTaskScheduler when virtual threads are enabled
This auto-configures a new SimpleAsyncTaskSchedulerBuilder bean in the
context. This bean is configured to use virtual threads, if enabled.

SimpleAsyncTaskSchedulerCustomizers can be used to customize the built
SimpleAsyncTaskScheduler.

If virtual threads are enabled, the application task scheduler is
configured to be a SimpleAsyncTaskScheduler.

Adds a new configuration property spring.task.scheduling.simple
.concurrency-limit

Closes gh-36609
1 year ago
Andy Wilkinson 4f9fcfc2de Merge branch '3.1.x'
Closes gh-36854
1 year ago
Andy Wilkinson c59eca02ba Merge branch '3.0.x' into 3.1.x
Closes gh-36853
1 year ago
Andy Wilkinson 4ec1a05b9c Merge branch '2.7.x' into 3.0.x
Closes gh-36852
1 year ago
Andy Wilkinson 45b62b1452 Clarify transfer of logging props from Environment to System props
Closes gh-32160
1 year ago
Stephane Nicoll cee5c9142c Merge branch '3.1.x'
Closes gh-36851
1 year ago
Stephane Nicoll 22fde44e3b Merge branch '3.0.x' into 3.1.x
Closes gh-36850
1 year ago
Stephane Nicoll 2d8dbbd1f3 Review Google Cloud section of the reference guide
Closes gh-33730
1 year ago
Stephane Nicoll 38dbc644ae Add auto-configuration for JdbcClient
Closes gh-36579
1 year ago
Andy Wilkinson 647b20bb30 Merge branch '3.1.x'
Closes gh-36814
1 year ago
Andy Wilkinson 786673f936 Merge branch '3.0.x' into 3.1.x
Closes gh-36813
1 year ago
Andy Wilkinson b4378e4415 Merge branch '2.7.x' into 3.0.x
Closes gh-36812
1 year ago
Andy Wilkinson 05244d7a5c Clarify which NoSQL stores are supported by Spring Data
Closes gh-29694
1 year ago
Andy Wilkinson 6e3cbac7df Merge branch '3.1.x'
Closes gh-36811
1 year ago
Andy Wilkinson 331e90ccbe Merge branch '3.0.x' into 3.1.x
Closes gh-36810
1 year ago
Andy Wilkinson 24ba267516 Merge branch '2.7.x' into 3.0.x
Closes gh-36809
1 year ago
Andy Wilkinson 0ab7129dab Clarify treatment of nested directories for configtree with wildcards
Closes gh-28203
1 year ago
Andy Wilkinson a1f30a2316 Merge branch '3.1.x'
Closes gh-36798
1 year ago
Andy Wilkinson 8c8aa19691 Merge branch '3.0.x' into 3.1.x
Closes gh-36797
1 year ago
Andy Wilkinson 355012d40b Merge branch '2.7.x' into 3.0.x
Closes gh-36796
1 year ago
Andy Wilkinson b978950cb2 Clarify the effect of `@EnableWebMvc`
Closes gh-36506
1 year ago
Andy Wilkinson d658a8cd47 Merge branch '3.1.x'
Closes gh-36794
1 year ago
Andy Wilkinson 930824a566 Merge branch '3.0.x' into 3.1.x
Closes gh-36793
1 year ago
Andy Wilkinson 4b8a848ecf Merge branch '2.7.x' into 3.0.x
Closes gh-36792
1 year ago
Andy Wilkinson 8dec443e3b Document default for MVC and WebFlux date and time formatting
Closes gh-30041
1 year ago
Andy Wilkinson 00264cb9c8 Merge branch '3.1.x'
Closes gh-36790
1 year ago
Andy Wilkinson f0343df9c5 Merge branch '3.0.x' into 3.1.x
Closes gh-36789
1 year ago
Andy Wilkinson 406e934325 Merge branch '2.7.x' into 3.0.x
Closes gh-36788
1 year ago
Andy Wilkinson e7203e31c8 Correct documentation of default path matching strategy
Closes gh-32557
1 year ago
Andy Wilkinson e286213110 Merge branch '3.1.x'
Closes gh-36784
1 year ago
Andy Wilkinson f2fce3a008 Merge branch '3.0.x' into 3.1.x
Closes gh-36783
1 year ago
Andy Wilkinson a91f1f0387 Merge branch '2.7.x' into 3.0.x
Closes gh-36782
1 year ago
Andy Wilkinson db0ab9f580 Improve documentation for configuration of schema and data scripts
Closes gh-36176
1 year ago
Andy Wilkinson 3441833c5c Add missing Details class 1 year ago
Andy Wilkinson b1d26fe961 Revert "Upgrade default CNB builders to Paketo Jammy"
This reverts commit 6506208d29. The
upgrade to the Jammy builder was causing
failsWhenBuildImageIsInvokedOnMultiModuleProjectWithBuildImageGoal to
hang on CI.

See gh-36689
1 year ago
Stephane Nicoll 870df5ab08 Merge branch '2.7.x' into 3.0.x
Closes gh-36761
1 year ago
Stephane Nicoll 5ed5820f92 Clarify expected jar size in getting started doc
Closes gh-34514
1 year ago
Stephane Nicoll c8334e90f8 Merge branch '3.1.x'
Closes gh-36757
1 year ago
Stephane Nicoll f7c8e48dc4 Merge branch '3.0.x' into 3.1.x
Closes gh-36756
1 year ago
Stephane Nicoll 89cb599d0d Merge branch '2.7.x' into 3.0.x
Closes gh-36755
1 year ago
Stephane Nicoll d101004d5f Document @DataR2dbcTest support
Closes gh-35014
1 year ago
Scott Frederick 6506208d29 Upgrade default CNB builders to Paketo Jammy
Closes gh-36689
1 year ago
Scott Frederick 63a8edfa15 Merge branch '3.1.x'
Closes gh-36691
1 year ago
Scott Frederick ecd2b0178f Merge branch '3.0.x' into 3.1.x
Closes gh-36690
1 year ago
Scott Frederick e25c267585 Update Paketo builder references in documentation
Closes gh-36688
1 year ago
Scott Frederick 2e50d11d86 Add since attribute to @DeprecatedConfigurationProperty annotation
Closes gh-36482
1 year ago
Stephane Nicoll 191ac10009 Deprecate support for OkHttp
Closes gh-36632
1 year ago
Moritz Halbritter 51008a7d39 Add ThreadPoolTaskSchedulerBuilder and deprecate TaskSchedulerBuilder
Closes gh-36651
1 year ago
Moritz Halbritter de4b2d679f Add documentation for SimpleAsyncTaskExecutorBuilder
See gh-35711
1 year ago
Moritz Halbritter 32c91af440 Add ThreadPoolTaskExecutorBuilder and deprecate TaskExecutorBuilder
Closes gh-36637
1 year ago
Andy Wilkinson 5c845c7ddc Merge branch '3.1.x'
Closes gh-36647
1 year ago
Andy Wilkinson 5f72e441d0 Polish "Add note about enabling docker compose support in tests"
See gh-36636
1 year ago
Matteo Bianchi 0e43e81e73 Add note about enabling docker compose support in tests
See gh-36636
1 year ago
Yanming Zhou f6eaedea35 Reinstate use of configprop macro
See gh-36604
1 year ago
Moritz Halbritter b0615dd311 Split OpenTelemetry auto-configuration
The OpenTelemetry bean is now configured in the
OpenTelemetryAutoConfiguration. This method also applies
SdkLoggerProvider and SdkMeterProvider.

Additionally, the OpenTelemetry Resource is now a bean. Resource
attributes can now be configured through properties

The resourceAttributes in OtlpProperties have been deprecated in favor
of the new one in OpenTelemetryProperties.

Closes gh-36544
Closes gh-36545
1 year ago
Johnny Lim 96c9915f12 Polish
See gh-36565
1 year ago
Moritz Halbritter 5cc2d3b764 Merge branch '3.1.x'
Closes gh-36582
1 year ago
Moritz Halbritter 3edb3797a0 Merge branch '3.0.x' into 3.1.x
Closes gh-36581
1 year ago
Moritz Halbritter 1a8ffd54fc Merge branch '2.7.x' into 3.0.x
Closes gh-36580
1 year ago
Mahatma_Fatal_Error 98f76698c8 Fix server.forward-headers-strategy documentation
See gh-36564
1 year ago
Moritz Halbritter 6050fff078 Auto-configure observability for R2DBC
The new ConnectionFactoryDecorator can be used to decorate the
ConnectionFactory built by the ConnectionFactoryBuilder.

The new R2dbcObservationAutoConfiguration configures a
ConnectionFactoryDecorator to attach a ObservationProxyExecutionListener
to ConnectionFactories. This enables Micrometer Observations for R2DBC
queries.

Closes gh-33768
1 year ago
Christoph Dreis 343c9c6f7e Remove references to Atomikos and Bitronix
See gh-35562
1 year ago
Andy Wilkinson 3affb3342e Deprecate auto-configuration for InfluxDB
Closes gh-35190
1 year ago
Stephane Nicoll 311fa6272d Polish "Add service connection for Testcontainers ActiveMQ"
This also adds support for Docker Compose.

See gh-35080
1 year ago
Eddú Meléndez 63121dd08a Add service connection for Testcontainers ActiveMQ
See gh-35080
1 year ago
Andy Wilkinson 283dc37db3 Make AnnotatedControllerConfigurer use applicationTaskExecutor
Closes gh-36388
1 year ago
Andy Wilkinson d205d10519 Configure WebFlux's blocking execution to use applicationTaskExecutor
Closes gh-36331
1 year ago
Stephane Nicoll 60df7e3bce Polish contribution
See gh-36251
1 year ago
Andy Wilkinson f33874e98e Allow auto-configured applicationTaskExecutor to use virtual threads
With this commit, when virtual threads are enabled, the auto-configured
applicationTaskExecutor changes from a ThreadPoolTaskExecutor to a
SimpleAsyncTaskExecutor with virtual threads enabled.

As before, any TaskDecorator bean is applied to the auto-configured
executor and the spring.task.execution.thread-name-prefix property is
applied. Other spring.task.execution.* properties are ignored as they
are specific to a pool-based executor.

Closes gh-35710
1 year ago
Stephane Nicoll 783bfb62e2 Merge branch '3.1.x'
Closes gh-36420
1 year ago
Christoph Dreis 8321887d6a Fix typos
See gh-36306
1 year ago
Andy Wilkinson b66eea8d2a Merge branch '3.1.x'
Closes gh-36356
1 year ago
Andy Wilkinson d5ca66d47c Merge branch '3.0.x' into 3.1.x
Closes gh-36355
1 year ago
Andy Wilkinson 2a5a5d19b7 Update Servlet container system requirements
Closes gh-36354
1 year ago
Phillip Webb cfdc173e34 Add RestClient SSL support
Add `RestClientSsl` support class to help apply an `SslBundle` to a
`RestClient.Builder`.

See gh-36213
1 year ago
Phillip Webb 7c1b168ed6 Overhaul reference documentation for RestClient
Reorder "Calling REST services" documentation and add a new section
covering `RestClient`.

See gh-36213
1 year ago
Phillip Webb 8b3070e027 Merge branch '3.1.x' 1 year ago
Phillip Webb 034803ee2f Polish 1 year ago
Andy Wilkinson 62eb3d3051 Merge branch '3.1.x'
Closes gh-36234
1 year ago
Andy Wilkinson 0bfc3c3872 Merge branch '3.0.x' into 3.1.x
Closes gh-36233
1 year ago
Yanming Zhou 9439494923 Polish formatting in "Running Spring Batch Jobs on Startup"
See gh-36225
1 year ago
Andy Wilkinson c3e2c9d684 Polish "Support Jetty in ClientHttpRequestFactories"
See gh-36116
1 year ago
Phillip Webb 41cdfb891f Merge branch '3.1.x'
Closes gh-36220
1 year ago
Phillip Webb 2e11349c93 Merge branch '3.0.x' into 3.1.x
Closes gh-36219
1 year ago
Phillip Webb 9884abb379 Merge branch '2.7.x' into 3.0.x
Closes gh-36218
1 year ago
Phillip Webb fc31e14e72 Polish 'Improve Kubernetes probe customization documentation'
See gh-34978
1 year ago
Ivo Smid 028ff3a7be Improve Kubernetes probe customization documentation
See gh-34978
1 year ago