Commit Graph

22810 Commits (9c0f1ae05234eeda8c6b80c2810e5129475072b5)

Author SHA1 Message Date
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 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 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 b89556eb80 Upgrade to MSSQL JDBC 12.4.1.jre11
Closes gh-37322
1 year ago
Stephane Nicoll 5dc6fcf3e5 Upgrade to Maven Enforcer Plugin 3.4.1
Closes gh-37321
1 year ago
Stephane Nicoll 037aba5f88 Upgrade to MariaDB 3.2.0
Closes gh-37320
1 year ago
Stephane Nicoll 795e796eb6 Upgrade to Jedis 4.4.4
Closes gh-37319
1 year ago
Stephane Nicoll 20cb8712db Upgrade to Infinispan 14.0.17.Final
Closes gh-37318
1 year ago
Stephane Nicoll bb249bea4c Upgrade to Hibernate 6.2.8.Final
Closes gh-37317
1 year ago
Stephane Nicoll 172b4c846a Upgrade to H2 2.2.222
Closes gh-37316
1 year ago
Stephane Nicoll 0b07c24bbd Upgrade to Flyway 9.22.0
Closes gh-37315
1 year ago
Stephane Nicoll 8283db3005 Upgrade to Elasticsearch Client 8.9.2
Closes gh-37314
1 year ago
Stephane Nicoll 18177451a9 Upgrade to Couchbase Client 3.4.10
Closes gh-37313
1 year ago
Stephane Nicoll 1ffb580d6f Upgrade to Commons DBCP2 2.10.0
Closes gh-37312
1 year ago
Stephane Nicoll 3a12a86ea2 Upgrade to Byte Buddy 1.14.7
Closes gh-37311
1 year ago
Brian Clozel 0d902c1323 Document Welcome Page support ordering
This commit documents the relative ordering of `HandlerMapping` support
in Spring MVC and WebFlux applications.
As of Spring Framework 6.1.0, the Welcome Page support acts as a
fallback in case no index route has been defined by the application as a
`RouterFunction` or within an annotated `@Controller`.

Closes gh-34846
1 year ago
Brian Clozel c951c4c212 Polish GraphQL auto-configuration changes
This commit fixes build issues, as the recent changes surfaced an
existing problem: QueryDsl auto-configurations were not guarded by
classpath conditions for QueryDsl Core.

See gh-34974
1 year ago
Andy Wilkinson 4085425f91 Polish "Support unwrapping in ValidatorAdapter"
See gh-37119
1 year ago
Zisis Pavloudis eb6b151c41 Support unwrapping in ValidatorAdapter
See gh-37119
1 year ago
Andy Wilkinson 0242ba8a13 Merge branch '3.1.x' 1 year ago
Andy Wilkinson 7754dd290a Merge branch '3.0.x' into 3.1.x 1 year ago
Andy Wilkinson 994bafdfd9 Merge branch '2.7.x' into 3.0.x 1 year ago
Marten Deinum 5141e5c4ac Fix description of brokerUrl property in ArtemisProperties
Update description to refer to url instead of port.

See gh-37260
1 year ago
Eddú Meléndez 10f9f29b2b Add pulsar starters into dependency management
Spring for Apache Pulsar was added, introducing two new starters.
Those starters should be listed in dependency management.

See gh-37272
1 year ago
Stephane Nicoll 8a69af94f2 Upgrade to Spring Kafka 3.0.11
Closes gh-37305
1 year ago
Stephane Nicoll f4f18d1d51 Upgrade to SLF4J 2.0.9
Closes gh-37304
1 year ago
Stephane Nicoll 6faff5e311 Upgrade to REST Assured 5.3.2
Closes gh-37303
1 year ago
Stephane Nicoll bb5aa0dbd8 Upgrade to Pooled JMS 3.1.2
Closes gh-37302
1 year ago
Stephane Nicoll 82768cf500 Upgrade to Jetty 11.0.16
Closes gh-37300
1 year ago
Stephane Nicoll 697f3bb6b4 Upgrade to Spring Kafka 3.0.11
Closes gh-37294
1 year ago
Stephane Nicoll b30ff3c6b2 Upgrade to SLF4J 2.0.9
Closes gh-37293
1 year ago
Stephane Nicoll 902eb2d7fa Upgrade to Jetty 11.0.16
Closes gh-37291
1 year ago
Stephane Nicoll 400a24245a Upgrade to Infinispan 14.0.17.Final
Closes gh-37299
1 year ago
Stephane Nicoll 999a7b159e Upgrade to Hibernate 6.2.8.Final
Closes gh-37298
1 year ago
Stephane Nicoll 0206c30238 Upgrade to Couchbase Client 3.4.10
Closes gh-37297
1 year ago
Stephane Nicoll bb8b31d865 Upgrade to Infinispan 14.0.17.Final
Closes gh-37290
1 year ago
Stephane Nicoll a52d7e255b Upgrade to Couchbase Client 3.4.10
Closes gh-37289
1 year ago
Moritz Halbritter fa42316652 Use spring.application.name for OTel service.name when not set
Closes gh-37285
1 year ago
Stephane Nicoll cf3d5cad2d Upgrade to Byte Buddy 1.14.7
Closes gh-37296
1 year ago
Stephane Nicoll 0b2f22be59 Upgrade to Jetty 9.4.52.v20230823
Closes gh-37287
1 year ago
Stephane Nicoll c8178b21b7 Upgrade to Elasticsearch 7.17.13
Closes gh-37286
1 year ago
Moritz Halbritter 11ebe32dcf Remove dependency to opentelemetry-sdk
Closes gh-37284
1 year ago
Stephane Nicoll 31fc124c77 Start building against Spring Retry 2.0.3 snapshots
See gh-37281
1 year ago
Stephane Nicoll ad11c57013 Start building against Spring Retry 2.0.3 snapshots
See gh-37280
1 year ago
Stephane Nicoll a5ed46846f Start building against Spring Retry 2.0.3 snapshots
See gh-37279
1 year ago
Brian Clozel 16940518c1 Polish GraphQL QueryBE and QueryDSL auto-configurations
Closes gh-34974
1 year ago
Andy Wilkinson 8fad26a0b4 Merge branch '3.1.x'
Closes gh-37271
1 year ago
Andy Wilkinson a9f91f87da Merge branch '3.0.x' into 3.1.x
Closes gh-37270
1 year ago
Andy Wilkinson 48c8928d0c Manage ehcache dependencies without their classifiers as well
Closes gh-37243
1 year ago
Andy Wilkinson d8c3902a7e Polish 1 year ago
Andy Wilkinson e01b380d21 Start building against Spring Integration 6.1.3 snapshots
See gh-37267
1 year ago
Andy Wilkinson 83a920a28f Start building against Spring GraphQL 1.2.3 snapshots
See gh-37266
1 year ago
Andy Wilkinson 4bd8c350f2 Start building against Spring Framework 6.0.12 snapshots
See gh-37265
1 year ago
Andy Wilkinson af72bf1671 Start building against Spring AMQP 3.0.9 snapshots
See gh-37264
1 year ago
Andy Wilkinson 04f55ada44 Start building against Reactor Bom 2022.0.11 snapshots
See gh-37263
1 year ago
Andy Wilkinson f4e731bdbb Start building against Micrometer Tracing 1.1.5 snapshots
See gh-37262
1 year ago
Andy Wilkinson 8ecb7d33c9 Start building against Micrometer 1.11.4 snapshots
See gh-37261
1 year ago
Brian Clozel 32b65e85ae Add config property for GraphQL Schema Mapping Inspection
This commit adds a new `spring.graphql.schema.inspection.enabled`
property, which is `true` by default.
This property enables the logging at the INFO level of the GraphQL
Schema inspection report.
During startup, Spring for GraphQL will inspect the schema and report
fields and registrations that are unmapped in the application.

Closes gh-36252
1 year ago
Andy Wilkinson 5de5331102 Start building against Spring GraphQL 1.1.6 snapshots
See gh-37259
1 year ago
Andy Wilkinson ca254e51f6 Start building against Spring Framework 6.0.12 snapshots
See gh-37258
1 year ago
Andy Wilkinson b1d13c3fe5 Start building against Spring AMQP 3.0.9 snapshots
See gh-37257
1 year ago
Andy Wilkinson 216dad8bc5 Start building against Reactor Bom 2022.0.11 snapshots
See gh-37256
1 year ago
Andy Wilkinson e7de1752a7 Start building against Micrometer 1.10.11 snapshots
See gh-37255
1 year ago
Andy Wilkinson 11e8f98385 Start building against Spring Integration 5.5.19 snapshots
See gh-37251
1 year ago
Andy Wilkinson d1b0f1fae9 Start building against Spring GraphQL 1.0.5 snapshots
See gh-37250
1 year ago
Andy Wilkinson ff24fcb17e Start building against Spring Data Bom 2021.2.16 snapshots
See gh-37248
1 year ago
Andy Wilkinson 133963b2e9 Start building against Spring AMQP 2.4.16 snapshots
See gh-37247
1 year ago
Andy Wilkinson a1659dbfcc Start building against Reactor Bom 2020.0.36 snapshots
See gh-37246
1 year ago
Andy Wilkinson 88db5b050a Start building against Micrometer 1.9.15 snapshots
See gh-37245
1 year ago
dkswnkk 1d7c0108d0 Capitalize order constant in TomcatWebServerFactoryCustomizer
See gh-37211
1 year ago
Moritz Halbritter f0bb054774 Merge branch '3.1.x'
Closes gh-37254
1 year ago
Moritz Halbritter d9b7a8c0af Merge branch '3.0.x' into 3.1.x
Closes gh-37253
1 year ago
Moritz Halbritter bbc10856ee Merge branch '2.7.x' into 3.0.x
Closes gh-37252
1 year ago
Johnny Lim 5f9bc721d3 Add default value metadata for management.metrics.export.signalfx.published-histogram-type
See gh-37210
1 year ago
Andy Wilkinson 9b52ee5dac Start building against Spring Security 6.2.0 snapshots
See gh-37236
1 year ago
Andy Wilkinson a94f171cae Start building against Spring LDAP 3.2.0 snapshots
See gh-37235
1 year ago
Andy Wilkinson c49e1dda33 Start building against Spring Kafka 3.1.0 snapshots
See gh-37234
1 year ago
Andy Wilkinson 7d9b0cee39 Start building against Spring Integration 6.2.0 snapshots
See gh-37233
1 year ago
Andy Wilkinson 15c24d35fd Start building against Spring GraphQL 1.2.3 snapshots
See gh-37232
1 year ago
Andy Wilkinson ed5d16de84 Upgrade to Jetty 12
Closes gh-36073
1 year ago
Andy Wilkinson 02fd570b7d Start building against Spring Framework 6.1.0 snapshots
See gh-37231
1 year ago
Andy Wilkinson 4b0c8eba4c Start building against Spring Batch 5.1.0 snapshots
See gh-37230
1 year ago
Andy Wilkinson d88b999fa2 Start building against Spring Authorization Server 1.2.0 snapshots
See gh-37229
1 year ago
Andy Wilkinson 318ac7adc5 Start building against Spring AMQP 3.1.0 snapshots
See gh-37228
1 year ago
Andy Wilkinson dfa5414486 Start building against Reactor Bom 2023.0.0 snapshots
See gh-37227
1 year ago
Andy Wilkinson 88f8311a59 Start building against Micrometer 1.12.0 snapshots
See gh-37226
1 year ago
Andy Wilkinson 96368a4e61 Merge branch '3.1.x'
Closes gh-37225
1 year ago
Andy Wilkinson 7b59d2fce2 Merge branch '3.0.x' into 3.1.x
Closes gh-37224
1 year ago
Andy Wilkinson cce3c9d40f Merge branch '2.7.x' into 3.0.x
Closes gh-37223
1 year ago
Andy Wilkinson 38e9ede17d Only suggest snapshots for which a release is planned
Closes gh-37212
1 year ago
Phillip Webb d9af7cec14 Merge pull request #37197 from onobc
* pr/37197:
  Polish 'Add Pulsar ConnectionDetails support'
  Add Pulsar ConnectionDetails support

Closes gh-37197
1 year ago
Phillip Webb 750c597225 Polish 'Add Pulsar ConnectionDetails support'
See gh-37197
1 year ago
Chris Bono 089fef0392 Add Pulsar ConnectionDetails support
Add `ConnectionDetails` support for Apache Pulsar and provide adapters
for Docker Compose and Testcontainers.

See gh-37197
1 year ago
Moritz Halbritter bced103517 Merge branch '3.1.x'
Closes gh-37208
1 year ago
Moritz Halbritter 768dfb2c63 Merge branch '3.0.x' into 3.1.x
Closes gh-37207
1 year ago
Moritz Halbritter ffed8b0502 Merge branch '2.7.x' into 3.0.x
Closes gh-37206
1 year ago
Yanming Zhou 4c39cc2314 Continue polishing
See commit 947e330e9d

See gh-37166
1 year ago
Moritz Halbritter d84c81d18f Reduce logging in WelcomePageHandlerMapping on invalid Accept headers
Closes gh-37118
1 year ago
anessi 320dd0e24e Add virtual host support for Rabbit Stream
Add a new property 'spring.rabbitmq.stream.virtual-host' which can be
used to set a custom virtual host for streams.

See gh-37189
1 year ago
Chris Bono 6e7b845bdf Add support for Apache Pulsar
Add support for Apache Pulsar using the Spring for Apache Pulsar
project.

See gh-34763

Co-authored-by: Phillip Webb <pwebb@vmware.com>
1 year ago
Moritz Halbritter 8f78acd548 Merge branch '3.1.x' 1 year ago
Moritz Halbritter 1962f4ecb7 Merge branch '3.0.x' into 3.1.x 1 year ago
Moritz Halbritter a69ff3bd59 Merge branch '2.7.x' into 3.0.x 1 year ago
Moritz Halbritter 76e51bc92f Only enable needed Couchbase services in integration tests 1 year ago
Moritz Halbritter 313627934e Merge branch '3.1.x'
Closes gh-37194
1 year ago
Moritz Halbritter d310fb6fce Prevent docker access when running AOT processing on tests
Closes gh-37097
1 year ago
Moritz Halbritter 1a2919bb0e Polish 1 year ago
Andy Wilkinson 809990bc86 Merge branch '3.1.x'
Closes gh-37193
1 year ago
Andy Wilkinson dc4d647437 Merge branch '3.0.x' into 3.1.x
Closes gh-37192
1 year ago
Andy Wilkinson 4611c54aef Merge branch '2.7.x' into 3.0.x
Closes gh-37191
1 year ago
Andy Wilkinson ced32f0751 Require libraries to opt in to moving to snapshots
Closes gh-37190
1 year ago
Andy Wilkinson db02f89f03 Merge branch '3.1.x'
Closes gh-37184
1 year ago
Andy Wilkinson c562e8e01f Merge branch '3.0.x' into 3.1.x
Closes gh-37183
1 year ago
Andy Wilkinson d6b04af512 Merge branch '2.7.x' into 3.0.x
Closes gh-37182
1 year ago
Andy Wilkinson fadc58679d Speed up ImageReference.of when path contains upper-case chars
Closes gh-35657
1 year ago
Scott Frederick 47508b8338 Merge branch '3.1.x'
Closes gh-37179
1 year ago
Scott Frederick 03dcf8b663 Merge branch '3.0.x' into 3.1.x
Closes gh-37178
1 year ago
Scott Frederick 1e85bf7ca8 Fix mapping of consumed types to propagators
Fixes gh-37161
1 year ago
Andy Wilkinson f45a32d911 Merge branch '3.1.x'
Closes gh-37175
1 year ago
Andy Wilkinson a84ee2fb12 Merge branch '3.0.x' into 3.1.x
Closes gh-37174
1 year ago
Andy Wilkinson 3ab1dfb9dc Merge branch '2.7.x' into 3.0.x
Closes gh-37173
1 year ago
Andy Wilkinson a77863245d Polish "Use project.getLayout().getBuildDirectory() instead of getBuildDir()"
See gh-37167
1 year ago
Yanming Zhou a8706962d4 Use project.getLayout().getBuildDirectory() instead of getBuildDir()
See gh-37167
1 year ago
Phillip Webb b1547d0139 Merge branch '3.1.x'
Closes gh-37171
1 year ago
Phillip Webb 37e67058b7 Merge branch '3.0.x' into 3.1.x
Closes gh-37169
1 year ago
Phillip Webb 71ed31343c Merge branch '2.7.x' into 3.0.x
Closes gh-37168
1 year ago
Phillip Webb fd8cb74b46 Load algorithm parameters from PEM encoded 'EC PRIVATE KEY' files
Update `PrivateKeyParser` implementations so that algorithm parameters
for PEM encoded 'EC PRIVATE KEY' files are loaded from the incoming
data.

Prior to this commit, the algorithm parameter was hard-coded to
'secp384r1' which could result in a mismatch to the actual file
content.

Fixes gh-34232
1 year ago
Andy Wilkinson 41f66fa7ec Merge branch '3.1.x'
Closes gh-37159
1 year ago
Andy Wilkinson c7063af63a Merge branch '3.0.x' into 3.1.x
Closes gh-37158
1 year ago
Andy Wilkinson 67e1ee5dcf Fix ordering of Jetty's WebSocketUpgradeFilter
Closes gh-37115
1 year ago
Moritz Halbritter f1f4e9c008 Implement RestClientBuilderConfigurer
Closes gh-36265
1 year ago
Moritz Halbritter cf2828fdb8 Add link to Spring Modulith to documentation
Closes gh-37106
1 year ago
Moritz Halbritter 947e330e9d Polish "Include JdbcClientAutoConfiguration in @JdbcTest and @DataJpaTest slices"
See gh-37122
1 year ago
Yanming Zhou b8eec2a8a4 Include JdbcClientAutoConfiguration in @JdbcTest and @DataJpaTest slices
See gh-37122
1 year ago
Andy Wilkinson 208dcb9305 Rename tests now that Jetty is preferred
Closes gh-37155
1 year ago
Moritz Halbritter a7855622f2 Merge branch '3.1.x'
Closes gh-37157
1 year ago
Moritz Halbritter b86937bb8e Merge branch '3.0.x' into 3.1.x
Closes gh-37156
1 year ago
Moritz Halbritter 61739bd917 Prevent propagation for local fields when using W3C propagation
Closes gh-37109
1 year ago
Phillip Webb 3640491d5a Fix Timezone used for now in BuildRequestTests 1 year ago
Phillip Webb c142051320 Merge branch '3.1.x' 1 year ago
Phillip Webb f8f4a2b986 Fix Timezone used for now in BuildRequestTests 1 year ago
Andy Wilkinson f6c88662b4 Merge branch '3.1.x'
Closes gh-37144
1 year ago
Andy Wilkinson e6fcde4af5 Merge branch '3.0.x' into 3.1.x
Closes gh-37143
1 year ago
Andy Wilkinson a8e37b5cc5 Merge branch '2.7.x' into 3.0.x
Closes gh-37142
1 year ago
Andy Wilkinson 2de98a84bc Polish "Polish code and javadoc"
See gh-37112
1 year ago
hakan-krgn 6d9ce8a3b5 Polish code and javadoc
See gh-37112
1 year ago
Johnny Lim 30eacd553d Add Javadoc since for new setTaskExecutor method
See gh-37117
1 year ago
Phillip Webb 3a99066eeb Merge branch '3.1.x' 1 year ago
Phillip Webb 81a03cf240 Merge branch '2.7.x' into 3.1.x 1 year ago
Phillip Webb fbea788e0a Merge branch '2.7.x' into 3.0.x 1 year ago
Phillip Webb 727e22abac Restore Redis to NoSQL stores supported by Spring Data documentation
See gh-29694
1 year ago
Stephane Nicoll 009d92744a Add dependency management for Kotlin Serialization
Closes gh-37093
1 year ago
Johnny Lim 847c6aec01 Fix metadata of management.otlp.metrics.export.base-time-unit
See gh-37094
1 year ago
Stephane Nicoll 8b6e6b610c Upgrade to Spring Batch 5.1.0-M2
Closes gh-36944
1 year ago
Stephane Nicoll adfaf372de Upgrade to RxJava3 3.1.7
Closes gh-37091
1 year ago
Stephane Nicoll 0db1552a18 Upgrade to Netty 4.1.97.Final
Closes gh-37090
1 year ago
Stephane Nicoll a1cd7e7638 Upgrade to Spring Batch 5.0.3
Closes gh-36844
1 year ago
Stephane Nicoll 4e6de6c927 Upgrade to RxJava3 3.1.7
Closes gh-37089
1 year ago
Stephane Nicoll 99a554346c Upgrade to Netty 4.1.97.Final
Closes gh-37088
1 year ago
Stephane Nicoll df85c817a6 Upgrade to Spring Batch 5.0.3
Closes gh-36833
1 year ago
Stephane Nicoll 4c719c163b Upgrade to RxJava3 3.1.7
Closes gh-37087
1 year ago
Stephane Nicoll 48e3ebadef Upgrade to Netty 4.1.97.Final
Closes gh-37086
1 year ago
Stephane Nicoll 25897b25ab Upgrade to Spring Batch 4.3.9
Closes gh-36827
1 year ago
Stephane Nicoll 59e6c8f6f9 Upgrade to Netty 4.1.97.Final
Closes gh-37085
1 year ago
Stephane Nicoll b8dc534383 Upgrade to Testcontainers 1.19.0
Closes gh-37079
1 year ago
Stephane Nicoll 216b366bf1 Upgrade to Mockito 5.5.0
Closes gh-37078
1 year ago
Stephane Nicoll dbdd673997 Upgrade to Maven Enforcer Plugin 3.4.0
Closes gh-37077
1 year ago
Stephane Nicoll 19df3934c6 Upgrade to Flyway 9.21.2
Closes gh-37076
1 year ago
Stephane Nicoll 00a698be51 Upgrade to Spring Authorization Server 1.1.2
Closes gh-36941
1 year ago
Stephane Nicoll a562caf226 Upgrade to Spring Integration 6.2.0-M2
Closes gh-36943
1 year ago
Stephane Nicoll 50d19fbd12 Upgrade to Spring Authorization Server 1.1.2
Closes gh-36843
1 year ago
Stephane Nicoll 57a65bc0dd Upgrade to Spring Integration 6.0.7
Closes gh-37061
1 year ago
Scott Frederick c55e8b9b9a Merge branch '3.1.x'
Closes gh-37072
1 year ago
Scott Frederick 23de8a1177 Merge branch '3.0.x' into 3.1.x
Closes gh-37071
1 year ago
jongwooo 37855a597c Fix links to Oracle API javadoc in the documentation
See gh-37070
1 year ago
Stephane Nicoll 0f20fc2bbe Merge branch '3.1.x' 1 year ago
Stephane Nicoll 10873b0e7c Merge branch '3.0.x' into 3.1.x 1 year ago
Stephane Nicoll e8d329d99f Polish 1 year ago
Stephane Nicoll ad820cc99d Merge branch '3.1.x' 1 year ago
Stephane Nicoll 44847d6600 Fix assertion (sorry)
See gh-37044
1 year ago
Stephane Nicoll 15f14a6082 Merge branch '3.1.x' 1 year ago
Stephane Nicoll 621db533dc Fix assertion
See gh-37044
1 year ago
Brian Clozel 49e0d17a9b Disable flaky reactor tests
See gh-36302
1 year ago
Stephane Nicoll 65ec6897e9 Merge branch '3.1.x'
Closes gh-37064
1 year ago
Stephane Nicoll 5a25c31832 Polish "Fix password property for Oracle container"
See gh-37044
1 year ago
Joe Steel ab1e521388 Fix password property for Oracle container
See gh-37044
1 year ago
Stephane Nicoll c3558689c7 Merge branch '3.1.x'
Closes gh-37063
1 year ago
Stephane Nicoll 6780b80673 Merge branch '3.0.x' into 3.1.x
Closes gh-37062
1 year ago
Stephane Nicoll eed6e199fc Polish "Detect logback config location as xml if path ends with .xml"
See gh-37039
1 year ago
Yanming Zhou c9cc1da48e Detect logback config location as xml if path ends with .xml
See gh-37039
1 year ago
Stephane Nicoll 5b68e5b9fc Start building against Spring Integration 6.0.7 snapshots
See gh-37061
1 year ago
Stephane Nicoll fe0d88dbc4 Upgrade to Spring Security 6.2.0-M2
Closes gh-37060
1 year ago
Stephane Nicoll 95963e07a7 Upgrade to Spring Kafka 3.0.10
Closes gh-36942
1 year ago
Stephane Nicoll 564acf05c1 Upgrade to Spring AMQP 3.0.8
Closes gh-36940
1 year ago
Stephane Nicoll 817b456402 Upgrade to Hazelcast 5.3.2
Closes gh-37059
1 year ago
Stephane Nicoll e95c7bb670 Upgrade to Groovy 4.0.14
Closes gh-37058
1 year ago
Stephane Nicoll e789b76e74 Upgrade to Spring Security 6.1.3
Closes gh-36848
1 year ago
Stephane Nicoll e97e2895c5 Upgrade to Spring Kafka 3.0.10
Closes gh-36846
1 year ago
Stephane Nicoll 96522ec0ce Upgrade to Spring AMQP 3.0.8
Closes gh-36842
1 year ago
Stephane Nicoll 9729d37dce Upgrade to Groovy 4.0.14
Closes gh-37057
1 year ago
Stephane Nicoll 7426d21407 Upgrade to Spring Security 6.0.6
Closes gh-36837
1 year ago
Stephane Nicoll 22e00c71d3 Upgrade to Spring Kafka 3.0.10
Closes gh-36835
1 year ago
Stephane Nicoll 83cfa7bc9c Upgrade to Spring AMQP 3.0.8
Closes gh-36832
1 year ago
Stephane Nicoll 21c23a0763 Upgrade to Groovy 4.0.14
Closes gh-37056
1 year ago
Stephane Nicoll da1950a689 Upgrade to Spring AMQP 2.4.15
Closes gh-36826
1 year ago
Stephane Nicoll 6fb813813a Upgrade to Groovy 3.0.19
Closes gh-37055
1 year ago
Scott Frederick 1c03ed3184 Merge branch '3.1.x'
Closes gh-37052
1 year ago
Scott Frederick ef40d9ebe2 Merge branch '3.0.x' into 3.1.x
Closes gh-37051
1 year ago
Scott Frederick 0b197650a9 Merge branch '2.7.x' into 3.0.x
Closes gh-37050
1 year ago
Scott Frederick d5cfe4d475 Remove invalid caches parameter entry from Maven plugin docs
Fixes gh-37048
1 year ago
Scott Frederick c17ecf0f0b Add support for caching to bind mounts when building images
When building an image using the Maven `spring-boot:build-image` goal or
the Gradle `bootBuildImage` task, the build and launch caches can be
configured to use a bind mount as an alternative to using a named
volume.

Closes gh-28387
1 year ago
Brian Clozel d46a58f0f6 Configure Virtual Threads support in Reactor
This commit configures the virtual threads support in Reactor Core for
Schedulers if:
* the current JDK is 21 or higher
* the current environment enables this globally with the
  `"spring.threads.virtual.enabled"` property.

This needs to happen early in the application startup process, as this
feature is detected statically when the first schedulers call is made.
As a result, this is being done with an environment post processor and
not with an auto-configuration class.

Closes gh-36302
1 year ago
Stephane Nicoll 5e41d910f0 Upgrade to Spring LDAP 3.2.0-M2
Closes gh-36679
1 year ago
Stephane Nicoll e3cc18831c Upgrade to Spring Session 3.1.2
Closes gh-36849
1 year ago
Stephane Nicoll f5821653ff Upgrade to Spring LDAP 3.1.1
Closes gh-36847
1 year ago
Stephane Nicoll 1ae23ccc73 Upgrade to Spring Session 3.0.3
Closes gh-36838
1 year ago
Stephane Nicoll 48ea1ed8fb Upgrade to Spring Data Bom 2023.1.0-M2
Closes gh-36680
1 year ago
Stephane Nicoll e995ef6830 Upgrade to Undertow 2.3.8.Final
Closes gh-37032
1 year ago
Stephane Nicoll 7763c906bf Upgrade to Undertow 2.3.8.Final
Closes gh-37031
1 year ago
Stephane Nicoll a75bae6711 Upgrade to Spring Data Bom 2023.0.3
Closes gh-36845
1 year ago
Stephane Nicoll 5158c16052 Upgrade to Undertow 2.3.8.Final
Closes gh-37030
1 year ago
Stephane Nicoll 73e495e0e3 Upgrade to Spring LDAP 3.0.5
Closes gh-36836
1 year ago
Stephane Nicoll 1b8002684a Upgrade to Spring Data Bom 2022.0.9
Closes gh-36834
1 year ago
Stephane Nicoll be57f33df6 Upgrade to Undertow 2.2.26.Final
Closes gh-37029
1 year ago
Stephane Nicoll 0057d67445 Upgrade to Spring Data Bom 2021.2.15
Closes gh-36828
1 year ago
Stephane Nicoll fc35975fcc Merge branch '3.1.x'
Closes gh-37028
1 year ago
Stephane Nicoll d9cc6e810f Merge branch '3.0.x' into 3.1.x
Closes gh-37027
1 year ago
Stephane Nicoll 1f6d0600b5 Merge branch '2.7.x' into 3.0.x
Closes gh-37026
1 year ago
Stephane Nicoll 6efd9ed0b0 Test Gradle plugin against Gradle 8.3
Closes gh-37025
1 year ago
Stephane Nicoll 2ee1c1eeac Merge branch '3.1.x'
Closes gh-37023
1 year ago
Stephane Nicoll 958f92495d Merge branch '3.0.x' into 3.1.x
Closes gh-37022
1 year ago
Stephane Nicoll f3450fde7d Detect nested types that are not directly nested to the current type
This commit makes sure that sub-namespace that are defined in a flat
manner in a configuration properties are considered for runtime hints

Closes gh-36909
1 year ago
Stephane Nicoll 5c1c5c0d5e Merge branch '3.1.x'
Closes gh-37021
1 year ago
Stephane Nicoll a15ae2bd02 Merge branch '3.0.x' into 3.1.x
Closes gh-37020
1 year ago
Stephane Nicoll 87569a0d17 Merge branch '2.7.x' into 3.0.x
Closes gh-37019
1 year ago
Stephane Nicoll 3920f97aa1 Fix bomr version range constraint for single version
This commit fixes the version range in our DSL to use brackets around
a particular version we have to skip.

See https://maven.apache.org/enforcer/enforcer-rules/versionRanges.html

Closes gh-36976
1 year ago
Moritz Halbritter 450cd712c9 Merge branch '3.1.x'
Closes gh-37016
1 year ago
Moritz Halbritter a6b63d285c Merge branch '3.0.x' into 3.1.x
Closes gh-37015
1 year ago
Moritz Halbritter d3816651ce Merge branch '2.7.x' into 3.0.x
Closes gh-37014
1 year ago
Moritz Halbritter dc62e5fbc3 Polish "Set max request header size on Netty when using HTTP/2"
See gh-36766
1 year ago
Nerses Aznauryan ee5b23bb02 Set max request header size on Netty when using HTTP/2
Fix an issue that server.max-http-request-header-size doesn't have an
effect on Netty server with http2 enabled.

See gh-36766
1 year ago
Stephane Nicoll e1af526129 Prohibit upgrades to Liquibase 4.23.1
Closes gh-36984
1 year ago
Stephane Nicoll 37467c79d0 Polish "Reuse JOOQ helper to determine the dialect to use"
See gh-36991
1 year ago
Ramil Sayetov 36b5500ad0 Reuse JOOQ helper to determine the dialect to use
See gh-36991
1 year ago
Stephane Nicoll 16b00b5ef7 Upgrade to Lettuce 6.2.6.RELEASE
Closes gh-37006
1 year ago
Stephane Nicoll 7af57299eb Upgrade to AspectJ 1.9.20
Closes gh-37005
1 year ago
Stephane Nicoll 9302bad4d9 Upgrade to Lettuce 6.2.6.RELEASE
Closes gh-37004
1 year ago
Stephane Nicoll 0ed32e83fe Upgrade to AspectJ 1.9.20
Closes gh-37003
1 year ago
Stephane Nicoll b99ebc6f87 Upgrade to Lettuce 6.2.6.RELEASE
Closes gh-37002
1 year ago
Stephane Nicoll bf98729cf9 Upgrade to AspectJ 1.9.20
Closes gh-37001
1 year ago
Stephane Nicoll 7d00ff4adf Upgrade to Byte Buddy 1.14.6
Closes gh-36996
1 year ago
Stephane Nicoll 968328ead3 Upgrade to Couchbase Client 3.4.8
Closes gh-36988
1 year ago
Stephane Nicoll 983d060030 Upgrade to R2DBC Pool 1.0.1.RELEASE
Closes gh-36986
1 year ago
Stephane Nicoll 9b8b39db2a Upgrade to OpenTelemetry 1.29.0
Closes gh-36985
1 year ago
Stephane Nicoll a83fa3e055 Upgrade to jOOQ 3.18.6
Closes gh-36983
1 year ago
Stephane Nicoll da0b810423 Upgrade to Dependency Management Plugin 1.1.3
Closes gh-36981
1 year ago
Stephane Nicoll a690ce6857 Upgrade to Reactor Bom 2023.0.0-M2
Closes gh-36677
1 year ago
Stephane Nicoll 494daa6baf Upgrade to Micrometer Tracing 1.2.0-M2
Closes gh-36676
1 year ago
Stephane Nicoll 48b0ff9d4b Upgrade to Micrometer 1.12.0-M2
Closes gh-36675
1 year ago
Stephane Nicoll a3361e1c9d Upgrade to Infinispan 14.0.14.Final
Closes gh-36982
1 year ago
Jonatan Ivanov a3f37089db Fix failing tests due to extended exemplars
Micrometer introduced extended exemplars functionality that adds
exemplars to _count too not only to histogram buckets,
see: https://github.com/micrometer-metrics/micrometer/pull/3996
Because of this, some verifications should be changed.
1 year ago
Scott Frederick 73874911ad Adapt to changes in Spring Data snapshots
See gh-36680
1 year ago
Stephane Nicoll a8bbae0dc1 Upgrade to Reactor Bom 2022.0.10
Closes gh-36841
1 year ago
Stephane Nicoll 845f7efe0a Upgrade to Micrometer Tracing 1.1.4
Closes gh-36840
1 year ago
Stephane Nicoll fefdde10a7 Upgrade to Micrometer 1.11.3
Closes gh-36839
1 year ago
Stephane Nicoll f4788e910d Upgrade to Infinispan 14.0.14.Final
Closes gh-36995
1 year ago
Stephane Nicoll 44c650eef7 Upgrade to Byte Buddy 1.14.6
Closes gh-36994
1 year ago
Stephane Nicoll 0a83531324 Upgrade to Reactor Bom 2022.0.10
Closes gh-36831
1 year ago
Stephane Nicoll a3856e4342 Upgrade to Micrometer Tracing 1.0.9
Closes gh-36830
1 year ago
Stephane Nicoll b91b213283 Upgrade to Micrometer 1.10.10
Closes gh-36829
1 year ago
Stephane Nicoll b80f64a0e4 Upgrade to Infinispan 14.0.14.Final
Closes gh-36993
1 year ago
Stephane Nicoll e1c0518047 Upgrade to Reactor Bom 2020.0.35
Closes gh-36825
1 year ago
Stephane Nicoll a39b39c9dd Upgrade to Micrometer 1.9.14
Closes gh-36824
1 year ago
Stephane Nicoll 85b4362ec6 Adapt to change in Spring Framework snapshots 1 year ago
Scott Frederick eb45aab712 Upgrade default CNB builders to Paketo Jammy
Closes gh-36689
1 year ago
Phillip Webb 2ef2529c93 Refine Flyway extension mapping
Change `ConfigurationExtensionMapper` to a helper class that can
create a `Consumer` to use with the `PropertyMapper`.

See gh-36364
1 year ago
Stephane Nicoll a8f5937567 Upgrade to Neo4j Java Driver 5.11.0
Closes gh-36980
1 year ago
Stephane Nicoll 09bb60cfb9 Upgrade to Couchbase Client 3.4.8
Closes gh-36979
1 year ago
Stephane Nicoll 4b1693f204 Upgrade to Neo4j Java Driver 5.11.0
Closes gh-36977
1 year ago
Stephane Nicoll 3188a4f134 Upgrade to Couchbase Client 3.4.8
Closes gh-36975
1 year ago
Stephane Nicoll b0ac3a7835 Merge branch '3.1.x'
Closes gh-36973
1 year ago
Stephane Nicoll 5f2432aca2 Merge branch '3.0.x' into 3.1.x
Closes gh-36972
1 year ago
Stephane Nicoll 0271efae4c Polish "Avoid setting null compiler option"
See gh-36971
1 year ago
omaryaya a0ad00c542 Avoid setting null compiler option
See gh-36971
1 year ago
Stephane Nicoll 7043c82e6d Merge branch '3.1.x'
Closes gh-36970
1 year ago
Stephane Nicoll 5764525a60 Merge branch '3.0.x' into 3.1.x
Closes gh-36969
1 year ago
Stephane Nicoll fe12e75955 Merge branch '2.7.x' into 3.0.x
Closes gh-36968
1 year ago
Stephane Nicoll 70ea830277 Merge branch '3.1.x'
Closes gh-36967
1 year ago
Stephane Nicoll 0cf21b21ca Merge branch '3.0.x' into 3.1.x
Closes gh-36966
1 year ago
Stephane Nicoll e043fe434a Update copyright year of changed file
See gh-36965
1 year ago
abaudat 3ad0e77db8 Align javadoc of AbstractFilterRegistrationBean#setDispatcherTypes
See gh-36965
1 year ago
normandra 62902a798d Fix typo
See gh-36964
1 year ago
Stephane Nicoll 3835e25a18 Add missing Kotlin example
See gh-36579
1 year ago
Stephane Nicoll 89bb8e87c2 Merge branch '3.1.x'
Closes gh-36963
1 year ago
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
Stephane Nicoll e073d14950 Merge branch '3.1.x'
Closes gh-36960
1 year ago
Stephane Nicoll b903df7327 Merge branch '3.0.x' into 3.1.x
Closes gh-36959
1 year ago
Stephane Nicoll 3ae65e073c Use Aether to download JUnit platform launcher
This commit updates our maven plugin to use aether directly, rather than
the now deprecated maven features.

Closes gh-36724
1 year ago
Phillip Webb 8edec21a6f Update copyright year of changed files 1 year ago
Phillip Webb 407fa780c8 Polish 1 year ago
Phillip Webb d73d8f8e4f Merge branch '3.1.x' 1 year ago
Phillip Webb 155300525e Polish 1 year ago
Phillip Webb 2fdc29b885 Revert "Polish"
This reverts commit 6a65ca13ea since
FileCopyUtils will close the reader/writer.
1 year ago
Phillip Webb 848a61a3a8 Merge branch '3.0.x' into 3.1.x 1 year ago
Phillip Webb 9805723415 Update copyright year of changed files 1 year ago
Phillip Webb a0089c5c76 Merge branch '2.7.x' into 3.0.x 1 year ago
Phillip Webb 46773dd5df Update copyright year of changed files 1 year ago
Phillip Webb 527b2f2cac Polish 1 year ago
Stephane Nicoll 7fe0086ee6 Start building against Spring Batch 5.1.0-M2 snapshots
See gh-36944
1 year ago
Stephane Nicoll 9274b1016f Start building against Spring Integration 6.2.0-M2 snapshots
See gh-36943
1 year ago
Stephane Nicoll 69bf66d5f7 Start building against Spring Kafka 3.0.10 snapshots
See gh-36942
1 year ago
Stephane Nicoll cbbf933455 Start building against Spring Authorization Server 1.1.2 snapshots
See gh-36941
1 year ago
Stephane Nicoll 732f51a614 Start building against Spring AMQP 3.0.8 snapshots
See gh-36940
1 year ago
Andy Wilkinson dc45532c94 Avoid triggering second context creation when first attempt failed
Closes gh-24888
1 year ago
Stephane Nicoll 008b568df3 Upgrade to Thymeleaf Extras SpringSecurity 3.1.2.RELEASE
Closes gh-36938
1 year ago
Stephane Nicoll 1e7bf971c4 Upgrade to Thymeleaf 3.1.2.RELEASE
Closes gh-36937
1 year ago
Stephane Nicoll 78f6c66b27 Upgrade to R2DBC Pool 1.0.1.RELEASE
Closes gh-36936
1 year ago
Stephane Nicoll 940f111499 Upgrade to Pooled JMS 3.1.1
Closes gh-36935
1 year ago
Stephane Nicoll c300c7af1e Upgrade to Netty 4.1.96.Final
Closes gh-36934
1 year ago
Stephane Nicoll 7ebbf4fbc9 Upgrade to Logback 1.4.11
Closes gh-36932
1 year ago
Stephane Nicoll dd7fcec201 Upgrade to jOOQ 3.18.6
Closes gh-36931
1 year ago
Stephane Nicoll 1ee5990e41 Upgrade to Jersey 3.1.3
Closes gh-36930
1 year ago
Stephane Nicoll 8b7770b21e Upgrade to Infinispan 14.0.13.Final
Closes gh-36929
1 year ago
Stephane Nicoll be3f8a6ae5 Upgrade to Hibernate 6.2.7.Final
Closes gh-36928
1 year ago
Stephane Nicoll 94b8eee7e8 Upgrade to Dependency Management Plugin 1.1.3
Closes gh-36927
1 year ago
Stephane Nicoll ab3a26a72f Upgrade to Caffeine 3.1.8
Closes gh-36926
1 year ago
Stephane Nicoll 8346cf2182 Upgrade to Logback 1.4.11
Closes gh-36925
1 year ago
Stephane Nicoll a73adb53e8 Upgrade to Logback 1.4.11
Closes gh-36893
1 year ago
Moritz Halbritter 08ff1c2003 Merge branch '3.1.x' 1 year ago
Moritz Halbritter 6a65ca13ea Polish 1 year ago
Moritz Halbritter f54d370fcd Remove unused class 1 year ago
Moritz Halbritter 3bb93b37ca Remove --detach and --wait flags from docker compose start command
Closes gh-36908
1 year ago
Stephane Nicoll 97e8a6218c Upgrade to Thymeleaf Extras SpringSecurity 3.1.2.RELEASE
Closes gh-36922
1 year ago
Stephane Nicoll 65a6e9559c Upgrade to Thymeleaf 3.1.2.RELEASE
Closes gh-36921
1 year ago
Stephane Nicoll d175ddb2fa Upgrade to R2DBC Pool 1.0.1.RELEASE
Closes gh-36920
1 year ago
Stephane Nicoll 86a882bd90 Upgrade to Netty 4.1.96.Final
Closes gh-36919
1 year ago
Stephane Nicoll 7484b21202 Upgrade to jOOQ 3.17.15
Closes gh-36917
1 year ago
Stephane Nicoll 6d1d946bba Upgrade to Jersey 3.1.3
Closes gh-36916
1 year ago
Stephane Nicoll c146c03743 Upgrade to Infinispan 14.0.13.Final
Closes gh-36915
1 year ago
Stephane Nicoll 2b40da59ea Upgrade to Dependency Management Plugin 1.1.3
Closes gh-36914
1 year ago
Stephane Nicoll f59c89cd59 Upgrade to Caffeine 3.1.8
Closes gh-36912
1 year ago
Stephane Nicoll 82731d9608 Merge branch '3.1.x'
Closes gh-36924
1 year ago
Stephane Nicoll 490c6d744c Merge branch '3.0.x' into 3.1.x
Closes gh-36923
1 year ago
Stephane Nicoll bcc904cc1c Prohibit upgrades to Couchbase Client 3.4.9
Closes gh-36885
1 year ago
Moritz Halbritter 784488b090 Merge branch '3.1.x'
Closes gh-36910
1 year ago
Moritz Halbritter d48aa806c2 Remove --no-color flag from docker compose start command
Closes gh-36908
1 year ago
Moritz Halbritter fbd3b65034 Refactor synchronized to Lock in ApplicationTemp
The synchronized guards an I/O operation. Additionally, this adds
double-checked locking to the path instance field.

See gh-36670
1 year ago
Moritz Halbritter bcee354f54 Refactor synchronized to Lock in ConfigTreePropertySource
The synchronized guards an I/O operation. This code path can be
triggered every time a user calls .getProperty() on the Environment.

See gh-36670
1 year ago
Andy Wilkinson d1449fb97c Make milestone plugin dependencies available to Maven integration tests 1 year ago
Andy Wilkinson 0581d5a26f Upgrade to Thymeleaf Extras SpringSecurity 3.1.2.RELEASE
Closes gh-36903
1 year ago
Andy Wilkinson 6e6ffe644a Upgrade to Thymeleaf 3.1.2.RELEASE
Closes gh-36902
1 year ago
Andy Wilkinson 866e1ece47 Upgrade to SnakeYAML 2.1
Closes gh-36901
1 year ago
Andy Wilkinson 616034e590 Upgrade to Selenium HtmlUnit 4.11.0
Closes gh-36900
1 year ago
Andy Wilkinson 69baa03ee0 Upgrade to Selenium 4.11.0
Closes gh-36899
1 year ago
Andy Wilkinson 61b735d1e9 Upgrade to Rabbit Stream Client 0.12.0
Closes gh-36898
1 year ago
Andy Wilkinson 1a2813e217 Upgrade to Pooled JMS 3.1.1
Closes gh-36897
1 year ago
Andy Wilkinson c72013c932 Upgrade to Netty 4.1.96.Final
Closes gh-36896
1 year ago
Andy Wilkinson 3130dd97c7 Upgrade to Neo4j Java Driver 5.11.0
Closes gh-36895
1 year ago
Andy Wilkinson d7875d601a Upgrade to Kotlin Coroutines 1.7.3
Closes gh-36892
1 year ago
Andy Wilkinson 02921f9879 Upgrade to Kafka 3.5.1
Closes gh-36891
1 year ago
Andy Wilkinson 6cfabffa3d Upgrade to JUnit Jupiter 5.10.0
Closes gh-36890
1 year ago
Andy Wilkinson 4ae8949a3d Upgrade to Jersey 3.1.3
Closes gh-36889
1 year ago
Andy Wilkinson 19a75475ae Upgrade to Hibernate 6.2.7.Final
Closes gh-36888
1 year ago
Andy Wilkinson b581ab0d3a Upgrade to Flyway 9.21.1
Closes gh-36887
1 year ago
Andy Wilkinson 6c3c8398d0 Upgrade to Elasticsearch Client 8.9.0
Closes gh-36886
1 year ago
Andy Wilkinson 2c3049f961 Upgrade to Commons Lang3 3.13.0
Closes gh-36884
1 year ago
Andy Wilkinson 33a6911f52 Upgrade to Cassandra Driver 4.17.0
Closes gh-36883
1 year ago
Andy Wilkinson d7ddf67700 Upgrade to Caffeine 3.1.8
Closes gh-36882
1 year ago
Andy Wilkinson 07a4646329 Upgrade to Artemis 2.30.0
Closes gh-36881
1 year ago
Andy Wilkinson 9948fdf975 Upgrade to MSSQL JDBC 12.4.0.jre11
Closes gh-36880
1 year ago
Andy Wilkinson 51bff73fe5 Upgrade to Netty 4.1.96.Final
Closes gh-36871
1 year ago
Andy Wilkinson 40d0bc0551 Upgrade to Elasticsearch 7.17.12
Closes gh-36870
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 3c7d400f0d Merge branch '3.1.x'
Closes gh-36866
1 year ago
Andy Wilkinson cac157b2a6 Merge branch '3.0.x' into 3.1.x
Closes gh-36865
1 year ago
Andy Wilkinson 7c77668372 Merge branch '2.7.x' into 3.0.x
Closes gh-36864
1 year ago
Andy Wilkinson c1f2efe00c Document that spring.security.filter properties are Servlet-only
Closes gh-33551
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 3c12f39adb Merge branch '3.1.x'
Closes gh-36860
1 year ago
Andy Wilkinson 30bfc34b5b Merge branch '3.0.x' into 3.1.x
Closes gh-36859
1 year ago
Andy Wilkinson b411fffb30 Merge branch '2.7.x' into 3.0.x
Closes gh-36858
1 year ago
Andy Wilkinson 21de3fba3c Describe quirks of JUL and Log4j2 in OutputCaptureExtension javadoc
Closes gh-32562
1 year ago
Andy Wilkinson bd0652f8db Merge branch '3.1.x'
Closes gh-36857
1 year ago
Andy Wilkinson 0c9e6268d5 Merge branch '3.0.x' into 3.1.x
Closes gh-36856
1 year ago
Andy Wilkinson f82f4d6b56 Merge branch '2.7.x' into 3.0.x
Closes gh-36855
1 year ago
Andy Wilkinson 694ff4f875 Include throwables from Logback errors when reporting invalid config
Closes gh-32562
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
Stephane Nicoll 5544ccdcba Start build against Spring LDAP 3.2.0-M2 snapshots
See gh-36679
1 year ago
Stephane Nicoll 309ea53ff3 Start build against Spring Data 2023.1.0-M2 snapshots
See gh-36680
1 year ago
Stephane Nicoll 421448233f Remove invalid check for String-based FactoryBean.OBJECT_TYPE_ATTRIBUTE
Closes gh-36659
1 year ago
Stephane Nicoll b46e81c230 Start building against Spring Framework 6.1.0-M4 snapshots
See gh-36678
1 year ago
Stephane Nicoll 57eee66b8e Start build against Micrometer Tracing 1.12.0-M2 snapshots
See gh-36676
1 year ago
Stephane Nicoll 7454368e1e Start build against Micrometer 1.12.0-M2 snapshots
See gh-36675
1 year ago
Stephane Nicoll e89e0c8956 Start build against Reactor Bom 2023.0.0-M2 snapshots
See gh-36677
1 year ago
Stephane Nicoll 59c667caeb Start building against Spring Data Bom 2021.2.15 snapshots
See gh-36828
1 year ago
Stephane Nicoll aa50b3f846 Start building against Spring Batch 4.3.9 snapshots
See gh-36827
1 year ago
Stephane Nicoll 9ae960ea7d Start building against Spring AMQP 2.4.15 snapshots
See gh-36826
1 year ago
Stephane Nicoll 8bec4526d3 Start building against Reactor Bom 2020.0.35 snapshots
See gh-36825
1 year ago
Stephane Nicoll 3db0352806 Start building against Micrometer 1.9.14 snapshots
See gh-36824
1 year ago
Stephane Nicoll 69c40bd6df Start building against Spring Session 3.1.2 snapshots
See gh-36849
1 year ago
Stephane Nicoll ae418315ca Start building against Spring Security 6.1.3 snapshots
See gh-36848
1 year ago
Stephane Nicoll 13dad8ab06 Start building against Spring LDAP 3.1.1 snapshots
See gh-36847
1 year ago
Stephane Nicoll b96c24878a Start building against Spring Kafka 3.0.10 snapshots
See gh-36846
1 year ago
Stephane Nicoll 6bdc510fc6 Start building against Spring AMQP 3.0.8 snapshots
See gh-36842
1 year ago
Stephane Nicoll 9a56025b43 Start building against Spring Session 3.0.3 snapshots
See gh-36838
1 year ago