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
Stephane Nicoll
4c719c163b
Upgrade to RxJava3 3.1.7
...
Closes gh-37087
2023-08-23 21:04:14 +02:00
Stephane Nicoll
48e3ebadef
Upgrade to Netty 4.1.97.Final
...
Closes gh-37086
2023-08-23 21:04:09 +02:00
Stephane Nicoll
25897b25ab
Upgrade to Spring Batch 4.3.9
...
Closes gh-36827
2023-08-23 21:02:51 +02:00
Stephane Nicoll
59e6c8f6f9
Upgrade to Netty 4.1.97.Final
...
Closes gh-37085
2023-08-23 21:02:50 +02:00
Stephane Nicoll
b8dc534383
Upgrade to Testcontainers 1.19.0
...
Closes gh-37079
2023-08-23 11:27:27 +02:00
Stephane Nicoll
216b366bf1
Upgrade to Mockito 5.5.0
...
Closes gh-37078
2023-08-23 11:27:27 +02:00
Stephane Nicoll
dbdd673997
Upgrade to Maven Enforcer Plugin 3.4.0
...
Closes gh-37077
2023-08-23 11:27:27 +02:00
Stephane Nicoll
19df3934c6
Upgrade to Flyway 9.21.2
...
Closes gh-37076
2023-08-23 11:27:27 +02:00
Stephane Nicoll
00a698be51
Upgrade to Spring Authorization Server 1.1.2
...
Closes gh-36941
2023-08-23 09:39:54 +02:00
Stephane Nicoll
a562caf226
Upgrade to Spring Integration 6.2.0-M2
...
Closes gh-36943
2023-08-23 09:38:38 +02:00
Stephane Nicoll
50d19fbd12
Upgrade to Spring Authorization Server 1.1.2
...
Closes gh-36843
2023-08-23 09:37:58 +02:00
Stephane Nicoll
57a65bc0dd
Upgrade to Spring Integration 6.0.7
...
Closes gh-37061
2023-08-23 09:37:17 +02:00
Scott Frederick
c55e8b9b9a
Merge branch '3.1.x'
...
Closes gh-37072
2023-08-22 12:11:08 -05:00
Scott Frederick
23de8a1177
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37071
2023-08-22 12:10:46 -05:00
jongwooo
37855a597c
Fix links to Oracle API javadoc in the documentation
...
See gh-37070
2023-08-22 11:59:21 -05:00
Stephane Nicoll
0f20fc2bbe
Merge branch '3.1.x'
2023-08-22 14:45:10 +02:00
Stephane Nicoll
10873b0e7c
Merge branch '3.0.x' into 3.1.x
2023-08-22 14:45:02 +02:00
Stephane Nicoll
e8d329d99f
Polish
2023-08-22 14:44:02 +02:00
Stephane Nicoll
ad820cc99d
Merge branch '3.1.x'
2023-08-22 12:52:25 +02:00
Stephane Nicoll
44847d6600
Fix assertion (sorry)
...
See gh-37044
2023-08-22 12:51:33 +02:00
Stephane Nicoll
15f14a6082
Merge branch '3.1.x'
2023-08-22 11:59:50 +02:00
Stephane Nicoll
621db533dc
Fix assertion
...
See gh-37044
2023-08-22 11:58:38 +02:00
Brian Clozel
49e0d17a9b
Disable flaky reactor tests
...
See gh-36302
2023-08-22 11:38:26 +02:00
Stephane Nicoll
65ec6897e9
Merge branch '3.1.x'
...
Closes gh-37064
2023-08-22 10:49:37 +02:00
Stephane Nicoll
5a25c31832
Polish "Fix password property for Oracle container"
...
See gh-37044
2023-08-22 10:48:39 +02:00
Joe Steel
ab1e521388
Fix password property for Oracle container
...
See gh-37044
2023-08-22 10:40:52 +02:00
Stephane Nicoll
c3558689c7
Merge branch '3.1.x'
...
Closes gh-37063
2023-08-22 10:35:41 +02:00
Stephane Nicoll
6780b80673
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37062
2023-08-22 10:35:33 +02:00
Stephane Nicoll
eed6e199fc
Polish "Detect logback config location as xml if path ends with .xml"
...
See gh-37039
2023-08-22 10:33:03 +02:00
Yanming Zhou
c9cc1da48e
Detect logback config location as xml if path ends with .xml
...
See gh-37039
2023-08-22 10:06:29 +02:00
Stephane Nicoll
5b68e5b9fc
Start building against Spring Integration 6.0.7 snapshots
...
See gh-37061
2023-08-22 09:23:25 +02:00
Stephane Nicoll
fe0d88dbc4
Upgrade to Spring Security 6.2.0-M2
...
Closes gh-37060
2023-08-22 09:02:15 +02:00
Stephane Nicoll
95963e07a7
Upgrade to Spring Kafka 3.0.10
...
Closes gh-36942
2023-08-22 09:02:11 +02:00
Stephane Nicoll
564acf05c1
Upgrade to Spring AMQP 3.0.8
...
Closes gh-36940
2023-08-22 09:02:10 +02:00
Stephane Nicoll
817b456402
Upgrade to Hazelcast 5.3.2
...
Closes gh-37059
2023-08-22 09:02:10 +02:00
Stephane Nicoll
e95c7bb670
Upgrade to Groovy 4.0.14
...
Closes gh-37058
2023-08-22 09:02:05 +02:00
Stephane Nicoll
e789b76e74
Upgrade to Spring Security 6.1.3
...
Closes gh-36848
2023-08-22 09:00:24 +02:00
Stephane Nicoll
e97e2895c5
Upgrade to Spring Kafka 3.0.10
...
Closes gh-36846
2023-08-22 09:00:24 +02:00
Stephane Nicoll
96522ec0ce
Upgrade to Spring AMQP 3.0.8
...
Closes gh-36842
2023-08-22 09:00:24 +02:00
Stephane Nicoll
9729d37dce
Upgrade to Groovy 4.0.14
...
Closes gh-37057
2023-08-22 09:00:23 +02:00
Stephane Nicoll
7426d21407
Upgrade to Spring Security 6.0.6
...
Closes gh-36837
2023-08-22 08:58:10 +02:00
Stephane Nicoll
22e00c71d3
Upgrade to Spring Kafka 3.0.10
...
Closes gh-36835
2023-08-22 08:58:09 +02:00
Stephane Nicoll
83cfa7bc9c
Upgrade to Spring AMQP 3.0.8
...
Closes gh-36832
2023-08-22 08:58:09 +02:00
Stephane Nicoll
21c23a0763
Upgrade to Groovy 4.0.14
...
Closes gh-37056
2023-08-22 08:58:08 +02:00
Stephane Nicoll
da1950a689
Upgrade to Spring AMQP 2.4.15
...
Closes gh-36826
2023-08-22 08:56:03 +02:00
Stephane Nicoll
6fb813813a
Upgrade to Groovy 3.0.19
...
Closes gh-37055
2023-08-22 08:56:02 +02:00
Scott Frederick
1c03ed3184
Merge branch '3.1.x'
...
Closes gh-37052
2023-08-21 16:41:11 -05:00
Scott Frederick
ef40d9ebe2
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37051
2023-08-21 16:40:55 -05:00
Scott Frederick
0b197650a9
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37050
2023-08-21 16:40:43 -05:00
Scott Frederick
d5cfe4d475
Remove invalid caches parameter entry from Maven plugin docs
...
Fixes gh-37048
2023-08-21 16:40:18 -05:00
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
2023-08-21 15:04:39 -05:00
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
2023-08-21 16:43:41 +02:00
Stephane Nicoll
5e41d910f0
Upgrade to Spring LDAP 3.2.0-M2
...
Closes gh-36679
2023-08-19 18:29:31 +02:00
Stephane Nicoll
e3cc18831c
Upgrade to Spring Session 3.1.2
...
Closes gh-36849
2023-08-19 18:28:49 +02:00
Stephane Nicoll
f5821653ff
Upgrade to Spring LDAP 3.1.1
...
Closes gh-36847
2023-08-19 18:28:48 +02:00
Stephane Nicoll
1ae23ccc73
Upgrade to Spring Session 3.0.3
...
Closes gh-36838
2023-08-19 18:27:19 +02:00
Stephane Nicoll
48ea1ed8fb
Upgrade to Spring Data Bom 2023.1.0-M2
...
Closes gh-36680
2023-08-18 16:50:11 +02:00
Stephane Nicoll
e995ef6830
Upgrade to Undertow 2.3.8.Final
...
Closes gh-37032
2023-08-18 16:49:36 +02:00
Stephane Nicoll
7763c906bf
Upgrade to Undertow 2.3.8.Final
...
Closes gh-37031
2023-08-18 16:48:01 +02:00
Stephane Nicoll
a75bae6711
Upgrade to Spring Data Bom 2023.0.3
...
Closes gh-36845
2023-08-18 16:47:55 +02:00
Stephane Nicoll
5158c16052
Upgrade to Undertow 2.3.8.Final
...
Closes gh-37030
2023-08-18 16:36:19 +02:00
Stephane Nicoll
73e495e0e3
Upgrade to Spring LDAP 3.0.5
...
Closes gh-36836
2023-08-18 16:36:14 +02:00
Stephane Nicoll
1b8002684a
Upgrade to Spring Data Bom 2022.0.9
...
Closes gh-36834
2023-08-18 16:36:14 +02:00
Stephane Nicoll
be57f33df6
Upgrade to Undertow 2.2.26.Final
...
Closes gh-37029
2023-08-18 16:26:17 +02:00
Stephane Nicoll
0057d67445
Upgrade to Spring Data Bom 2021.2.15
...
Closes gh-36828
2023-08-18 16:26:12 +02:00
Stephane Nicoll
fc35975fcc
Merge branch '3.1.x'
...
Closes gh-37028
2023-08-18 14:33:46 +02:00
Stephane Nicoll
d9cc6e810f
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37027
2023-08-18 14:31:51 +02:00
Stephane Nicoll
1f6d0600b5
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37026
2023-08-18 14:15:48 +02:00
Stephane Nicoll
6efd9ed0b0
Test Gradle plugin against Gradle 8.3
...
Closes gh-37025
2023-08-18 14:05:50 +02:00
Stephane Nicoll
2ee1c1eeac
Merge branch '3.1.x'
...
Closes gh-37023
2023-08-17 17:14:41 +02:00
Stephane Nicoll
958f92495d
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37022
2023-08-17 17:14:30 +02:00
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
2023-08-17 17:07:27 +02:00
Stephane Nicoll
5c1c5c0d5e
Merge branch '3.1.x'
...
Closes gh-37021
2023-08-17 16:14:12 +02:00
Stephane Nicoll
a15ae2bd02
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37020
2023-08-17 16:12:59 +02:00
Stephane Nicoll
87569a0d17
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37019
2023-08-17 16:12:11 +02:00
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
2023-08-17 16:07:50 +02:00
Moritz Halbritter
450cd712c9
Merge branch '3.1.x'
...
Closes gh-37016
2023-08-17 12:18:46 +02:00
Moritz Halbritter
a6b63d285c
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37015
2023-08-17 12:18:11 +02:00
Moritz Halbritter
d3816651ce
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37014
2023-08-17 12:02:33 +02:00
Moritz Halbritter
dc62e5fbc3
Polish "Set max request header size on Netty when using HTTP/2"
...
See gh-36766
2023-08-17 11:50:18 +02:00
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
2023-08-17 11:47:01 +02:00
Stephane Nicoll
e1af526129
Prohibit upgrades to Liquibase 4.23.1
...
Closes gh-36984
2023-08-16 17:53:45 +02:00
Stephane Nicoll
37467c79d0
Polish "Reuse JOOQ helper to determine the dialect to use"
...
See gh-36991
2023-08-16 15:56:16 +02:00
Ramil Sayetov
36b5500ad0
Reuse JOOQ helper to determine the dialect to use
...
See gh-36991
2023-08-16 15:51:44 +02:00
Stephane Nicoll
16b00b5ef7
Upgrade to Lettuce 6.2.6.RELEASE
...
Closes gh-37006
2023-08-16 15:44:09 +02:00
Stephane Nicoll
7af57299eb
Upgrade to AspectJ 1.9.20
...
Closes gh-37005
2023-08-16 15:44:04 +02:00
Stephane Nicoll
9302bad4d9
Upgrade to Lettuce 6.2.6.RELEASE
...
Closes gh-37004
2023-08-16 15:40:52 +02:00
Stephane Nicoll
0ed32e83fe
Upgrade to AspectJ 1.9.20
...
Closes gh-37003
2023-08-16 15:40:48 +02:00
Stephane Nicoll
b99ebc6f87
Upgrade to Lettuce 6.2.6.RELEASE
...
Closes gh-37002
2023-08-16 15:24:18 +02:00