Commit Graph

20767 Commits

Author SHA1 Message Date
Stephane Nicoll 47e3b4655a Upgrade to jOOQ 3.17.12
Closes gh-35052
2023-04-18 13:20:42 +02:00
Stephane Nicoll 2a90c60001 Upgrade to Jetty 11.0.15
Closes gh-35051
2023-04-18 13:20:36 +02:00
Stephane Nicoll aa542858c9 Upgrade to Couchbase Client 3.4.5
Closes gh-35050
2023-04-18 13:20:30 +02:00
Stephane Nicoll f07ac4b53d Upgrade to Spring Kafka 3.0.6
Closes gh-34968
2023-04-18 13:10:17 +02:00
Stephane Nicoll 47e2c3f597 Upgrade to Spring Kafka 3.0.6
Closes gh-34951
2023-04-18 13:07:31 +02:00
Andy Wilkinson e2ee1ed50d Fix password handling in Flyway auto-configuration
Previously, FlywayProperties returned an empty string when its
password had not been set. This prevented the desired fallback to
JdbcConnectionDetails.

Fixes gh-35046
2023-04-18 11:52:50 +01:00
Andy Wilkinson 1ad428129d Polish "Add customizer for SdkTracerProviderBuilder"
See gh-34945
2023-04-18 10:02:17 +01:00
Yanming Zhou f40e9738b6 Add customizer for SdkTracerProviderBuilder
See gh-34945
2023-04-18 10:01:53 +01:00
Andy Wilkinson ce1c3e52d7 Merge branch '3.0.x'
Closes gh-35040
2023-04-17 19:47:38 +01:00
Andy Wilkinson d30f0575f0 Polish "Improve documentation of tracing deps and config props"
See gh-34991
2023-04-17 19:47:16 +01:00
Robert K dfe60cb2d3 Improve documentation of tracing deps and config props
See gh-34991
2023-04-17 19:47:16 +01:00
Stephane Nicoll 8de1ebe52b Upgrade to Spring Security 6.1.0-RC1
Closes gh-34969
2023-04-17 20:41:08 +02:00
Stephane Nicoll 1785119cae Upgrade to Spring AMQP 3.0.4
Closes gh-34967
2023-04-17 20:41:07 +02:00
Stephane Nicoll 1e7b8250b8 Upgrade to Spring Security 6.0.3
Closes gh-34952
2023-04-17 20:40:06 +02:00
Stephane Nicoll 67eff9a56f Upgrade to Spring LDAP 3.0.2
Closes gh-34904
2023-04-17 20:40:05 +02:00
Stephane Nicoll 7de5264025 Upgrade to Spring AMQP 3.0.4
Closes gh-34950
2023-04-17 20:40:05 +02:00
Stephane Nicoll 71ff5f4a41 Upgrade to Spring Security 5.7.8
Closes gh-34948
2023-04-17 20:39:38 +02:00
Stephane Nicoll 29484e5129 Upgrade to Spring AMQP 2.4.12
Closes gh-34947
2023-04-17 20:39:37 +02:00
Andy Wilkinson a37a7228b8 Merge pull request #34833 from chinmoy12c
* gh-34833:
  Polish "Add content buffering support to MockServerRestTemplateCustomizer"
  Add content buffering support to MockServerRestTemplateCustomizer

Closes gh-34833
2023-04-17 18:05:29 +01:00
Andy Wilkinson 3f93a4ece6 Polish "Add content buffering support to MockServerRestTemplateCustomizer"
See gh-34833
2023-04-17 18:03:44 +01:00
Chinmoy Chakraborty b065e04be7 Add content buffering support to MockServerRestTemplateCustomizer
See gh-34833
2023-04-17 18:02:53 +01:00
Andy Wilkinson 2b4f565b76 Merge branch '3.0.x'
Closes gh-35038
2023-04-17 17:52:11 +01:00
Andy Wilkinson df93b39f60 Merge branch '2.7.x' into 3.0.x
Closes gh-35037
2023-04-17 17:51:53 +01:00
Andy Wilkinson d6bbbb8bac Merge branch '3.0.x'
Closes gh-35036
2023-04-17 17:49:55 +01:00
Andy Wilkinson 284e4d6f6d Merge branch '2.7.x' into 3.0.x
Closes gh-35035
2023-04-17 17:46:33 +01:00
Andy Wilkinson 88ec47ff2b Test Gradle plugin against Gradle 8.1
Closes gh-35034
2023-04-17 17:38:28 +01:00
Andy Wilkinson 751fc9fe54 Fix includeProjectDependencies with Kotlin DSL 2023-04-17 17:35:15 +01:00
Andy Wilkinson 7b3e3deb58 Remove unused generic from ContainerConnectionSource
See gh-35017
2023-04-17 17:11:08 +01:00
Eddú Meléndez aea5b77d1e Add missing containers configuration reference to code snippet
See gh-35031
2023-04-17 14:36:40 +02:00
Stephane Nicoll 7cf28680c9 Polish 2023-04-17 14:28:35 +02:00
Stephane Nicoll 95f07484a8 Add missing check on Docker availability 2023-04-17 14:28:11 +02:00
Stephane Nicoll 8946c761ee Polish 2023-04-17 13:23:51 +02:00
Andy Wilkinson 78242cb794 Skip tests when Docker is unavailable
See gh-34747
2023-04-17 10:33:35 +01:00
Andy Wilkinson 3a01759a3b Protect tests against unstable toString ordering
See gh-34747
2023-04-17 10:27:56 +01:00
Phillip Webb 3657f73b9a Provide more verbose docker compose logging
Update `up` and `start` operations so that real-time logging is
provided. Prior to this commit, lengthy pull operations were not
logged which gave the impression that the application had
crashed.

Closes gh-34994
2023-04-17 01:00:37 -07:00
Phillip Webb 7728488541 Allow LogLevel to be used easily with commons logging
Add a `LogLevel.log` method that can be used to log a message at
the given level using commons logging.

Closes gh-35024
2023-04-17 01:00:34 -07:00
Phillip Webb efff253d35 Fallback to finding docker image name from compose ps
Earlier versions of docker do not include the image name in the inspect
output. We now fallback to using the `compose ps` response.

Closes gh-34993
2023-04-17 01:00:20 -07:00
Mortitz Halbritter 24d1620a93 Add 'excludeDockerCompose' Maven property
Update `AbstractPackagerMojo` so that the docker-compose module
can be filtered from the packaged jar.

Co-authored-by: Phillip Webb <pwebb@vmware.com>
Co-authored-by: "Andy Wilkinson <wilkinsona@vmware.com>
2023-04-17 01:00:16 -07:00
Mortitz Halbritter 842e17eced Add Docker Compose support
Add `spring-boot-docker-compose` module with service connection
support.

Closes gh-34747

Co-authored-by: Phillip Webb <pwebb@vmware.com>
Co-authored-by: "Andy Wilkinson <wilkinsona@vmware.com>
2023-04-17 01:00:08 -07:00
Phillip Webb 4ae24e404e Add @DisabledIfProcessUnavailable test support annotation
Add `@DisabledIfProcessUnavailable` annotation that can disable
a test if a process isn't available to execute.

Closes gh-35023
2023-04-17 01:00:04 -07:00
Phillip Webb 5ac48f5f15 Add testcontainers service connection auto-configuration
Add auto-configuration for `Container` beans that are also
annotated with `@ServiceConnection`. This commit allow
testcontainers to be used at development time and a new section
has been added to the documentation to describe the feature.

Closes gh-35022
2023-04-17 00:49:43 -07:00
Phillip Webb 3b92173a66 Add Testcontainer bean lifecycle support
Add `TestcontainersLifecycleApplicationContextInitializer` and
`TestcontainersLifecycleBeanPostProcessor` to take care of starting and
stopping `Container` beans.

Closes gh-35021
2023-04-17 00:48:20 -07:00
Phillip Webb e2262284f1 Add SpringApplication.from(...) support
Add a `SpringApplication.from(...)` method which can be used
to augment an existing application with addition `@Configuration`.

Closes gh-35019
2023-04-17 00:47:59 -07:00
Phillip Webb 91e6e4e391 Update documentation to note the spring-boot-testcontainers module
See gh-34757
2023-04-17 00:47:03 -07:00
Phillip Webb 1a0b9bdcd0 Move Testcontainers documentation from howto to features
Closes gh-35018
2023-04-17 00:46:11 -07:00
Phillip Webb 81a972af8d Refactor testcontainers service connections
Update restcontainers service connections support so that
technology specific `@ServiceConnector` annotations are not longer
required.

A single `@ServiceConnector` annotation can now be used to create
all `ConnectionDetail` beans.

Closes gh-35017
2023-04-17 00:45:39 -07:00
Phillip Webb 11dac5b5b7 Create dedicated spring-boot-testcontainers module
Create a dedicated testcontainers module containing the service
connectors code.

Closes gh-34757
2023-04-17 00:42:31 -07:00
Phillip Webb 2951cc7594 Polish 2023-04-17 00:42:28 -07:00
Phillip Webb 1849b82334 Don't apply configuration-properties from auto-configuration plugin
Update the auto-configuration gradle plugin so that the
configuration-properties plugin is not longer automatically applied.
This  allows us to have auto-configuration modules that don't ship
configuration properties.

Closes gh-35028
2023-04-17 00:41:25 -07:00
Stephane Nicoll 148c632299 Start building against Spring Authorization Server 1.1.0-RC1 snapshots
See gh-35013
2023-04-15 16:05:45 +02:00
Stephane Nicoll 41402b3984 Start building against Spring Integration 6.0.5 snapshots
See gh-35012
2023-04-15 15:57:29 +02:00
Stephane Nicoll 86edeb9444 Upgrade to Spring Data Bom 2022.0.5
Closes gh-34903
2023-04-15 15:56:36 +02:00
Stephane Nicoll ae0767d345 Upgrade to Spring Data Bom 2021.2.11
Closes gh-34902
2023-04-15 15:54:41 +02:00
Andy Wilkinson b8b1a3b0ec Upgrade to Spring Data Bom 2023.0.0-RC1
Closes gh-34893
2023-04-15 09:39:23 +01:00
Andy Wilkinson 44ff18bcec Upgrade to SAAJ Impl 3.0.1
Closes gh-35007
2023-04-15 09:39:23 +01:00
Andy Wilkinson b1f240a035 Upgrade to OpenTelemetry 1.25.0
Closes gh-35005
2023-04-15 09:39:22 +01:00
Andy Wilkinson 15533367b4 Upgrade to Maven Surefire Plugin 3.0.0
Closes gh-35004
2023-04-15 09:39:22 +01:00
Andy Wilkinson 8e65351cd6 Upgrade to Maven Failsafe Plugin 3.0.0
Closes gh-35003
2023-04-15 09:39:22 +01:00
Andy Wilkinson 97ec992fe1 Upgrade to Jaybird 5.0.1.java11
Closes gh-35002
2023-04-15 09:39:22 +01:00
Andy Wilkinson f48e9e70f9 Upgrade to Jaxen 2.0.0
Closes gh-35001
2023-04-15 09:39:21 +01:00
Andy Wilkinson 1e146ed3df Upgrade to Hibernate 6.2.1.Final
Closes gh-35000
2023-04-15 09:39:21 +01:00
Andy Wilkinson ee7e78b69b Upgrade to Brave 5.15.1
Closes gh-34999
2023-04-15 09:39:21 +01:00
Phillip Webb 053c968fb4 Polish 2023-04-14 17:44:15 -07:00
Phillip Webb 00dc942e94 Migrate to Spring Security lambda config
Closes gh-35011
2023-04-14 17:39:48 -07:00
Andy Wilkinson 899ae9c37c Upgrade to Mockito 5.3.0
Closes gh-34998
2023-04-14 18:34:25 +01:00
Andy Wilkinson c44cc5ee1c Prohibit upgrades to Liquibase 4.21.0
Closes gh-34983
2023-04-14 17:59:46 +01:00
Andy Wilkinson 397f16ce2d Upgrade to Flyway 9.16.3
Closes gh-34990
2023-04-14 17:59:46 +01:00
Andy Wilkinson 2cb6340ca5 Upgrade to GraphQL Java 19.5
Closes gh-34996
2023-04-14 17:37:59 +01:00
Andy Wilkinson 7729aef9c0 Upgrade to GraphQL Java 18.5
Closes gh-34995
2023-04-14 17:36:23 +01:00
Stephane Nicoll b7b467c128 Start building against Spring Integration 6.1.0-RC1 snapshots
See gh-34973
2023-04-14 14:56:12 +02:00
Stephane Nicoll 6e1a4a3466 Start building against Spring GraphQL 1.2.0-RC1 snapshots
See gh-34972
2023-04-14 14:55:45 +02:00
Stephane Nicoll 762780e0fa Start building against Spring WS 4.0.3 snapshots
See gh-34971
2023-04-14 14:54:50 +02:00
Stephane Nicoll bc2126b5c9 Start building against Session 3.1.0-RC1 snapshots
See gh-34970
2023-04-14 14:53:55 +02:00
Stephane Nicoll c4c4eb93ae Start building against Spring Security 6.1.0-RC1 snapshots
See gh-34969
2023-04-14 14:52:57 +02:00
Stephane Nicoll 54ec50c529 Start building against Spring Kafka 3.0.6 snapshots
See gh-34968
2023-04-14 14:41:13 +02:00
Stephane Nicoll 12c2c8269b Start building against Spring AMQP 3.0.4 snapshots
See gh-34967
2023-04-14 14:40:47 +02:00
Andy Wilkinson e4187e9440 Upgrade to GraphQL Java 20.2
Closes gh-34987
2023-04-14 11:55:21 +01:00
Andy Wilkinson 9fc8851b53 Upgrade to Spring LDAP 3.1.0-RC1
Closes gh-34986
2023-04-14 11:55:21 +01:00
Andy Wilkinson 37ecaf8d62 Upgrade to Spring HATEOAS 2.1.0-RC1
Closes gh-34985
2023-04-14 11:55:21 +01:00
Andy Wilkinson d5756db54c Stop using Native Build Tools "requiredVersion" configuration option
Closes gh-34840
2023-04-14 11:55:20 +01:00
Andy Wilkinson d2451ce770 Upgrade to jOOQ 3.18.3
Closes gh-34982
2023-04-14 11:55:20 +01:00
Andy Wilkinson 4dafa8b6f3 Upgrade to Jetty 11.0.15
Closes gh-34981
2023-04-14 11:55:20 +01:00
Andy Wilkinson b8ec7d291d Upgrade to Jackson Bom 2.15.0-rc2
Closes gh-34980
2023-04-14 11:55:20 +01:00
Andy Wilkinson 67285f0530 Upgrade to Elasticsearch Client 8.7.0
Closes gh-34979
2023-04-14 08:59:13 +01:00
Jonatan Ivanov 9774d8a439
Add aggregation temporality to OtlpProperties
In Micrometer 1.11.0-RC1, a new property was introduced in OtlpConfig
to define aggregation temporality.
See https://github.com/micrometer-metrics/micrometer/pull/3625
2023-04-13 10:10:19 -07:00
Andy Wilkinson d4980ea993 Always define connection details beans
Closes gh-34776
2023-04-13 18:02:35 +01:00
Andy Wilkinson 466b81f13d Merge branch '3.0.x' 2023-04-13 14:41:40 +01:00
Andy Wilkinson 0e51cd583a Merge branch '2.7.x' into 3.0.x 2023-04-13 14:27:00 +01:00
Andy Wilkinson e70226b48e Adapt to breaking changes in Spring Security internals
See gh-34948
2023-04-13 14:11:20 +01:00
Stephane Nicoll 33427b3829 Upgrade to Spring Framework 6.0.8
Closes gh-34865
2023-04-13 12:18:11 +02:00
Stephane Nicoll 2bede6bfc5 Upgrade to Spring Framework 6.0.8
Closes gh-34861
2023-04-13 12:16:40 +02:00
Stephane Nicoll 4535f4a39c Upgrade to Spring Framework 5.3.27
Closes gh-34857
2023-04-13 12:13:22 +02:00
Phillip Webb e9a198a68f Merge branch '3.0.x' 2023-04-12 22:16:35 -07:00
Phillip Webb 7fea4c84b4 Update copyright year of changed files 2023-04-12 22:16:07 -07:00
Phillip Webb 9b6a2a59a1 Set offset when checking date in tests
Update integration tests that check the current date so that the offset
is set for the current time before comparing results.

See gh-34786
2023-04-12 22:13:08 -07:00
Stephane Nicoll 9a4a522004 Polish "Start building against Spring Security 6.0.3 snapshots"
See gh-34952
2023-04-12 12:29:58 +02:00
Stephane Nicoll 3f022867f4 Polish "Start building against Spring Security 5.7.8 snapshots"
See gh-34948
2023-04-12 12:26:43 +02:00
Stephane Nicoll c3e3bfcf74 Start building against Spring WS 4.0.3 snapshots
See gh-34953
2023-04-12 11:42:33 +02:00
Stephane Nicoll bd84267d5f Start building against Spring Security 6.0.3 snapshots
See gh-34952
2023-04-12 11:42:29 +02:00
Stephane Nicoll 2209543f30 Start building against Spring Kafka 3.0.6 snapshots
See gh-34951
2023-04-12 11:42:24 +02:00
Stephane Nicoll 7a9e8818cc Start building against Spring AMQP 3.0.4 snapshots
See gh-34950
2023-04-12 11:42:17 +02:00
Stephane Nicoll 5bd926d656 Start building against Spring WS 3.1.6 snapshots
See gh-34949
2023-04-12 11:00:56 +02:00
Stephane Nicoll 1d1d6ef637 Start building against Spring Security 5.7.8 snapshots
See gh-34948
2023-04-12 11:00:51 +02:00
Stephane Nicoll ddf9d240f7 Start building against Spring AMQP 2.4.12 snapshots
See gh-34947
2023-04-12 11:00:46 +02:00
Stephane Nicoll fe18ed596b Upgrade to Reactor Bom 2022.0.6
Closes gh-34864
2023-04-12 10:18:37 +02:00
Stephane Nicoll 963d8ba9b5 Upgrade to Reactor Bom 2022.0.6
Closes gh-34860
2023-04-12 10:17:30 +02:00
Stephane Nicoll cdb666c35a Upgrade to Reactor Bom 2020.0.31
Closes gh-34856
2023-04-12 10:16:17 +02:00
Stephane Nicoll c559bb2b69 Merge branch '3.0.x'
Closes gh-34941
2023-04-11 16:55:43 +02:00
Stephane Nicoll 86a8ed1d81 Merge branch '2.7.x' into 3.0.x
Closes gh-34940
2023-04-11 16:53:17 +02:00
Gerrit Meier 96919b4fcd Use current Neo4j version in testcontainers
See gh-34775
2023-04-11 16:49:27 +02:00
Stephane Nicoll 2dcb849c0f Merge branch '3.0.x'
Closes gh-34939
2023-04-11 16:39:00 +02:00
Stephane Nicoll 320db790e7 Merge branch '2.7.x' into 3.0.x
Closes gh-34938
2023-04-11 16:38:46 +02:00
Stephane Nicoll 4b8829364e Polish "Use removeIf rather than Iterator-based removal"
See gh-34762
2023-04-11 16:32:26 +02:00
SeasonPan 0d13e31827 Use removeIf rather than Iterator-based removal
See gh-34762
2023-04-11 16:20:43 +02:00
Stephane Nicoll 029e47c647 Merge branch '3.0.x'
Closes gh-34937
2023-04-11 16:15:33 +02:00
Stephane Nicoll 55125c7a5c Update copyright header of changed file
See gh-34844
2023-04-11 16:13:23 +02:00
Sanghyuk Jung d4fe272ce5 Remove outdated reference to JPA in BatchProperties
See gh-34844
2023-04-11 16:12:31 +02:00
Stephane Nicoll ab1e0f51c6 Merge branch '3.0.x'
Closes gh-34936
2023-04-11 16:07:10 +02:00
Stephane Nicoll 03d42deaea Polish "Fix hint to include all Liquibase resources in default location"
See gh-34729
2023-04-11 16:02:09 +02:00
Andrii Bohutskyi 408d5246bc Fix hint to include all Liquibase resources in default location
See gh-34729
2023-04-11 15:56:23 +02:00
Stephane Nicoll 0806743966 Merge branch '3.0.x'
Closes gh-34935
2023-04-11 15:46:03 +02:00
Stephane Nicoll 7ee55817b3 Update copyright header of changed file
See gh-34868
2023-04-11 15:39:20 +02:00
kdomo 6728a08219 Use banner location constant
See gh-34868
2023-04-11 15:39:00 +02:00
João Guilherme de Souza Lima b418ab8623 Clarify servlet container compatibility
See gh-34697
2023-04-11 15:31:16 +02:00
Johnny Lim 7dbc7e7e39 Remove unused test configuration
See gh-34818
2023-04-11 15:28:21 +02:00
Stephane Nicoll 47baad1e44 Upgrade to Neo4j Java Driver 5.7.0
Closes gh-34934
2023-04-11 14:48:07 +02:00
Stephane Nicoll bd0561fc10 Upgrade to Neo4j Java Driver 5.7.0
Closes gh-34930
2023-04-11 14:45:41 +02:00
Stephane Nicoll 6bf557cb47 Upgrade to MongoDB 4.9.1
Closes gh-34933
2023-04-11 14:38:30 +02:00
Stephane Nicoll f263f191c5 Upgrade to Infinispan 14.0.8.Final
Closes gh-34932
2023-04-11 14:38:26 +02:00
Stephane Nicoll ff807261b6 Upgrade to Caffeine 3.1.6
Closes gh-34931
2023-04-11 14:38:20 +02:00
Stephane Nicoll ab347e7b3c Upgrade to Infinispan 14.0.8.Final
Closes gh-34929
2023-04-11 13:57:22 +02:00
Stephane Nicoll 6cedcaa901 Upgrade to Caffeine 3.1.6
Closes gh-34928
2023-04-11 13:57:17 +02:00
Stephane Nicoll bac5de8633 Upgrade to Micrometer Tracing 1.1.0-RC1
Closes gh-34863
2023-04-11 13:27:31 +02:00
Stephane Nicoll 0b051741d9 Upgrade to Micrometer Tracing 1.0.4
Closes gh-34859
2023-04-11 13:26:55 +02:00
Stephane Nicoll 17ed74f4ea Upgrade to Micrometer Tracing 1.0.4
Closes gh-34859
2023-04-11 13:24:21 +02:00
Stephane Nicoll 9e27ad45ac Upgrade to Micrometer 1.10.6
Closes gh-34858
2023-04-11 13:23:48 +02:00
Stephane Nicoll cade537253 Upgrade to Micrometer 1.9.10
Closes gh-34855
2023-04-11 13:22:23 +02:00
Phillip Webb 8d2f550f8c Merge branch '3.0.x' 2023-04-10 21:14:42 -07:00
Phillip Webb 3ba3558cff Merge branch '2.7.x' into 3.0.x 2023-04-10 21:14:34 -07:00
Phillip Webb 3e9a136143 Polish gradle formatting 2023-04-10 21:14:09 -07:00
Phillip Webb 463701db18 Merge branch '3.0.x' 2023-04-10 16:22:57 -07:00
Phillip Webb d442bfbeff Polish 2023-04-10 16:22:11 -07:00
Phillip Webb b5cf3e0a1a Backport 'Support import into Eclipse 2022-06'
Backport `spring-boot-cli` gradle fix from d4ed2bd4 to allow clean
import into Eclipse 2022-06 and above.
2023-04-09 17:19:39 -07:00
Scott Frederick 56bc6d2fa0 Allow image application directory to be configurable
An `applicationDirectory` option on the Maven
`spring-boot:build-image` goal and the Gradle `bootBuildImage` task
can be configured to set the location that will be used to upload
application contents to the builder image, and will contain the
application contents in the generated image.

Closes gh-34786
2023-04-07 14:00:00 -05:00
Stephane Nicoll 734b837203 Upgrade to Yasson 3.0.3
Closes gh-34916
2023-04-07 16:32:09 +02:00
Stephane Nicoll 62397031fd Upgrade to Undertow 2.3.5.Final
Closes gh-34915
2023-04-07 16:32:03 +02:00
Stephane Nicoll b863fcd6a1 Upgrade to Netty 4.1.91.Final
Closes gh-34914
2023-04-07 16:31:58 +02:00
Stephane Nicoll f3cdad35df Upgrade to Maven Resources Plugin 3.3.1
Closes gh-34913
2023-04-07 16:31:53 +02:00
Stephane Nicoll 5204b5abaa Upgrade to jOOQ 3.17.11
Closes gh-34912
2023-04-07 16:31:48 +02:00
Stephane Nicoll 76112f537f Upgrade to Groovy 4.0.11
Closes gh-34911
2023-04-07 16:31:43 +02:00
Stephane Nicoll d823d7b0b1 Upgrade to Undertow 2.2.24.Final
Closes gh-34910
2023-04-07 16:02:57 +02:00
Stephane Nicoll e0d740fe85 Upgrade to Netty 4.1.91.Final
Closes gh-34909
2023-04-07 15:42:34 +02:00
Stephane Nicoll abc7bd0c5f Upgrade to Logback 1.2.12
Closes gh-34908
2023-04-07 15:42:29 +02:00
Stephane Nicoll ca48c6a034 Upgrade to Groovy 3.0.17
Closes gh-34907
2023-04-07 15:42:24 +02:00
Stephane Nicoll 8323cf3db6 Upgrade to DB2 JDBC 11.5.8.0
Closes gh-34906
2023-04-07 15:42:19 +02:00
Stephane Nicoll 5db3934e2a Start building against Spring LDAP 3.0.2 snapshots
See gh-34904
2023-04-07 13:24:58 +02:00
Stephane Nicoll b4f0e25ce1 Start building against Spring Data Bom 2022.0.5 snapshots
See gh-34903
2023-04-07 13:24:52 +02:00
Stephane Nicoll 649796cdae Start building against Spring Data Bom 2021.2.11 snapshots
See gh-34902
2023-04-07 13:21:26 +02:00
Scott Frederick 5817c8441d Allow image Created date to be configurable
A `createdDate` option on the Maven `spring-boot:build-image` goal
and the Gradle `bootBuildImage` task can be used to set the `Created`
metadata field on a generated OCI image to a specified date or to
the current date.

Closes gh-28798
2023-04-06 15:08:34 -05:00
Stephane Nicoll cacc563fc0 Upgrade to Yasson 3.0.3
Closes gh-34891
2023-04-06 16:25:26 +02:00
Stephane Nicoll de700d50a1 Upgrade to Undertow 2.3.5.Final
Closes gh-34890
2023-04-06 16:25:26 +02:00
Stephane Nicoll a2d43e9aca Upgrade to Thymeleaf Layout Dialect 3.2.1
Closes gh-34889
2023-04-06 16:25:26 +02:00
Stephane Nicoll 5030e51b5b Upgrade to Testcontainers 1.18.0
Closes gh-34888
2023-04-06 16:25:26 +02:00
Stephane Nicoll fe5b2dd664 Upgrade to SQLite JDBC 3.41.2.1
Closes gh-34887
2023-04-06 16:25:25 +02:00
Stephane Nicoll c459f324ab Upgrade to Selenium 4.8.3
Closes gh-34886
2023-04-06 16:25:25 +02:00
Stephane Nicoll 186d6fce38 Upgrade to Netty 4.1.91.Final
Closes gh-34885
2023-04-06 16:25:25 +02:00
Stephane Nicoll 32440b5d87 Upgrade to Maven Resources Plugin 3.3.1
Closes gh-34884
2023-04-06 16:25:25 +02:00
Stephane Nicoll 84bc97a0ec Upgrade to Maven Invoker Plugin 3.5.1
Closes gh-34883
2023-04-06 16:25:24 +02:00
Stephane Nicoll 221c37869d Upgrade to Maven Install Plugin 3.1.1
Closes gh-34882
2023-04-06 16:25:24 +02:00
Stephane Nicoll 1030ac96d7 Upgrade to Maven Enforcer Plugin 3.3.0
Closes gh-34881
2023-04-06 16:25:24 +02:00
Stephane Nicoll ba6ba99c76 Upgrade to Maven Deploy Plugin 3.1.1
Closes gh-34880
2023-04-06 16:25:24 +02:00
Stephane Nicoll 5c1c0a2b2e Upgrade to Kotlin 1.8.20
Closes gh-34879
2023-04-06 16:25:23 +02:00
Stephane Nicoll 6876556b60 Upgrade to Json Path 2.8.0
Closes gh-34878
2023-04-06 16:25:23 +02:00
Stephane Nicoll 9384dac5bd Upgrade to jOOQ 3.18.2
Closes gh-34877
2023-04-06 16:25:23 +02:00
Stephane Nicoll f264e3c65e Upgrade to Hibernate 6.2.0.Final
Closes gh-34876
2023-04-06 16:25:23 +02:00
Stephane Nicoll 77bc552e17 Upgrade to Hazelcast 5.2.3
Closes gh-34875
2023-04-06 13:25:06 +02:00
Stephane Nicoll d917797e71 Upgrade to Groovy 4.0.11
Closes gh-34874
2023-04-06 13:25:02 +02:00
Stephane Nicoll 6ba70b89da Upgrade to Byte Buddy 1.14.4
Closes gh-34873
2023-04-06 13:24:57 +02:00
Stephane Nicoll 2a52c47386 Merge branch '3.0.x'
Closes gh-34870
2023-04-05 16:58:03 +02:00
Stephane Nicoll ace8cff1b3 Merge branch '2.7.x' into 3.0.x
Closes gh-34869
2023-04-05 16:57:44 +02:00
Christoph Dreis 9107c5cae3 Avoid repeated class lookups in tests
See gh-34613
2023-04-05 16:40:21 +02:00
Stephane Nicoll a031bf4d58 Merge branch '3.0.x'
Closes gh-34867
2023-04-05 16:13:42 +02:00
Stephane Nicoll 579364c2ec Polish "Auto-configure observation for Spring-Batch"
See gh-34305
2023-04-05 16:12:49 +02:00
Mark Bonnekessel 5ad29db9c8 Auto-configure observation for Spring-Batch
See gh-34305
2023-04-05 15:53:19 +02:00
Arend v. Reinersdorff 6f97cfe7cd Remove source and target as maven.compiler.release is already set
See gh-34761
2023-04-05 15:31:25 +02:00
Stephane Nicoll 6cf08a36da Polish "Add support for additional colors in Log4j2 and Logback"
See gh-34749
2023-04-05 15:00:12 +02:00
Abhijeet Mishra 35994bbd74 Add support for additional colors in Log4j2 and Logback
See gh-34749
2023-04-05 14:49:03 +02:00
Stephane Nicoll 6ee6d06419 Start building against Spring Framework 6.0.8 snapshots
See gh-34865
2023-04-05 14:12:48 +02:00
Stephane Nicoll 82100fa7aa Start building against Reactor Bom 2022.0.6 snapshots
See gh-34864
2023-04-05 14:12:43 +02:00
Stephane Nicoll 02781b965d Start building against Micrometer Tracing 1.1.0 snapshots
See gh-34863
2023-04-05 14:12:38 +02:00
Stephane Nicoll 877f95d528 Start building against Micrometer 1.11.0 snapshots
See gh-34862
2023-04-05 14:12:32 +02:00
Stephane Nicoll cbf67b1c9a Start building against Spring Framework 6.0.8 snapshots
See gh-34861
2023-04-05 13:50:08 +02:00
Stephane Nicoll 3812cb1b44 Start building against Reactor Bom 2022.0.6 snapshots
See gh-34860
2023-04-05 13:50:04 +02:00
Stephane Nicoll cc213a5424 Start building against Micrometer Tracing 1.0.4 snapshots
See gh-34859
2023-04-05 13:49:59 +02:00
Stephane Nicoll bca565bc17 Start building against Micrometer 1.10.6 snapshots
See gh-34858
2023-04-05 13:49:54 +02:00
Stephane Nicoll 6c4809f54b Start building against Spring Framework 5.3.27 snapshots
See gh-34857
2023-04-05 13:31:49 +02:00
Stephane Nicoll a51dff9ef1 Start building against Reactor Bom 2020.0.31 snapshots
See gh-34856
2023-04-05 13:31:44 +02:00
Stephane Nicoll f965eff735 Start building against Micrometer 1.9.10 snapshots
See gh-34855
2023-04-05 13:31:38 +02:00
Andy Wilkinson 16b126a481 Merge branch '2.7.x' into 3.0.x
Closes gh-34799
2023-03-28 14:44:33 +01:00
Andy Wilkinson c9e69b13b1 Resolve placeholders in reference config against all other config
Fixes gh-34643
2023-03-28 14:43:53 +01:00
Andy Wilkinson bb0ec34e7b Resolve placeholders in reference config against all other config
Fixes gh-34643
2023-03-28 14:28:16 +01:00
Andy Wilkinson c33906be11 Merge pull request #34759 from isabek
* gh-34759:
  Document requirement for Maven 3.6.3 and later

Closes gh-34759
2023-03-28 11:36:00 +01:00
Isabek Tashiev e186d441ed Document requirement for Maven 3.6.3 and later
See gh-34759
2023-03-28 11:34:45 +01:00
Andy Wilkinson d8d6cb7323 Improve diagnostics with @ServiceConnection on non-static field
Closes gh-34795
2023-03-28 10:44:17 +01:00
Andy Wilkinson 2267430bdb Find service connections declaring in enclosing classes
Fixes gh-34790
2023-03-28 10:24:11 +01:00
Andy Wilkinson cd5d923910 Merge branch '3.0.x'
Closes gh-34793
2023-03-28 10:22:12 +01:00
Andy Wilkinson b2e6db544b Merge branch '2.7.x' into 3.0.x
Closes gh-34792
2023-03-28 10:21:47 +01:00
Andy Wilkinson a3135b49c3 Merge pull request #34764 from krzyk
* gh-34764:
  Polish "Fix support for default values in banner placeholders"
  Fix support for default values in banner placeholders

Closes gh-34764
2023-03-28 10:20:23 +01:00
Andy Wilkinson 2d280bb967 Polish "Fix support for default values in banner placeholders"
See gh-34764
2023-03-28 09:57:22 +01:00
Krzysztof Krason 5c01aa719c Fix support for default values in banner placeholders
See gh-34764
2023-03-28 09:53:52 +01:00
Andy Wilkinson 29193c4b9e Merge branch '3.0.x'
Closes gh-34789
2023-03-28 09:33:55 +01:00
Andy Wilkinson 4b58eefe7b Merge branch '2.7.x' into 3.0.x
Closes gh-34788
2023-03-28 09:33:41 +01:00
Andy Wilkinson 4705e82a6e Note that optional dependencies are included by run and repackage
Closes gh-34636
2023-03-28 09:33:06 +01:00
Andy Wilkinson f62668dfe1 Add Authorization Server starter to spring-boot-dependencies
Fixes gh-34785
2023-03-28 09:28:30 +01:00
Andy Wilkinson cd17d92eac Merge branch '3.0.x'
Closes gh-34782
2023-03-27 18:05:26 +01:00
Andy Wilkinson d6dbf300ab Merge branch '2.7.x' into 3.0.x
Closes gh-34781
2023-03-27 18:05:03 +01:00
Andy Wilkinson 5669ea69d0 Consider properties on outer class in nested sliced tests
Prior to this commit, properties configured using the properties
attribute of a `@…Test` sliced test annotation would not be considered
when processed a `@Nested` test class. This would lead to the nested
class not reusing its outer class's application context due to the
two having different property configuration.

Fixes gh-33317
2023-03-27 17:58:51 +01:00
Andy Wilkinson d69335d94a Use driver class name from JdbcConnectionDetails
Fixes gh-34777
2023-03-27 11:39:28 +01:00
Andy Wilkinson b91f814e42 Fix incomplete assertions
See gh-34503
2023-03-24 16:48:45 +00:00
Andy Wilkinson 95f45eab1f Create service connections from Testcontainers-managed containers
Building upon the auto-configuration support for service connections,
this commit adds support for deriving connection details from a
Testcontainers-managed container. Several service-specific
annotations have been introduced. These annotations can be used on a
container field to indicate that it is a source of the details for
a service connection.

See gh-34658

Co-Authored-By: Phillip Webb <pwebb@vmware.com>
Co-Authored-By: Mortitz Halbritter <mkammerer@vmware.com>
2023-03-24 10:04:21 +00:00
Andy Wilkinson 8ec266bea4 Add infrastructure for pluggable connection details factories
See gh-34658

Co-Authored-By: Phillip Webb <pwebb@vmware.com>
Co-Authored-By: Mortitz Halbritter <mkammerer@vmware.com>
2023-03-24 10:04:21 +00:00
Andy Wilkinson 8721c0e64f Add ConnectionDetail support to Zipkin auto-configuration
Update Zipkin auto-configuration so that `ZipkinConnectionDetails`
beans may be optionally used to provide connection details.

See gh-34657

Co-Authored-By: Mortitz Halbritter <mkammerer@vmware.com>
Co-Authored-By: Phillip Webb <pwebb@vmware.com>
2023-03-24 09:25:26 +00:00
Andy Wilkinson ac55caa463 Add ConnectionDetail support to Redis auto-configuration
Update Redis auto-configuration so that `RedisConnectionDetails`
beans may be optionally used to provide connection details.

See gh-34657

Co-Authored-By: Mortitz Halbritter <mkammerer@vmware.com>
Co-Authored-By: Phillip Webb <pwebb@vmware.com>
2023-03-24 09:25:26 +00:00
Andy Wilkinson 69f31cb6c0 Add ConnectionDetail support to Rabbit auto-configuration
Update Rabbit auto-configuration so that `RabbitConnectionDetails`
beans may be optionally used to provide connection details.

See gh-34657

Co-Authored-By: Mortitz Halbritter <mkammerer@vmware.com>
Co-Authored-By: Phillip Webb <pwebb@vmware.com>
2023-03-24 09:25:25 +00:00
Andy Wilkinson de8fb04814 Add ConnectionDetail support to Neo4J auto-configuration
Update Neo4J auto-configuration so that `Neo4jConnectionDetails`
beans may be optionally used to provide connection details.

See gh-34657

Co-Authored-By: Mortitz Halbritter <mkammerer@vmware.com>
Co-Authored-By: Phillip Webb <pwebb@vmware.com>
2023-03-24 09:25:25 +00:00
Andy Wilkinson 2ef33dc81f Add ConnectionDetail support to Mongo auto-configuration
Update Mongo auto-configuration so that `MongoConnectionDetails`
beans may be optionally used to provide connection details.

See gh-34657

Co-Authored-By: Mortitz Halbritter <mkammerer@vmware.com>
Co-Authored-By: Phillip Webb <pwebb@vmware.com>
2023-03-24 09:25:25 +00:00
Andy Wilkinson 042f0c8520 Add ConnectionDetail support to Kafka auto-configuration
Update Kafka auto-configuration so that `KafkaConnectionDetails`
beans may be optionally used to provide connection details.

See gh-34657

Co-Authored-By: Mortitz Halbritter <mkammerer@vmware.com>
Co-Authored-By: Phillip Webb <pwebb@vmware.com>
2023-03-24 09:25:25 +00:00
Andy Wilkinson d860d875b9 Add ConnectionDetail support to Influx auto-configuration
Update Influx auto-configuration so that `InfluxDbConnectionDetails`
beans may be optionally used to provide connection details.

See gh-34657

Co-Authored-By: Mortitz Halbritter <mkammerer@vmware.com>
Co-Authored-By: Phillip Webb <pwebb@vmware.com>
2023-03-24 09:25:24 +00:00
Andy Wilkinson 4cc7958c0b Add ConnectionDetail support to Elasticsearch auto-configuration
Update Elasticsearch auto-configuration so that
`ElasticsearchConnectionDetails` beans may be optionally used to
provide connection details.

See gh-34657

Co-Authored-By: Mortitz Halbritter <mkammerer@vmware.com>
Co-Authored-By: Phillip Webb <pwebb@vmware.com>
2023-03-24 09:25:24 +00:00
Andy Wilkinson 9f187bb13a Add ConnectionDetail support to Couchbase auto-configuration
Update Couchbase auto-configuration so that
`CouchbaseConnectionDetails` beans may be optionally used to provide
connection details.

See gh-34657

Co-Authored-By: Mortitz Halbritter <mkammerer@vmware.com>
Co-Authored-By: Phillip Webb <pwebb@vmware.com>
2023-03-24 09:25:24 +00:00
Andy Wilkinson 4307fdc0a0 Add ConnectionDetail support to Cassandra auto-configuration
Update Cassandra auto-configuration so that `CassandraConnectionDetails`
beans may be optionally used to provide connection details.

See gh-34657

Co-Authored-By: Mortitz Halbritter <mkammerer@vmware.com>
Co-Authored-By: Phillip Webb <pwebb@vmware.com>
2023-03-24 09:25:23 +00:00
Andy Wilkinson 61e9fe8cd4 Add ConnectionDetail support to R2DBC auto-configuration
Update R2DBC auto-configuration so that `R2dbcConnectionDetails` beans
may be optionally used to provide connection details.

See gh-34657

Co-Authored-By: Mortitz Halbritter <mkammerer@vmware.com>
Co-Authored-By: Phillip Webb <pwebb@vmware.com>
2023-03-24 09:25:23 +00:00
Andy Wilkinson d09ac00824 Add ConnectionDetail support to JDBC auto-configuration
Update JDBC auto-configuration so that `JdbcConnectionDetails` beans
may be optionally used to provide connection details.

See gh-34657

Co-Authored-By: Mortitz Halbritter <mkammerer@vmware.com>
Co-Authored-By: Phillip Webb <pwebb@vmware.com>
2023-03-24 01:22:44 -07:00
Andy Wilkinson aa91f2b8b6 Introduce ConnectionDetails interface
Add a `ConnectionDetails` tagging interface which will be used
to mark beans that are a source of configuration settings for
connection to a remove service. When such beans are available,
they will take precedence over any connection-related
configuration properties. Configuration properties that are not
related to the connection itself, such as properties that control
the size and behavior of a connection pool, will still used.

See gh-34657

Co-Authored-By: Mortitz Halbritter <mkammerer@vmware.com>
Co-Authored-By: Phillip Webb <pwebb@vmware.com>
2023-03-24 01:14:31 -07:00
Phillip Webb c0f59a1f61 Merge branch '3.0.x' 2023-03-23 23:04:35 -07:00
Phillip Webb d3cdaf9d01 Merge branch '2.7.x' into 3.0.x 2023-03-23 23:04:01 -07:00
Mortitz Halbritter dcb4f3cf97 Polish 2023-03-23 23:03:46 -07:00
Phillip Webb 3dbc3a1943 Merge branch '3.0.x' 2023-03-23 23:01:32 -07:00
Mortitz Halbritter 42187e7bff Polish 2023-03-23 23:00:58 -07:00
Phillip Webb b6777524f7 Merge branch '2.7.x' into 3.0.x 2023-03-23 23:00:50 -07:00
Mortitz Halbritter bece347987 Polish 2023-03-23 22:59:26 -07:00
Andy Wilkinson 1eb5bbe3ea Polish "Allow ProblemDetailsExceptionHandlers to be proxied"
See gh-34503
2023-03-23 20:38:41 +00:00
Volkan Yazıcı b96a8dd370 Allow ProblemDetailsExceptionHandlers to be proxied
See gh-34503
2023-03-23 20:08:43 +00:00
Andy Wilkinson 5348e246a5 Provide dependency management for Testcontainers
Closes gh-34712
2023-03-23 16:49:08 +00:00
Andy Wilkinson 6d5e76e14e Polish "Configure support for GraphQL pagination and sorting"
See gh-34677
2023-03-23 13:41:05 +00:00
Brian Clozel 7109542e3f Configure support for GraphQL pagination and sorting
This commit auto-configures the new pagination and sorting support for
Spring for GraphQL, if Spring Data is available.
The `GraphQlAutoConfiguration` now contributes a `CursorStrategy` bean
that is used to set up the pagination and sorting data fetching
infrastructure.

This commit also configures by default a
`ConnectionTypeDefinitionConfigurer` that automatically detects
`*Connection` types and contributes the relevant schema definitions
according to the Relay spec.

See gh-34677
2023-03-23 13:40:24 +00:00
Andy Wilkinson f13d6e6862 Revert "Merge pull request #33643 from libetl"
This reverts commit 25e8f2d575, reversing
changes made to e5bc9a2fcb.

Unfortunately, upon additional review we realised that these changes
should not have been accepted. They're a partial implementation of
support for programmatically configuring Logback, implemented in a way
that only works during AOT processing and also potentially makes it
harder for us to implement full support in the future.

Closes gh-34361
2023-03-23 13:39:54 +00:00
Andy Wilkinson 919c8aa218 Merge branch '3.0.x'
Closes gh-34731
2023-03-23 10:02:27 +00:00
Andy Wilkinson fa63f6cc9e Stop using an instance supplier in EntityScanPackages' bean definition
Closes gh-34371
2023-03-23 10:02:14 +00:00
Andy Wilkinson 35a7669e0e Merge branch '3.0.x'
Closes gh-34727
2023-03-23 07:47:34 +00:00
Andy Wilkinson 26376ffcb1 Merge branch '2.7.x' into 3.0.x
Closes gh-34726
2023-03-23 07:47:16 +00:00
Andy Wilkinson 1fc3c34fa2 Document support for Java 20
Closes gh-34642
2023-03-23 07:45:46 +00:00
Andy Wilkinson 1693f81407 Upgrade to SQLite JDBC 3.41.2.0
Closes gh-34725
2023-03-23 07:39:53 +00:00
Andy Wilkinson c3156a8f50 Upgrade to Spring Integration 6.1.0-M2
Closes gh-34552
2023-03-23 07:39:46 +00:00
Andy Wilkinson 09191b16f0 Upgrade to Selenium HtmlUnit 4.8.1.1
Closes gh-34690
2023-03-22 21:37:22 +00:00
Andy Wilkinson 65fe80cd9f Upgrade to Oracle R2DBC 1.1.1
Closes gh-34723
2023-03-22 21:36:41 +00:00
Andy Wilkinson 14d12da5a4 Upgrade to Spring Integration 6.0.4
Closes gh-34542
2023-03-22 21:33:01 +00:00
Andy Wilkinson 1508e3cec8 Upgrade to Spring Integration 5.5.17
Closes gh-34722
2023-03-22 21:16:25 +00:00
Andy Wilkinson f06536f642 Polish Authorization Server auto-configuration 2023-03-22 19:26:38 +00:00
Andy Wilkinson c56b190b6c Upgrade to GraphQL Java 19.4
Closes gh-34718
2023-03-22 19:24:20 +00:00
Andy Wilkinson dd8f0c4e98 Upgrade to GraphQL Java 18.4
Closes gh-34717
2023-03-22 19:22:33 +00:00
Andy Wilkinson add78d4e8d Upgrade to MariaDB 3.1.3
Closes gh-34716
2023-03-22 17:52:45 +00:00
Andy Wilkinson 71fd42f5ad Upgrade to GraphQL Java 20.1
Closes gh-34715
2023-03-22 17:52:32 +00:00
Andy Wilkinson fa4c8162aa Upgrade to Spring Security 6.1.0-M2
Closes gh-34549
2023-03-22 17:43:56 +00:00
Madhura Bhave e6f602cec0 Polish "Add Spring Authorization Server support"
See gh-34003
2023-03-21 17:00:35 -07:00
Steve Riesenberg 25d77ee70b Add Spring Authorization Server support
See gh-34003
2023-03-21 17:00:35 -07:00
Scott Frederick a27bbbdfff Merge branch '3.0.x'
Closes gh-34707
2023-03-21 15:20:10 -05:00
swapy a450d8582d Fix typo in Spring Batch auto-configuration documentation
See gh-34646
2023-03-21 15:16:09 -05:00
Scott Frederick 80403b2ea8 Merge branch '3.0.x'
Closes gh-34706
2023-03-21 15:06:58 -05:00
Scott Frederick a8016b553e Merge branch '2.7.x' into 3.0.x
Closes gh-34705
2023-03-21 15:06:48 -05:00
Scott Frederick 1c05ad2852 Polish "Clarify conventions for custom error pages in WebFlux"
See gh-34534
2023-03-21 14:59:07 -05:00
Dave Syer f285364f22 Clarify conventions for custom error pages in WebFlux
See gh-34534
2023-03-21 14:59:07 -05:00
Scott Frederick 9fa5aa3649 Merge branch '3.0.x'
Closes gh-
2023-03-21 14:56:16 -05:00
Scott Frederick 6a6f4a3928 Merge branch '2.7.x' into 3.0.x
Closes gh-34704
2023-03-21 14:56:02 -05:00
Scott Frederick bf48c6c7f3 Merge pull request #34517 from anthonydahanne
* gh-34517:
  Polish "Add documentation for publishing images with Maven command line"
  Add documentation for publishing images with Maven command line

Closes gh-34517
2023-03-21 14:52:21 -05:00
Andy Wilkinson 932c203e06 Upgrade to Spring Session Bom 2021.2.1
Closes gh-34533
2023-03-21 19:20:04 +00:00
Andy Wilkinson 718e001c86 Upgrade to Spring HATEOAS 2.1.0-M1
Closes gh-34703
2023-03-21 19:18:00 +00:00
Andy Wilkinson 13aea50c5b Upgrade to Spring GraphQL 1.2.0-M1
Closes gh-34550
2023-03-21 19:15:42 +00:00
Andy Wilkinson 5652e8c1dd Upgrade to Spring Data Bom 2023.0.0-M3
Closes gh-34548
2023-03-21 19:14:45 +00:00
Andy Wilkinson 77a1aa1139 Upgrade to Spring Session 3.1.0-M1
Closes gh-34551
2023-03-21 19:13:52 +00:00
Andy Wilkinson 8e1819ffbf Upgrade to Spring Kafka 3.0.5
Closes gh-34555
2023-03-21 18:58:13 +00:00
Andy Wilkinson 9c8a68ee9c Upgrade to Spring AMQP 3.0.3
Closes gh-34610
2023-03-21 18:58:13 +00:00
Andy Wilkinson d77a885f12 Upgrade to Rabbit AMQP Client 5.17.0
Closes gh-34702
2023-03-21 18:58:12 +00:00
Andy Wilkinson d316dfce63 Upgrade to jOOQ 3.18.1
Closes gh-34701
2023-03-21 18:58:07 +00:00
Andy Wilkinson 87c28636bd Upgrade to Jedis 4.3.2
Closes gh-34700
2023-03-21 18:58:01 +00:00
Scott Frederick cf5b654f96 Polish "Switch to single topic for same intervals in Spring Kafka retry config"
See gh-34504
2023-03-21 13:48:20 -05:00
Abhijeet Mishra 4abf6f95ae Switch to single topic for same intervals in Spring Kafka retry config
See gh-34504
2023-03-21 13:48:20 -05:00
Scott Frederick ad680ed4ea Polish "Add documentation for publishing images with Maven command line"
See gh-34517
2023-03-21 13:30:50 -05:00
Anthony Dahanne 21978da02a Add documentation for publishing images with Maven command line
See gh-34517
2023-03-21 13:30:50 -05:00
Andy Wilkinson 174103c747 Upgrade to Spring Session 3.0.1
Closes gh-34545
2023-03-21 18:14:24 +00:00
Andy Wilkinson 7f860d20cf Upgrade to Spring Kafka 3.0.5
Closes gh-34543
2023-03-21 18:14:24 +00:00
Andy Wilkinson 11e7df66b9 Upgrade to Spring GraphQL 1.1.3
Closes gh-34541
2023-03-21 18:14:23 +00:00
Andy Wilkinson c5b352bd2e Upgrade to Spring AMQP 3.0.3
Closes gh-34608
2023-03-21 18:14:22 +00:00
Andy Wilkinson dc96511b66 Upgrade to jOOQ 3.17.10
Closes gh-34699
2023-03-21 18:14:22 +00:00
Andy Wilkinson 21bd505c22 Upgrade to Jedis 4.3.2
Closes gh-34698
2023-03-21 18:14:15 +00:00
Andy Wilkinson fbce81fd24 Upgrade to Spring GraphQL 1.0.4
Closes gh-34532
2023-03-21 18:11:18 +00:00
Andy Wilkinson 0f0222b0f8 Upgrade to Spring AMQP 2.4.11
Closes gh-34607
2023-03-21 18:11:18 +00:00
Andy Wilkinson fd01b3d480 Prohibit upgrades to Selenium HtmlUnit Driver 4.8.1
See gh-34690
2023-03-21 12:09:27 +00:00
Andy Wilkinson 72b1035284 Prohibit upgrades to Flyway 9.16
See gh-34682
2023-03-21 12:05:16 +00:00
Andy Wilkinson 439dee4b80 Upgrade to SQLite JDBC 3.41.0.1
Closes gh-34692
2023-03-21 12:04:38 +00:00