Phillip Webb
25e0954b90
Revert "Set correct Eclipse WTP facet version"
...
This reverts commit d394ad3d3d
.
2 years ago
Phillip Webb
d394ad3d3d
Set correct Eclipse WTP facet version
2 years ago
Phillip Webb
4c06d4d646
Merge branch '2.7.x' into 3.0.x
2 years ago
Phillip Webb
e912c1b2b8
Update eclipse setup file
2 years ago
Stephane Nicoll
734b837203
Upgrade to Yasson 3.0.3
...
Closes gh-34916
2 years ago
Stephane Nicoll
62397031fd
Upgrade to Undertow 2.3.5.Final
...
Closes gh-34915
2 years ago
Stephane Nicoll
b863fcd6a1
Upgrade to Netty 4.1.91.Final
...
Closes gh-34914
2 years ago
Stephane Nicoll
f3cdad35df
Upgrade to Maven Resources Plugin 3.3.1
...
Closes gh-34913
2 years ago
Stephane Nicoll
5204b5abaa
Upgrade to jOOQ 3.17.11
...
Closes gh-34912
2 years ago
Stephane Nicoll
76112f537f
Upgrade to Groovy 4.0.11
...
Closes gh-34911
2 years ago
Stephane Nicoll
2f98bdac1f
Merge branch '2.7.x' into 3.0.x
2 years ago
Stephane Nicoll
d823d7b0b1
Upgrade to Undertow 2.2.24.Final
...
Closes gh-34910
2 years ago
Stephane Nicoll
e0d740fe85
Upgrade to Netty 4.1.91.Final
...
Closes gh-34909
2 years ago
Stephane Nicoll
abc7bd0c5f
Upgrade to Logback 1.2.12
...
Closes gh-34908
2 years ago
Stephane Nicoll
ca48c6a034
Upgrade to Groovy 3.0.17
...
Closes gh-34907
2 years ago
Stephane Nicoll
8323cf3db6
Upgrade to DB2 JDBC 11.5.8.0
...
Closes gh-34906
2 years ago
Stephane Nicoll
7b0f241fd6
Merge branch '2.7.x' into 3.0.x
2 years ago
Stephane Nicoll
5db3934e2a
Start building against Spring LDAP 3.0.2 snapshots
...
See gh-34904
2 years ago
Stephane Nicoll
b4f0e25ce1
Start building against Spring Data Bom 2022.0.5 snapshots
...
See gh-34903
2 years ago
Stephane Nicoll
649796cdae
Start building against Spring Data Bom 2021.2.11 snapshots
...
See gh-34902
2 years ago
Stephane Nicoll
ace8cff1b3
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34869
2 years ago
Stephane Nicoll
da84e41f7c
Merge pull request #34613 from dreis2211
...
* pr/34613:
Avoid repeated class lookups in tests
Closes gh-34613
2 years ago
Christoph Dreis
9107c5cae3
Avoid repeated class lookups in tests
...
See gh-34613
2 years ago
Stephane Nicoll
378b46855c
Merge pull request #34305 from marbon87
...
* pr/34305:
Polish "Auto-configure observation for Spring-Batch"
Auto-configure observation for Spring-Batch
Closes gh-34305
2 years ago
Stephane Nicoll
579364c2ec
Polish "Auto-configure observation for Spring-Batch"
...
See gh-34305
2 years ago
Mark Bonnekessel
5ad29db9c8
Auto-configure observation for Spring-Batch
...
See gh-34305
2 years ago
Stephane Nicoll
2f54a0c77f
Merge branch '2.7.x' into 3.0.x
2 years ago
Stephane Nicoll
cbf67b1c9a
Start building against Spring Framework 6.0.8 snapshots
...
See gh-34861
2 years ago
Stephane Nicoll
3812cb1b44
Start building against Reactor Bom 2022.0.6 snapshots
...
See gh-34860
2 years ago
Stephane Nicoll
cc213a5424
Start building against Micrometer Tracing 1.0.4 snapshots
...
See gh-34859
2 years ago
Stephane Nicoll
bca565bc17
Start building against Micrometer 1.10.6 snapshots
...
See gh-34858
2 years ago
Stephane Nicoll
6c4809f54b
Start building against Spring Framework 5.3.27 snapshots
...
See gh-34857
2 years ago
Stephane Nicoll
a51dff9ef1
Start building against Reactor Bom 2020.0.31 snapshots
...
See gh-34856
2 years ago
Stephane Nicoll
f965eff735
Start building against Micrometer 1.9.10 snapshots
...
See gh-34855
2 years ago
Andy Wilkinson
16b126a481
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34799
2 years ago
Andy Wilkinson
c9e69b13b1
Resolve placeholders in reference config against all other config
...
Fixes gh-34643
2 years ago
Andy Wilkinson
c37ff8d687
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34798
2 years ago
Andy Wilkinson
0ed73a859b
Upgrade to Spring Asciidoctor Backends 0.0.5
...
Closes gh-34432
2 years ago
Andy Wilkinson
b2e6db544b
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34792
2 years ago
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
2 years ago
Andy Wilkinson
2d280bb967
Polish "Fix support for default values in banner placeholders"
...
See gh-34764
2 years ago
Krzysztof Krason
5c01aa719c
Fix support for default values in banner placeholders
...
See gh-34764
2 years ago
Andy Wilkinson
4b58eefe7b
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34788
2 years ago
Andy Wilkinson
4705e82a6e
Note that optional dependencies are included by run and repackage
...
Closes gh-34636
2 years ago
Andy Wilkinson
d6dbf300ab
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34781
2 years ago
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
2 years ago
Andy Wilkinson
d4ef5dc151
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34755
2 years ago
Andy Wilkinson
17a4d303f8
Switch Java 20 CI to Bellsoft Liberica
...
Closes gh-34752
2 years ago
Andy Wilkinson
1933e9a28e
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34753
2 years ago
Andy Wilkinson
04e7e70ebd
Remove JDK 19 CI
...
Closes gh-34639
2 years ago