Andy Wilkinson
8599f8ecfc
Merge branch '3.1.x'
...
Closes gh-37409
2023-09-15 11:18:16 +01:00
Andy Wilkinson
ee6d558060
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37408
2023-09-15 11:18:06 +01:00
Andy Wilkinson
24e3a124d9
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37407
2023-09-15 11:17:56 +01:00
Andy Wilkinson
ee78e45ea7
Polish "Polish Javadoc for DockerImageNames.rabbit()"
...
See gh-37394
2023-09-15 11:17:15 +01:00
Johnny Lim
fbfd6816c2
Polish Javadoc for DockerImageNames.rabbit()
...
See gh-37394
2023-09-15 11:16:06 +01:00
Andy Wilkinson
a0435920ce
Merge branch '3.1.x'
...
Closes gh-37406
2023-09-15 11:15:03 +01:00
Andy Wilkinson
5910b3c0d6
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37405
2023-09-15 11:08:40 +01:00
Andy Wilkinson
0af008960f
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37404
2023-09-15 11:05:24 +01:00
Andy Wilkinson
e1f6fb5a61
Remove `@since` from spring-boot-test-support's javadoc
...
Closes gh-37403
2023-09-15 10:54:41 +01:00
Andy Wilkinson
7424e845d1
Merge branch '3.1.x'
...
Closes gh-37402
2023-09-15 10:46:56 +01:00
Moritz Halbritter
73c25d7156
Provide RestClientSsl as a bean
...
Closes gh-37400
2023-09-15 10:41:37 +02:00
Andy Wilkinson
c187bd928a
Don't add runtime shutdown hook till app with hook enabled is run
...
Previously, the runtime shutdown hook was added as soon as a
shutdown handler was registered. This causes a memory leak in a war
deployment when the application is undeployed as
LoggingApplicationListener always registers a shutdown handler
so the runtime shutdown hook was always registered.
This commit updates the shutdown hook so that the runtime shutdown
hook is only allowed to be added once run() has been called on a
SpringApplication with the shutdown hook enabled. This approach
allows the registerShutdownHook flag on SpringApplication to be a
central point of control for the registration of the runtime shutdown
hook. When that flag is set to false, for example by
SpringBootServletInitializer, the runtime shutdown hook will not
be registered, irrespective of whether other code uses the public
API to add a shutdown handler.
An alternative approach of stopping LoggingApplicationListener from
adding its shutdown handler – for example by adding
logging.register-shutdown-hook=false to the environment – was
considered. This approach was rejected in favor of the centralized
approach described above as it would require every caller that adds
a shutdown handler to deal with the problem.
Closes gh-37096
2023-09-15 08:37:56 +01:00
Stephane Nicoll
0535f1c762
Upgrade to Spring Retry 2.0.3
...
Closes gh-37281
2023-09-14 15:49:03 +02:00
Stephane Nicoll
b83655a122
Upgrade to Jakarta XML Bind 4.0.1
...
Closes gh-37391
2023-09-14 15:49:03 +02:00
Stephane Nicoll
e7089eaa0e
Upgrade to Groovy 4.0.15
...
Closes gh-37390
2023-09-14 15:48:58 +02:00
Stephane Nicoll
0ba6af9eb2
Upgrade to Flyway 9.22.1
...
Closes gh-37389
2023-09-14 15:48:53 +02:00
Moritz Halbritter
3b15d46455
Use virtual threads on Spring Data Redis if enabled
...
Closes gh-35942
2023-09-14 14:30:47 +02:00
Andy Wilkinson
e3d884803e
Add Docker Compose support for Neo4j
...
Closes gh-37379
2023-09-14 13:25:38 +01:00
Andy Wilkinson
4f6e50b55a
Make Spring Pulsar's Caffeine cache provider available to test compile
...
See gh-34763
2023-09-14 13:01:21 +01:00
Stephane Nicoll
6033e5ad63
Upgrade to Spring Retry 2.0.3
...
Closes gh-37280
2023-09-14 13:36:58 +02:00
Stephane Nicoll
47ebf4e7ab
Upgrade to Jakarta XML Bind 4.0.1
...
Closes gh-37387
2023-09-14 13:36:57 +02:00
Stephane Nicoll
e95fd56d3b
Upgrade to Groovy 4.0.15
...
Closes gh-37386
2023-09-14 13:36:53 +02:00
Stephane Nicoll
f75a8fedf4
Upgrade to Spring Retry 2.0.3
...
Closes gh-37279
2023-09-14 13:35:35 +02:00
Stephane Nicoll
cc3200af72
Upgrade to Jakarta XML Bind 4.0.1
...
Closes gh-37385
2023-09-14 13:35:34 +02:00
Stephane Nicoll
f4d16d19e5
Upgrade to Groovy 4.0.15
...
Closes gh-37384
2023-09-14 13:35:30 +02:00
Andy Wilkinson
c5f7f11a13
Align with repackaging of CaffeineCacheProvider in Spring Pulsar
...
See gh-34763
2023-09-14 11:39:39 +01:00
Andy Wilkinson
44bc47d96d
Merge branch '3.1.x'
...
Closes gh-37381
2023-09-14 11:03:25 +01:00
Andy Wilkinson
dfb95329fd
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37380
2023-09-14 11:03:08 +01:00
Andy Wilkinson
a795065555
Polish "Lazily query attributes when copying from base configuration"
...
See gh-37343
2023-09-14 10:32:05 +01:00
Chris Bono
b81d78f324
Add SSL section to Pulsar docs
...
- Add link to Spring Pulsar TLS docs
- Update usage of 'Spring Pulsar' to 'Spring for Apache Pulsar'
See gh-37375
2023-09-14 11:31:57 +02:00
Fouad Almalki
7edc9ebc28
Lazily query attributes when copying from base configuration
...
See gh-37343
2023-09-14 10:30:11 +01:00
Moritz Halbritter
f94693a251
Merge branch '3.1.x'
2023-09-14 11:29:18 +02:00
Moritz Halbritter
fdd9bc732f
Enable RabbitEnvironmentTests
2023-09-14 11:25:20 +02:00
Moritz Halbritter
136a5b4c07
Enable PostgresEnvironmentTests
2023-09-14 11:25:06 +02:00
Moritz Halbritter
496b373fce
Remove unused test
2023-09-14 11:22:54 +02:00
Moritz Halbritter
0f019b0049
Reign in Cassandra memory consumption when running tests
...
The environment variables are the same as the Cassandra Testcontainers
uses.
2023-09-14 11:20:22 +02:00
Moritz Halbritter
3dd6372602
Polish "Add service connection from OpenTelemetry Collector"
...
See gh-35082
2023-09-14 11:10:19 +02:00
Moritz Halbritter
c387c87fda
Polish "Add service connection from OpenTelemetry Collector"
...
See gh-35082
2023-09-14 10:50:36 +02:00
Eddú Meléndez
6997277f75
Add service connection from OpenTelemetry Collector
...
See gh-35082
2023-09-14 09:44:20 +02:00
Stephane Nicoll
4bb2e918ed
Upgrade to Reactor Bom 2023.0.0-M3
...
Closes gh-37227
2023-09-13 21:34:36 +02:00
Stephane Nicoll
360cdc07a8
Upgrade to Elasticsearch Client 8.10.0
...
Closes gh-37374
2023-09-13 21:34:36 +02:00
Stephane Nicoll
77a85fd180
Fix deprecation in Spring Framework
2023-09-13 18:04:55 +02:00
Stephane Nicoll
4243456590
Fix deprecation in Spring Framework
2023-09-13 17:14:46 +02:00
Andy Wilkinson
d7f44164d9
Merge branch '3.1.x'
2023-09-13 11:16:48 +01:00
Andy Wilkinson
b9c223581e
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37364
2023-09-13 11:15:33 +01:00
Andy Wilkinson
eba2f718a7
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37363
2023-09-13 11:15:16 +01:00
Moritz Halbritter
13a3e3bdf0
Add TWENTY_ONE to JavaVersion
...
Closes gh-37362
2023-09-13 11:04:22 +01:00
Andy Wilkinson
2ee9bd41b0
Fix moving to Micrometer Tracing snapshots
...
The GitHub repo, and therefore calendar entry, is named "Tracing"
but our name for the library is "Micrometer Tracing". Configuring
a custom calendarName allows snapshot release dates to be detected.
See gh-37212
2023-09-13 10:21:04 +01:00
Stephane Nicoll
e92491e4ca
Upgrade to Reactor Bom 2022.0.11
...
Closes gh-37263
2023-09-13 11:00:33 +02:00
Stephane Nicoll
c6184b4429
Upgrade to Reactor Bom 2022.0.11
...
Closes gh-37256
2023-09-13 10:58:42 +02:00
Stephane Nicoll
5bbd4bba91
Upgrade to Reactor Bom 2020.0.36
...
Closes gh-37246
2023-09-13 10:56:47 +02:00
Moritz Halbritter
92500720a7
Polish "Introduce configuration property for strict servlet compliance"
...
See gh-37242
2023-09-13 10:46:34 +02:00
Yanming Zhou
05b87c5fe8
Introduce configuration property for strict servlet compliance
...
The property is named spring.servlet.multipart.strict-servlet-compliance
See gh-37242
2023-09-13 10:42:22 +02:00
Johnny Lim
c2b78830ff
Polish
...
See gh-37340
2023-09-13 10:26:54 +02:00
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
2023-09-12 17:00:59 -05:00
Stephane Nicoll
8d8eb0e3f6
Upgrade to Neo4j Java Driver 5.12.0
...
Closes gh-37353
2023-09-12 17:14:54 +02:00
Stephane Nicoll
5fe111df66
Upgrade to Neo4j Java Driver 5.12.0
...
Closes gh-37352
2023-09-12 17:13:40 +02:00
Stephane Nicoll
1bda578327
Start building against Spring Data Bom 2023.1.0 snapshots
...
See gh-37351
2023-09-12 15:13:07 +02:00
Stephane Nicoll
7df79432eb
Polish "Upgrade to Micrometer Tracing 1.0.10"
...
See gh-37345
2023-09-12 15:10:19 +02:00
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
2023-09-12 13:43:27 +01:00
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
2023-09-12 13:43:27 +01:00
Mahmoud Ben Hassine
626d858d81
Update Batch tests
...
Related to: https://github.com/spring-projects/spring-batch/issues/4245
Closes gh-37348
2023-09-12 14:05:15 +02:00
Stephane Nicoll
2b23bb8923
Start building against Spring Data Bom 2023.0.4 snapshots
...
See gh-37350
2023-09-12 12:08:42 +02:00
Stephane Nicoll
11940f8fec
Start building against Spring Data Bom 2022.0.10 snapshots
...
See gh-37349
2023-09-12 12:08:01 +02:00
Stephane Nicoll
9e37c6842a
Merge branch '3.1.x'
2023-09-12 12:07:07 +02:00
Stephane Nicoll
70b585f0d7
Merge branch '3.0.x' into 3.1.x
2023-09-12 12:06:43 +02:00
Stephane Nicoll
0163570cda
Remove invalid exclusion of Spring Data versions
2023-09-12 12:06:12 +02:00
Stephane Nicoll
2d1fcab611
Upgrade to OpenTelemetry 1.30.1
...
Closes gh-37347
2023-09-12 11:43:14 +02:00
Stephane Nicoll
0587fb5331
Upgrade to Micrometer Tracing 1.2.0-M3
...
Closes gh-37346
2023-09-12 11:43:08 +02:00
Stephane Nicoll
f2bf49ec35
Upgrade to Micrometer 1.12.0-M3
...
Closes gh-37226
2023-09-12 11:43:03 +02:00
Stephane Nicoll
4c415efea3
Upgrade to Micrometer Tracing 1.1.5
...
Closes gh-37262
2023-09-12 11:40:51 +02:00
Stephane Nicoll
d720956209
Upgrade to Micrometer 1.11.4
...
Closes gh-37261
2023-09-12 11:40:50 +02:00
Stephane Nicoll
bbefc07752
Upgrade to Micrometer Tracing 1.0.10
...
Closes gh-37345
2023-09-12 11:38:04 +02:00
Stephane Nicoll
a3dff81437
Upgrade to Micrometer 1.10.11
...
Closes gh-37255
2023-09-12 11:38:00 +02:00
Stephane Nicoll
181f0b004b
Upgrade to Micrometer 1.9.15
...
Closes gh-37245
2023-09-12 11:33:44 +02:00
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
2023-09-12 10:59:25 +02:00
Moritz Halbritter
8a1f6d4f32
Merge branch '3.1.x'
...
Closes gh-37335
2023-09-11 16:50:44 +02:00
Stephane Nicoll
a1c2ca7f3b
Upgrade to Jetty Reactive HTTPClient 4.0.0
...
Closes gh-37339
2023-09-11 16:29:30 +02:00
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
2023-09-11 16:03:27 +02:00
Andy Wilkinson
14a59a33dc
Test that GraphQL QueryDSL auto-config backs off without Query DSL
...
See gh-34974
2023-09-11 15:00:22 +01:00
Moritz Halbritter
e2d84fa462
Make SslStoreBundle implementations immutable
...
Closes gh-37222
2023-09-11 15:39:25 +02:00
Stephane Nicoll
671b04e3e3
Merge branch '3.1.x'
...
Closes gh-37337
2023-09-11 15:37:53 +02:00
Stephane Nicoll
c298091e34
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37336
2023-09-11 15:37:43 +02:00
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
2023-09-11 15:27:02 +02:00
Stephane Nicoll
18c4401f07
Upgrade to SQLite JDBC 3.43.0.0
...
Closes gh-37332
2023-09-11 15:16:00 +02:00
Stephane Nicoll
791e6dcc29
Upgrade to SnakeYAML 2.2
...
Closes gh-37331
2023-09-11 15:15:59 +02:00
Stephane Nicoll
35733199ab
Upgrade to SLF4J 2.0.9
...
Closes gh-37330
2023-09-11 15:15:59 +02:00
Stephane Nicoll
94ba36b8d0
Upgrade to Selenium HtmlUnit 4.12.0
...
Closes gh-37329
2023-09-11 15:15:59 +02:00
Stephane Nicoll
b7f77e055a
Upgrade to Selenium 4.12.1
...
Closes gh-37328
2023-09-11 15:15:59 +02:00
Stephane Nicoll
07922563f0
Upgrade to REST Assured 5.3.2
...
Closes gh-37327
2023-09-11 15:15:59 +02:00
Stephane Nicoll
5d05347e2c
Upgrade to Pooled JMS 3.1.2
...
Closes gh-37326
2023-09-11 15:15:59 +02:00
Stephane Nicoll
ef04925a60
Upgrade to OpenTelemetry 1.30.0
...
Closes gh-37325
2023-09-11 15:15:59 +02:00
Stephane Nicoll
078b399a93
Upgrade to Neo4j Java Driver 5.12.0
...
Closes gh-37324
2023-09-11 15:15:58 +02:00
Stephane Nicoll
b89556eb80
Upgrade to MSSQL JDBC 12.4.1.jre11
...
Closes gh-37322
2023-09-11 15:15:58 +02:00
Stephane Nicoll
5dc6fcf3e5
Upgrade to Maven Enforcer Plugin 3.4.1
...
Closes gh-37321
2023-09-11 15:15:58 +02:00
Stephane Nicoll
037aba5f88
Upgrade to MariaDB 3.2.0
...
Closes gh-37320
2023-09-11 15:15:58 +02:00
Stephane Nicoll
795e796eb6
Upgrade to Jedis 4.4.4
...
Closes gh-37319
2023-09-11 15:15:58 +02:00
Stephane Nicoll
20cb8712db
Upgrade to Infinispan 14.0.17.Final
...
Closes gh-37318
2023-09-11 15:15:58 +02:00
Stephane Nicoll
bb249bea4c
Upgrade to Hibernate 6.2.8.Final
...
Closes gh-37317
2023-09-11 15:15:57 +02:00
Stephane Nicoll
172b4c846a
Upgrade to H2 2.2.222
...
Closes gh-37316
2023-09-11 15:15:57 +02:00
Stephane Nicoll
0b07c24bbd
Upgrade to Flyway 9.22.0
...
Closes gh-37315
2023-09-11 15:15:57 +02:00
Stephane Nicoll
8283db3005
Upgrade to Elasticsearch Client 8.9.2
...
Closes gh-37314
2023-09-11 15:15:57 +02:00
Stephane Nicoll
18177451a9
Upgrade to Couchbase Client 3.4.10
...
Closes gh-37313
2023-09-11 15:15:57 +02:00
Stephane Nicoll
1ffb580d6f
Upgrade to Commons DBCP2 2.10.0
...
Closes gh-37312
2023-09-11 15:15:57 +02:00
Stephane Nicoll
3a12a86ea2
Upgrade to Byte Buddy 1.14.7
...
Closes gh-37311
2023-09-11 15:15:56 +02:00
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
2023-09-11 15:04:43 +02:00
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
2023-09-11 12:55:27 +02:00
Andy Wilkinson
4085425f91
Polish "Support unwrapping in ValidatorAdapter"
...
See gh-37119
2023-09-11 11:03:33 +01:00
Zisis Pavloudis
eb6b151c41
Support unwrapping in ValidatorAdapter
...
See gh-37119
2023-09-11 10:42:32 +01:00
Andy Wilkinson
0242ba8a13
Merge branch '3.1.x'
2023-09-11 10:32:34 +01:00
Andy Wilkinson
7754dd290a
Merge branch '3.0.x' into 3.1.x
2023-09-11 10:32:24 +01:00
Andy Wilkinson
994bafdfd9
Merge branch '2.7.x' into 3.0.x
2023-09-11 10:32:13 +01:00
Marten Deinum
5141e5c4ac
Fix description of brokerUrl property in ArtemisProperties
...
Update description to refer to url instead of port.
See gh-37260
2023-09-11 10:31:19 +01:00
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
2023-09-11 10:27:54 +01:00
Stephane Nicoll
8a69af94f2
Upgrade to Spring Kafka 3.0.11
...
Closes gh-37305
2023-09-11 11:00:15 +02:00
Stephane Nicoll
f4f18d1d51
Upgrade to SLF4J 2.0.9
...
Closes gh-37304
2023-09-11 11:00:15 +02:00
Stephane Nicoll
6faff5e311
Upgrade to REST Assured 5.3.2
...
Closes gh-37303
2023-09-11 11:00:15 +02:00
Stephane Nicoll
bb5aa0dbd8
Upgrade to Pooled JMS 3.1.2
...
Closes gh-37302
2023-09-11 11:00:14 +02:00
Stephane Nicoll
82768cf500
Upgrade to Jetty 11.0.16
...
Closes gh-37300
2023-09-11 11:00:14 +02:00
Stephane Nicoll
697f3bb6b4
Upgrade to Spring Kafka 3.0.11
...
Closes gh-37294
2023-09-11 10:59:51 +02:00
Stephane Nicoll
b30ff3c6b2
Upgrade to SLF4J 2.0.9
...
Closes gh-37293
2023-09-11 10:59:51 +02:00
Stephane Nicoll
902eb2d7fa
Upgrade to Jetty 11.0.16
...
Closes gh-37291
2023-09-11 10:59:50 +02:00
Stephane Nicoll
400a24245a
Upgrade to Infinispan 14.0.17.Final
...
Closes gh-37299
2023-09-11 10:53:53 +02:00
Stephane Nicoll
999a7b159e
Upgrade to Hibernate 6.2.8.Final
...
Closes gh-37298
2023-09-11 10:53:53 +02:00
Stephane Nicoll
0206c30238
Upgrade to Couchbase Client 3.4.10
...
Closes gh-37297
2023-09-11 10:53:53 +02:00
Stephane Nicoll
bb8b31d865
Upgrade to Infinispan 14.0.17.Final
...
Closes gh-37290
2023-09-11 10:51:59 +02:00
Stephane Nicoll
a52d7e255b
Upgrade to Couchbase Client 3.4.10
...
Closes gh-37289
2023-09-11 10:51:59 +02:00
Moritz Halbritter
fa42316652
Use spring.application.name for OTel service.name when not set
...
Closes gh-37285
2023-09-11 10:45:40 +02:00
Stephane Nicoll
cf3d5cad2d
Upgrade to Byte Buddy 1.14.7
...
Closes gh-37296
2023-09-11 10:28:57 +02:00
Stephane Nicoll
0b2f22be59
Upgrade to Jetty 9.4.52.v20230823
...
Closes gh-37287
2023-09-11 10:13:38 +02:00
Stephane Nicoll
c8178b21b7
Upgrade to Elasticsearch 7.17.13
...
Closes gh-37286
2023-09-11 10:13:33 +02:00
Moritz Halbritter
11ebe32dcf
Remove dependency to opentelemetry-sdk
...
Closes gh-37284
2023-09-11 09:49:28 +02:00
Stephane Nicoll
31fc124c77
Start building against Spring Retry 2.0.3 snapshots
...
See gh-37281
2023-09-11 08:57:55 +02:00
Stephane Nicoll
ad11c57013
Start building against Spring Retry 2.0.3 snapshots
...
See gh-37280
2023-09-11 08:56:41 +02:00
Stephane Nicoll
a5ed46846f
Start building against Spring Retry 2.0.3 snapshots
...
See gh-37279
2023-09-11 08:54:24 +02:00
Brian Clozel
16940518c1
Polish GraphQL QueryBE and QueryDSL auto-configurations
...
Closes gh-34974
2023-09-08 17:52:42 +02:00
Andy Wilkinson
8fad26a0b4
Merge branch '3.1.x'
...
Closes gh-37271
2023-09-08 15:45:37 +01:00
Andy Wilkinson
a9f91f87da
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37270
2023-09-08 15:45:25 +01:00
Andy Wilkinson
48c8928d0c
Manage ehcache dependencies without their classifiers as well
...
Closes gh-37243
2023-09-08 15:44:12 +01:00
Andy Wilkinson
d8c3902a7e
Polish
2023-09-08 14:56:18 +01:00
Andy Wilkinson
e01b380d21
Start building against Spring Integration 6.1.3 snapshots
...
See gh-37267
2023-09-08 14:14:07 +01:00
Andy Wilkinson
83a920a28f
Start building against Spring GraphQL 1.2.3 snapshots
...
See gh-37266
2023-09-08 14:14:06 +01:00
Andy Wilkinson
4bd8c350f2
Start building against Spring Framework 6.0.12 snapshots
...
See gh-37265
2023-09-08 14:14:06 +01:00
Andy Wilkinson
af72bf1671
Start building against Spring AMQP 3.0.9 snapshots
...
See gh-37264
2023-09-08 14:13:15 +01:00
Andy Wilkinson
04f55ada44
Start building against Reactor Bom 2022.0.11 snapshots
...
See gh-37263
2023-09-08 14:13:08 +01:00
Andy Wilkinson
f4e731bdbb
Start building against Micrometer Tracing 1.1.5 snapshots
...
See gh-37262
2023-09-08 14:13:03 +01:00
Andy Wilkinson
8ecb7d33c9
Start building against Micrometer 1.11.4 snapshots
...
See gh-37261
2023-09-08 14:12:59 +01:00
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
2023-09-08 14:58:24 +02:00
Andy Wilkinson
5de5331102
Start building against Spring GraphQL 1.1.6 snapshots
...
See gh-37259
2023-09-08 12:07:43 +01:00
Andy Wilkinson
ca254e51f6
Start building against Spring Framework 6.0.12 snapshots
...
See gh-37258
2023-09-08 12:07:43 +01:00
Andy Wilkinson
b1d13c3fe5
Start building against Spring AMQP 3.0.9 snapshots
...
See gh-37257
2023-09-08 11:51:36 +01:00
Andy Wilkinson
216dad8bc5
Start building against Reactor Bom 2022.0.11 snapshots
...
See gh-37256
2023-09-08 11:51:31 +01:00
Andy Wilkinson
e7de1752a7
Start building against Micrometer 1.10.11 snapshots
...
See gh-37255
2023-09-08 11:51:26 +01:00
Andy Wilkinson
11e8f98385
Start building against Spring Integration 5.5.19 snapshots
...
See gh-37251
2023-09-08 11:48:56 +01:00
Andy Wilkinson
d1b0f1fae9
Start building against Spring GraphQL 1.0.5 snapshots
...
See gh-37250
2023-09-08 11:48:55 +01:00
Andy Wilkinson
ff24fcb17e
Start building against Spring Data Bom 2021.2.16 snapshots
...
See gh-37248
2023-09-08 11:48:55 +01:00
Andy Wilkinson
133963b2e9
Start building against Spring AMQP 2.4.16 snapshots
...
See gh-37247
2023-09-08 11:48:55 +01:00
Andy Wilkinson
a1659dbfcc
Start building against Reactor Bom 2020.0.36 snapshots
...
See gh-37246
2023-09-08 11:48:54 +01:00
Andy Wilkinson
88db5b050a
Start building against Micrometer 1.9.15 snapshots
...
See gh-37245
2023-09-08 11:48:54 +01:00
dkswnkk
1d7c0108d0
Capitalize order constant in TomcatWebServerFactoryCustomizer
...
See gh-37211
2023-09-08 11:28:29 +02:00
Moritz Halbritter
f0bb054774
Merge branch '3.1.x'
...
Closes gh-37254
2023-09-08 11:21:20 +02:00
Moritz Halbritter
d9b7a8c0af
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37253
2023-09-08 11:17:40 +02:00
Moritz Halbritter
bbc10856ee
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37252
2023-09-08 11:17:25 +02:00
Johnny Lim
5f9bc721d3
Add default value metadata for management.metrics.export.signalfx.published-histogram-type
...
See gh-37210
2023-09-08 11:04:26 +02:00
Andy Wilkinson
9b52ee5dac
Start building against Spring Security 6.2.0 snapshots
...
See gh-37236
2023-09-07 13:59:17 +01:00
Andy Wilkinson
a94f171cae
Start building against Spring LDAP 3.2.0 snapshots
...
See gh-37235
2023-09-07 13:59:17 +01:00
Andy Wilkinson
c49e1dda33
Start building against Spring Kafka 3.1.0 snapshots
...
See gh-37234
2023-09-07 13:59:16 +01:00
Andy Wilkinson
7d9b0cee39
Start building against Spring Integration 6.2.0 snapshots
...
See gh-37233
2023-09-07 13:59:16 +01:00
Andy Wilkinson
15c24d35fd
Start building against Spring GraphQL 1.2.3 snapshots
...
See gh-37232
2023-09-07 13:59:16 +01:00
Andy Wilkinson
ed5d16de84
Upgrade to Jetty 12
...
Closes gh-36073
2023-09-07 13:59:15 +01:00
Andy Wilkinson
02fd570b7d
Start building against Spring Framework 6.1.0 snapshots
...
See gh-37231
2023-09-07 13:34:14 +01:00
Andy Wilkinson
4b0c8eba4c
Start building against Spring Batch 5.1.0 snapshots
...
See gh-37230
2023-09-07 13:34:14 +01:00
Andy Wilkinson
d88b999fa2
Start building against Spring Authorization Server 1.2.0 snapshots
...
See gh-37229
2023-09-07 13:34:13 +01:00
Andy Wilkinson
318ac7adc5
Start building against Spring AMQP 3.1.0 snapshots
...
See gh-37228
2023-09-07 13:34:13 +01:00
Andy Wilkinson
dfa5414486
Start building against Reactor Bom 2023.0.0 snapshots
...
See gh-37227
2023-09-07 13:34:12 +01:00
Andy Wilkinson
88f8311a59
Start building against Micrometer 1.12.0 snapshots
...
See gh-37226
2023-09-07 13:34:12 +01:00
Andy Wilkinson
96368a4e61
Merge branch '3.1.x'
...
Closes gh-37225
2023-09-07 10:10:17 +01:00
Andy Wilkinson
7b59d2fce2
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37224
2023-09-07 10:07:52 +01:00
Andy Wilkinson
cce3c9d40f
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37223
2023-09-07 10:02:06 +01:00
Andy Wilkinson
38e9ede17d
Only suggest snapshots for which a release is planned
...
Closes gh-37212
2023-09-07 09:55:36 +01:00
Phillip Webb
d9af7cec14
Merge pull request #37197 from onobc
...
* pr/37197:
Polish 'Add Pulsar ConnectionDetails support'
Add Pulsar ConnectionDetails support
Closes gh-37197
2023-09-06 12:26:59 -07:00
Phillip Webb
750c597225
Polish 'Add Pulsar ConnectionDetails support'
...
See gh-37197
2023-09-06 12:18:09 -07:00
Chris Bono
089fef0392
Add Pulsar ConnectionDetails support
...
Add `ConnectionDetails` support for Apache Pulsar and provide adapters
for Docker Compose and Testcontainers.
See gh-37197
2023-09-06 12:12:25 -07:00
Moritz Halbritter
bced103517
Merge branch '3.1.x'
...
Closes gh-37208
2023-09-06 14:44:21 +02:00
Moritz Halbritter
768dfb2c63
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37207
2023-09-06 14:44:13 +02:00
Moritz Halbritter
ffed8b0502
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37206
2023-09-06 14:43:36 +02:00
Yanming Zhou
4c39cc2314
Continue polishing
...
See commit 947e330e9d
See gh-37166
2023-09-06 14:38:57 +02:00
Moritz Halbritter
d84c81d18f
Reduce logging in WelcomePageHandlerMapping on invalid Accept headers
...
Closes gh-37118
2023-09-06 14:23:27 +02:00
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
2023-09-06 10:17:51 +02:00
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>
2023-09-05 17:01:51 -07:00
Moritz Halbritter
8f78acd548
Merge branch '3.1.x'
2023-09-05 15:28:23 +02:00
Moritz Halbritter
1962f4ecb7
Merge branch '3.0.x' into 3.1.x
2023-09-05 15:24:25 +02:00
Moritz Halbritter
a69ff3bd59
Merge branch '2.7.x' into 3.0.x
2023-09-05 15:21:51 +02:00
Moritz Halbritter
76e51bc92f
Only enable needed Couchbase services in integration tests
2023-09-05 15:10:12 +02:00
Moritz Halbritter
313627934e
Merge branch '3.1.x'
...
Closes gh-37194
2023-09-05 13:41:38 +02:00
Moritz Halbritter
d310fb6fce
Prevent docker access when running AOT processing on tests
...
Closes gh-37097
2023-09-05 13:37:36 +02:00
Moritz Halbritter
1a2919bb0e
Polish
2023-09-05 13:37:36 +02:00
Andy Wilkinson
809990bc86
Merge branch '3.1.x'
...
Closes gh-37193
2023-09-05 11:06:46 +01:00
Andy Wilkinson
dc4d647437
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37192
2023-09-05 10:58:49 +01:00
Andy Wilkinson
4611c54aef
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37191
2023-09-05 10:53:16 +01:00
Andy Wilkinson
ced32f0751
Require libraries to opt in to moving to snapshots
...
Closes gh-37190
2023-09-05 10:40:31 +01:00
Andy Wilkinson
db02f89f03
Merge branch '3.1.x'
...
Closes gh-37184
2023-09-04 08:26:04 +01:00
Andy Wilkinson
c562e8e01f
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37183
2023-09-04 08:25:46 +01:00
Andy Wilkinson
d6b04af512
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37182
2023-09-04 08:25:33 +01:00
Andy Wilkinson
fadc58679d
Speed up ImageReference.of when path contains upper-case chars
...
Closes gh-35657
2023-09-04 08:18:28 +01:00
Scott Frederick
47508b8338
Merge branch '3.1.x'
...
Closes gh-37179
2023-09-01 14:42:24 -05:00
Scott Frederick
03dcf8b663
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37178
2023-09-01 14:42:15 -05:00
Scott Frederick
1e85bf7ca8
Fix mapping of consumed types to propagators
...
Fixes gh-37161
2023-09-01 14:40:01 -05:00
Andy Wilkinson
f45a32d911
Merge branch '3.1.x'
...
Closes gh-37175
2023-09-01 14:18:23 +01:00
Andy Wilkinson
a84ee2fb12
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37174
2023-09-01 14:17:59 +01:00
Andy Wilkinson
3ab1dfb9dc
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37173
2023-09-01 14:17:40 +01:00
Andy Wilkinson
a77863245d
Polish "Use project.getLayout().getBuildDirectory() instead of getBuildDir()"
...
See gh-37167
2023-09-01 14:15:33 +01:00
Yanming Zhou
a8706962d4
Use project.getLayout().getBuildDirectory() instead of getBuildDir()
...
See gh-37167
2023-09-01 14:08:16 +01:00
Phillip Webb
b1547d0139
Merge branch '3.1.x'
...
Closes gh-37171
2023-08-31 22:38:29 -07:00
Phillip Webb
37e67058b7
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37169
2023-08-31 22:24:14 -07:00
Phillip Webb
71ed31343c
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37168
2023-08-31 22:01:06 -07:00
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
2023-08-31 21:40:11 -07:00
Andy Wilkinson
41f66fa7ec
Merge branch '3.1.x'
...
Closes gh-37159
2023-08-31 15:23:40 +01:00
Andy Wilkinson
c7063af63a
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37158
2023-08-31 15:23:21 +01:00
Andy Wilkinson
67e1ee5dcf
Fix ordering of Jetty's WebSocketUpgradeFilter
...
Closes gh-37115
2023-08-31 15:22:26 +01:00
Moritz Halbritter
f1f4e9c008
Implement RestClientBuilderConfigurer
...
Closes gh-36265
2023-08-31 14:01:44 +02:00
Moritz Halbritter
cf2828fdb8
Add link to Spring Modulith to documentation
...
Closes gh-37106
2023-08-31 13:22:52 +02:00
Moritz Halbritter
947e330e9d
Polish "Include JdbcClientAutoConfiguration in @JdbcTest and @DataJpaTest slices"
...
See gh-37122
2023-08-31 13:15:50 +02:00
Yanming Zhou
b8eec2a8a4
Include JdbcClientAutoConfiguration in @JdbcTest and @DataJpaTest slices
...
See gh-37122
2023-08-31 13:07:10 +02:00
Andy Wilkinson
208dcb9305
Rename tests now that Jetty is preferred
...
Closes gh-37155
2023-08-31 11:06:54 +01:00
Moritz Halbritter
a7855622f2
Merge branch '3.1.x'
...
Closes gh-37157
2023-08-31 11:51:26 +02:00
Moritz Halbritter
b86937bb8e
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37156
2023-08-31 11:51:15 +02:00
Moritz Halbritter
61739bd917
Prevent propagation for local fields when using W3C propagation
...
Closes gh-37109
2023-08-31 11:50:05 +02:00
Phillip Webb
3640491d5a
Fix Timezone used for now in BuildRequestTests
2023-08-30 20:34:01 -07:00
Phillip Webb
c142051320
Merge branch '3.1.x'
2023-08-30 20:33:32 -07:00
Phillip Webb
f8f4a2b986
Fix Timezone used for now in BuildRequestTests
2023-08-30 20:33:17 -07:00
Andy Wilkinson
f6c88662b4
Merge branch '3.1.x'
...
Closes gh-37144
2023-08-30 13:36:01 +01:00
Andy Wilkinson
e6fcde4af5
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37143
2023-08-30 13:35:40 +01:00
Andy Wilkinson
a8e37b5cc5
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37142
2023-08-30 13:34:12 +01:00
Andy Wilkinson
2de98a84bc
Polish "Polish code and javadoc"
...
See gh-37112
2023-08-30 13:31:58 +01:00
hakan-krgn
6d9ce8a3b5
Polish code and javadoc
...
See gh-37112
2023-08-30 13:31:58 +01:00
Johnny Lim
30eacd553d
Add Javadoc since for new setTaskExecutor method
...
See gh-37117
2023-08-30 11:30:23 +01:00
Phillip Webb
3a99066eeb
Merge branch '3.1.x'
2023-08-24 10:33:15 -07:00
Phillip Webb
81a03cf240
Merge branch '2.7.x' into 3.1.x
2023-08-24 10:32:37 -07:00
Phillip Webb
fbea788e0a
Merge branch '2.7.x' into 3.0.x
2023-08-24 10:32:27 -07:00
Phillip Webb
727e22abac
Restore Redis to NoSQL stores supported by Spring Data documentation
...
See gh-29694
2023-08-24 10:31:01 -07:00
Stephane Nicoll
009d92744a
Add dependency management for Kotlin Serialization
...
Closes gh-37093
2023-08-24 16:49:29 +02:00
Johnny Lim
847c6aec01
Fix metadata of management.otlp.metrics.export.base-time-unit
...
See gh-37094
2023-08-24 16:30:13 +02:00
Stephane Nicoll
8b6e6b610c
Upgrade to Spring Batch 5.1.0-M2
...
Closes gh-36944
2023-08-24 09:16:53 +02:00
Stephane Nicoll
adfaf372de
Upgrade to RxJava3 3.1.7
...
Closes gh-37091
2023-08-24 09:16:16 +02:00
Stephane Nicoll
0db1552a18
Upgrade to Netty 4.1.97.Final
...
Closes gh-37090
2023-08-24 09:16:12 +02:00
Stephane Nicoll
a1cd7e7638
Upgrade to Spring Batch 5.0.3
...
Closes gh-36844
2023-08-23 21:07:18 +02:00
Stephane Nicoll
4e6de6c927
Upgrade to RxJava3 3.1.7
...
Closes gh-37089
2023-08-23 21:07:17 +02:00
Stephane Nicoll
99a554346c
Upgrade to Netty 4.1.97.Final
...
Closes gh-37088
2023-08-23 21:07:13 +02:00
Stephane Nicoll
df85c817a6
Upgrade to Spring Batch 5.0.3
...
Closes gh-36833
2023-08-23 21:04:15 +02:00