Andy Wilkinson
430040415b
Merge branch '2.6.x' into 2.7.x
3 years ago
Andy Wilkinson
0b6c147a87
Polish
3 years ago
Andy Wilkinson
d1420b6abb
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31213
3 years ago
Andy Wilkinson
da8dafe138
Make afterResolve hook used by bootJar and bootWar more robust
...
Previously, ResolvedDependencies used hasError on
ResolvedConfiguration to check that it was safe to work with all
of the resolved configuration's artifacts and their files. This
check is not sufficient as errors can still occur later on.
This commit updates ResolvedDependencies to use a lenient
configuration, thereby avoiding any problems that may be caused by
errors that occur after the hasError check.
Closes gh-30586
3 years ago
Andy Wilkinson
70bcade232
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31211
3 years ago
Andy Wilkinson
419ac26e0d
Use conventions for source and encoding of aggregatedJavadoc
...
Closes gh-31210
3 years ago
Stephane Nicoll
dd437c4cf4
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31208
3 years ago
Stephane Nicoll
51893c4bba
Merge pull request #31197 from 1993heqiang
...
* pr/31197:
Upgrade copyright year of changed files
Polish "Remove boxing"
Closes gh-31197
3 years ago
Stephane Nicoll
ad1214c972
Upgrade copyright year of changed files
...
See gh-31197
3 years ago
heqiang
3a0ab01066
Polish "Remove boxing"
...
See gh-31197
3 years ago
Stephane Nicoll
95dad34482
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31206
3 years ago
Stephane Nicoll
35fb4f4bd3
Merge pull request #31203 from matei-cernaianu
...
* pr/31203:
Fix "spring.factories" typos in database initialization documentation
Closes gh-31203
3 years ago
Matei Cernăianu
eb8b9e17c5
Fix "spring.factories" typos in database initialization documentation
...
See gh-31203
3 years ago
Andy Wilkinson
682ac53f32
Ensure that config processor runs with only AutoConfiguration
...
Fixes gh-31186
3 years ago
Andy Wilkinson
d2397bd34e
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31188
3 years ago
Andy Wilkinson
83e8c039b3
Add application/wasm to MIME mappings
...
Closes gh-30885
3 years ago
Andy Wilkinson
f160185be3
Merge pull request #31145 from youribonnaffe
...
* gh-31145:
Remove mimepull dependency
Closes gh-31145
3 years ago
Youri Bonnaffe
d38bc13fd5
Remove mimepull dependency
...
Mimepull dependency was introduced in 1c18fd8
for gh-14924 to force the
version as the one coming from saaj-impl was not on Maven Central.
This is no longer the case.
Version 1.10.0 of Mimepull has been built with Java 11, breaking
compatibility with Java 8 for Spring Boot.
See gh-31145
3 years ago
Andy Wilkinson
194e9f0f79
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31183
3 years ago
Andy Wilkinson
88974b5488
Merge pull request #30878 from terminux
...
* gh-30878:
Polish "Assert that sources does not contain null elements"
Assert that sources does not contain null elements
Closes gh-30878
3 years ago
Andy Wilkinson
56c3a5f0ab
Polish "Assert that sources does not contain null elements"
...
See gh-30878
3 years ago
Guirong Hu
ebf276c005
Assert that sources does not contain null elements
...
See gh-30878
3 years ago
Andy Wilkinson
137318a845
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31180
3 years ago
Andy Wilkinson
94c9388861
Merge pull request #31172 from dalbani
...
* gh-31172:
Fix Custom Layers Configuration section title in Maven plugin docs
Closes gh-31172
3 years ago
Damiano Albani
3f91ed037f
Fix Custom Layers Configuration section title in Maven plugin docs
...
See gh-31172
3 years ago
Andy Wilkinson
935d1264e0
Merge branch '2.6.x' into 2.7.x
3 years ago
Andy Wilkinson
3d203d0215
Polish
3 years ago
Andy Wilkinson
455ee0ce22
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31177
3 years ago
Andy Wilkinson
ee45fd2fc8
Remove redundant throws declarations from internal APIs
...
Closes gh-31176
3 years ago
Andy Wilkinson
b3a4982f31
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31174
3 years ago
Andy Wilkinson
cbf42dea14
Update deprecation messages to change removal version from 2.8 to 3.0
...
Closes gh-30903
3 years ago
Andy Wilkinson
e617035dba
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31167
3 years ago
Andy Wilkinson
3e7bd582a3
Upgrade to Spring Java Format 0.0.33
...
Closes gh-31166
3 years ago
Andy Wilkinson
d6046f23dc
Merge pull request #31140 from eddumelendez
...
* gh-31140:
Add package-info for o.s.b.a.a.metrics.graphql
Closes gh-31140
3 years ago
Eddú Meléndez
154c84ffe2
Add package-info for o.s.b.a.a.metrics.graphql
...
See gh-31140
3 years ago
Andy Wilkinson
f805f768ca
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31153
3 years ago
Andy Wilkinson
6ea3704baf
Merge pull request #31141 from eddumelendez
...
* gh-31141:
Add .sdkmanrc with latest java version
Closes gh-31141
3 years ago
Eddú Meléndez
07047e7e85
Add .sdkmanrc with latest java version
...
See gh-31141
3 years ago
Andy Wilkinson
24dc525127
Fix conditions on auto-configured WebMvcMetricsFilter
...
Closes gh-31150
3 years ago
Andy Wilkinson
16f49745ef
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31147
3 years ago
Andy Wilkinson
6183532cc1
Merge pull request #31139 from eddumelendez
...
* gh-31139:
Use Bellsoft JDK in CI
Closes gh-31139
3 years ago
Eddú Meléndez
5fb96076bd
Use Bellsoft JDK in CI
...
See gh-31139
3 years ago
Phillip Webb
06679a4c46
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31128
3 years ago
Phillip Webb
9fa33e5645
Merge branch '2.5.x' into 2.6.x
...
Closes gh-31127
3 years ago
Phillip Webb
f185b0767a
Merge pull request #31126 from abel533
...
* pr/31126:
Polish "Resolve errors in layers.xsd"
Resolve errors in layers.xsd
Closes gh-31126
3 years ago
Phillip Webb
05a6447a8d
Polish "Resolve errors in layers.xsd"
...
Validate loaded `layer.xml` files against the XSD and additionally
update `<layers>` sub elements to have a 'minOccurs' of 0.
See gh-31126
3 years ago
Liuzh
0d78323b60
Resolve errors in layers.xsd
...
Update `layer-*.xsd` files with following fixes:
- Rename <includeProjectDependencies> to <includeModuleDependencies>
- Rename <excludeProjectDependencies> to <excludeModuleDependencies>
See gh-31126
3 years ago
Spring Builds
1006b386e4
Next development version (v2.7.1-SNAPSHOT)
3 years ago
Andy Wilkinson
516d9dbc6b
Update CI pipeline in preparation for 2.7.0
...
Closes gh-31119
3 years ago
Andy Wilkinson
97613f1385
Merge branch '2.6.x' into 2.7.x
3 years ago