Stéphane Nicoll
09e19fdb9b
Merge branch '3.4.x'
...
Closes gh-44829
12 months ago
Stéphane Nicoll
6280767870
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44828
12 months ago
Stéphane Nicoll
67f9cc555a
Merge pull request #44800 from quaff
...
* pr/44800:
Add Yanming to the list of contributors
Polishing BatchAutoConfigurationTests
Closes gh-44800
12 months ago
Stéphane Nicoll
1a608b7005
Add Yanming to the list of contributors
...
See gh-44800
12 months ago
Yanming Zhou
81db52063a
Polishing BatchAutoConfigurationTests
...
1. Rename `TestConfiguration` to `TestJpaConfiguration` and remove unnecessary reference.
2. Use `withBean` instead of `withUserConfiguration` to avoid new configuration class.
3. Use kebab-case for configuration key
See gh-44800
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
12 months ago
Stéphane Nicoll
07f8c47b59
Merge branch '3.4.x'
...
Closes gh-44827
12 months ago
Stéphane Nicoll
3460c0d19f
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44826
12 months ago
Stéphane Nicoll
f44c17cf9a
Merge pull request #44787 from rainboyan
...
* pr/44787:
Fix code format
Polish javadoc of SpringProfileAction
Closes gh-44787
12 months ago
Stéphane Nicoll
28f8e3812b
Fix code format
...
See gh-44787
12 months ago
Michael Yan
78b9eca670
Polish javadoc of SpringProfileAction
...
See gh-44787
Signed-off-by: Michael Yan <rain@rainboyan.com>
12 months ago
Stéphane Nicoll
2079709dd9
Merge branch '3.4.x'
...
Closes gh-44824
12 months ago
Stéphane Nicoll
c2e4793b05
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44823
12 months ago
Stéphane Nicoll
3b4f98c94c
Merge pull request #44786 from rainboyan
...
* pr/44786:
Remove extra whitespace in logback defaults.xml
Closes gh-44786
12 months ago
Michael Yan
45a99f9e5a
Remove extra whitespace in logback defaults.xml
...
See gh-44786
Signed-off-by: Michael Yan <rain@rainboyan.com>
12 months ago
Stéphane Nicoll
03d26e1410
Merge branch '3.4.x'
...
Closes gh-44822
12 months ago
Stéphane Nicoll
ca61652edc
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44821
12 months ago
Stéphane Nicoll
3ea272ac2a
Rewrite 2nd level cache to use ehcache
...
Closes gh-44809
12 months ago
Stéphane Nicoll
515ce3d44d
Merge branch '3.4.x'
...
Closes gh-44820
12 months ago
Stéphane Nicoll
c39226b7a7
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44819
12 months ago
Stéphane Nicoll
9091f3f58f
Make link to DataSourceAutoConfiguration explicit
...
This commit updates DataSourceTransactionManagerAutoConfiguration to
explicitly states it should run after DataSourceAutoConfiguration.
Closes gh-44810
12 months ago
Stéphane Nicoll
1f526d6136
Merge branch '3.4.x'
...
Closes gh-44818
12 months ago
Stéphane Nicoll
7d409f704c
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44817
12 months ago
Stéphane Nicoll
7733551e0b
Stop relying on JPA entities from another module in tests
...
Closes gh-44804
12 months ago
Stéphane Nicoll
aac3cc41e0
Merge branch '3.4.x'
...
Closes gh-44816
12 months ago
Stéphane Nicoll
48024479b6
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44815
12 months ago
Stéphane Nicoll
d930b3e8b8
Configure copyright updates on package-info.java as well
...
Closes gh-44801
12 months ago
Phillip Webb
76a2310de0
Merge branch '3.4.x'
12 months ago
Phillip Webb
931f6a4d24
Next development version (v3.4.5-SNAPSHOT)
12 months ago
Brian Clozel
acb2465566
Add keep-alive property for GraphQL SSE handlers
...
This commit adds a new `spring.graphql.http.sse.keep-alive`
configuration property for MVC and WebFlux SSE handlers.
Closes gh-44743
12 months ago
Andy Wilkinson
95d5e35ff2
Provide @ConditionalOn… annotations for all concrete conditions
...
Closes gh-41044
12 months ago
Andy Wilkinson
437c259d9e
Merge pull request #44714 from filiphr
...
* gh-44714:
Polish "Add support for omitting SameSite attribute from session cookie"
Add support for omitting SameSite attribute from session cookie
Closes gh-44714
12 months ago
Andy Wilkinson
6367074829
Polish "Add support for omitting SameSite attribute from session cookie"
...
See gh-44714
12 months ago
Filip Hrisafov
ccbc4f91ec
Add support for omitting SameSite attribute from session cookie
...
See gh-44714
Signed-off-by: Filip Hrisafov <filip.hrisafov@gmail.com>
12 months ago
Andy Wilkinson
9920b5f252
Merge pull request #44753 from abelsromero
...
* gh-44753:
Update org.cyclonedx.bom version in docs 2.2.0
Closes gh-44753
12 months ago
Abel Salgado Romero
1ac039dbe5
Update org.cyclonedx.bom version in docs 2.2.0
...
See gh-44753
Signed-off-by: Abel Salgado Romero <abel.salgado@broadcom.com>
12 months ago
Andy Wilkinson
4ff00612b1
Merge pull request #44799 from quaff
...
* gh-44799:
Auto-configu Batch to use JobsParametersConverter bean when available
Closes gh-44799
12 months ago
Yanming Zhou
7af7820a64
Auto-configu Batch to use JobsParametersConverter bean when available
...
See gh-44799
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
12 months ago
Andy Wilkinson
84fbf439d4
Merge pull request #44803 from quaff
...
* gh-44803:
Polish "Allow to configure validateTransactionState for Spring Batch"
Allow to configure validateTransactionState for Spring Batch
Closes gh-44803
12 months ago
Andy Wilkinson
adae2e1946
Polish "Allow to configure validateTransactionState for Spring Batch"
...
See gh-44803
12 months ago
Yanming Zhou
f4a9236e01
Allow to configure validateTransactionState for Spring Batch
...
See gh-44803
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
12 months ago
Stéphane Nicoll
0453bf2cba
Merge branch '3.4.x'
12 months ago
Stéphane Nicoll
6ba94aebee
Merge branch '3.3.x' into 3.4.x
12 months ago
Stéphane Nicoll
36a5936494
Next development version (v3.3.11-SNAPSHOT)
12 months ago
Stéphane Nicoll
1646fa6483
Merge branch '3.4.x'
12 months ago
Stéphane Nicoll
363c6a97ba
Upgrade to Spring Framework 6.2.5
...
Closes gh-44732
12 months ago
Stéphane Nicoll
375aba6985
Upgrade to Spring Framework 6.2.5
...
Closes gh-44731
12 months ago
Phillip Webb
414794389e
Merge branch '3.4.x'
...
Closes gh-44791
12 months ago
Phillip Webb
37e4a3c566
Merge branch '3.3.x' into 3.4.x
...
Closes gh-44790
12 months ago
Phillip Webb
99fa21cfbb
Upgrade to asciidoctor-extensions 1.0.0-alpha.17
...
Fixes gh-44583
12 months ago
Andy Wilkinson
4a2c26eeec
Upgrade to Spring Batch 5.2.2
...
Closes gh-44591
12 months ago