Moritz Halbritter
c9be84af6e
Delete web server's temporary directories when the context is closed
...
Closes gh-9983
3 months ago
Andy Wilkinson
f8e5f46751
Merge pull request #48872 from paullee714
...
* gh-48872:
Add spring.data.rest.return-body-on-delete configuration property
Closes gh-48872
3 months ago
paullee714
1e458eff63
Add spring.data.rest.return-body-on-delete configuration property
...
This commit adds the missing returnBodyOnDelete property to
DataRestProperties, completing the symmetric configuration for
controlling response body behavior across all CRUD operations.
The property maps to RepositoryRestConfiguration.setReturnBodyOnDelete()
which was added in Spring Data REST 4.1.
Signed-off-by: paullee714 <woolba714@kakao.com>
See gh-48872
3 months ago
Andy Wilkinson
7d0d003786
Merge branch '4.0.x'
...
Closes gh-48898
3 months ago
Andy Wilkinson
6df1caf8f9
Auto-configure transactions when using spring-boot-kafka
...
spring-kafka has an api dependency on spring-tx, placing
the latter on the compile classpath of the former's consumers.
Additionally, when spring.kafka.producer.transaction-id-prefix is
set, the Kafka auto-configuration will define a Kafka-based
transaction manager. However, the transaction manager won't be used
without some configuration from the user as there's no dependency on
spring-boot-transaction and, therefore, no auto-configuration of
@EnableTransactionManagement .
This commit adds a spring-boot-transaction dependency to
spring-boot-kafka, aligning it with the spring-tx dependency that
spring-kafka already has.
Fixes gh-48880
3 months ago
Andy Wilkinson
25a54e0ba6
Add version alignment configuration for Couchbase Client
...
Closes gh-48890
3 months ago
Andy Wilkinson
fca8487c80
Add version alignment configuration for OpenTelemetry
...
Closes gh-48889
3 months ago
Andy Wilkinson
82a34a5595
Revert "Upgrade to Couchbase Client 3.10.0"
...
This reverts commit 6dfefb512a1e8e3081755ccc8d3d1e24cfc0c453.
See gh-48739
3 months ago
Andy Wilkinson
298fe258d9
Upgrade to XML Maven Plugin 1.2.1
...
Closes gh-48897
3 months ago
Andy Wilkinson
c7a4fd1fbc
Upgrade to Versions Maven Plugin 2.21.0
...
Closes gh-48896
3 months ago
Andy Wilkinson
c3ff939002
Upgrade to Spring Data Bom 2025.1.2
...
Closes gh-48726
3 months ago
Andy Wilkinson
bc7902e38c
Upgrade to Selenium 4.40.0
...
Closes gh-48895
3 months ago
Andy Wilkinson
9e18f96d29
Upgrade to Postgresql 42.7.9
...
Closes gh-48894
3 months ago
Andy Wilkinson
71583c53b3
Upgrade to Logback 1.5.25
...
Closes gh-48893
3 months ago
Andy Wilkinson
9a7a420a08
Upgrade to Jackson 2 Bom 2.21.0
...
Closes gh-48892
3 months ago
Andy Wilkinson
d93e8268c8
Upgrade to Byte Buddy 1.18.4
...
Closes gh-48891
3 months ago
Andy Wilkinson
b97f35ada1
Merge branch '4.0.x'
3 months ago
Andy Wilkinson
9e374fe3fc
Upgrade to XML Maven Plugin 1.2.1
...
Closes gh-48887
3 months ago
Andy Wilkinson
7312e01446
Upgrade to Postgresql 42.7.9
...
Closes gh-48886
3 months ago
Andy Wilkinson
7877c206f7
Upgrade to Logback 1.5.25
...
Closes gh-48885
3 months ago
Andy Wilkinson
0f6221fa6c
Merge branch '4.0.x'
3 months ago
Andy Wilkinson
f923ea6a49
Merge branch '3.5.x' into 4.0.x
3 months ago
Andy Wilkinson
b1e9718561
Upgrade to REST Assured 5.5.7
...
Closes gh-48884
3 months ago
Andy Wilkinson
f1f1747dd0
Upgrade to Postgresql 42.7.9
...
Closes gh-48883
3 months ago
Andy Wilkinson
d767d60cf3
Upgrade to Logback 1.5.25
...
Closes gh-48882
3 months ago
Andy Wilkinson
098259ead1
Upgrade to Hibernate 6.6.41.Final
...
Closes gh-48881
3 months ago
Stéphane Nicoll
5d68018d52
Merge branch '4.0.x'
...
Closes gh-48878
3 months ago
Stéphane Nicoll
db758bd404
Merge pull request #48875 from Zuohuang-Cai
...
* pr/48875:
Polish "Upgrade gradle to 9.3.0"
Upgrade gradle to 9.3.0
Closes gh-48875
3 months ago
Stéphane Nicoll
2b176765e5
Polish "Upgrade gradle to 9.3.0"
...
See gh-48875
3 months ago
Zuohuang Cai
e10320a0d8
Upgrade gradle to 9.3.0
...
See gh-48875
Signed-off-by: Zuohuang Cai <zc26226@gmail.com>
3 months ago
Stéphane Nicoll
abce0cac5c
Merge branch '4.0.x'
...
Closes gh-48877
3 months ago
Stéphane Nicoll
671e7c573b
Merge pull request #48874 from ngocnhan-tran1996
...
* pr/48874:
Remove duplicate word
Closes gh-48874
3 months ago
Tran Ngoc Nhan
7c03d3ad07
Remove duplicate word
...
See gh-48874
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
3 months ago
Andy Wilkinson
3bbbd98c35
Merge branch '4.0.x'
3 months ago
Andy Wilkinson
e579b8be98
Upgrade to Spring Data Bom 2025.1.2
...
Closes gh-48716
3 months ago
Andy Wilkinson
6ce5cae7a6
Merge branch '3.5.x' into 4.0.x
3 months ago
Andy Wilkinson
30bfdac357
Upgrade to Spring Data Bom 2025.0.8
...
Closes gh-48708
3 months ago
Andy Wilkinson
58968ea29a
Merge branch '4.0.x'
...
Closes gh-48867
3 months ago
Andy Wilkinson
9c3c008f50
Merge branch '3.5.x' into 4.0.x
...
Closes gh-48866
3 months ago
Andy Wilkinson
aaf482dfd4
Automate inclusion of noteworthy changes in the changelog
...
Closes gh-48656
3 months ago
Andy Wilkinson
775a41ad18
Merge pull request #48825 from HuitaePark
...
* gh-48825:
Polish "Allow user-provided alternatives to MockRestServiceServer beans"
Allow user-provided alternatives to MockRestServiceServer beans
Closes gh-48825
3 months ago
Andy Wilkinson
bbe82d61c5
Polish "Allow user-provided alternatives to MockRestServiceServer beans"
...
See gh-48825
3 months ago
HuitaePark
f21bab293b
Allow user-provided alternatives to MockRestServiceServer beans
...
Previously, MockRestServiceServerAutoConfiguration unconditionally
defined its beans, preventing the user from providing an alternative.
This commit adds @ConditionalOnMissingBean to ensure the auto-configuration
backs off when a user-provided alternatives are present.
See gh-48825
Signed-off-by: HuitaePark <qkrgmlxo3174@gmail.com>
3 months ago
Andy Wilkinson
3df2da82ff
Merge branch '4.0.x'
3 months ago
Andy Wilkinson
9aa4965823
Merge branch '3.5.x' into 4.0.x
3 months ago
Andy Wilkinson
e5fd82855a
Upgrade to Undertow 2.3.21.Final
...
Closes gh-48848
3 months ago
Andy Wilkinson
7bd53c7ba2
Upgrade to R2DBC MSSQL 1.0.4.RELEASE
...
Closes gh-48847
3 months ago
Andy Wilkinson
3ea6db0a56
Upgrade to Micrometer Tracing 1.5.8
...
Closes gh-48706
3 months ago
Andy Wilkinson
8152bd0292
Upgrade to Micrometer 1.15.8
...
Closes gh-48705
3 months ago
Phillip Webb
a1b7a6c34d
Merge branch '4.0.x'
...
Closes gh-48861
3 months ago