Andy Wilkinson
c63cb796d6
Merge branch '3.2.x'
2 years ago
Andy Wilkinson
a4462b42d1
Merge branch '3.1.x' into 3.2.x
2 years ago
Andy Wilkinson
049a2c01ed
Make run name in CI notification configurable and improve default
...
See gh-39761
2 years ago
Andy Wilkinson
5730f48184
Merge branch '3.2.x'
2 years ago
Andy Wilkinson
ce0786cd7c
Merge branch '3.1.x' into 3.2.x
2 years ago
Andy Wilkinson
ca6ee61493
Print JVM thread dumps if the build is cancelled
...
See gh-39761
2 years ago
Andy Wilkinson
83fe642558
Merge branch '3.2.x'
2 years ago
Andy Wilkinson
a8d6244334
Merge branch '3.1.x' into 3.2.x
2 years ago
Andy Wilkinson
868629d9c7
Allow the build to continue if sending a notification fails
...
See gh-39761
2 years ago
Andy Wilkinson
842021c1b2
Merge branch '3.2.x'
2 years ago
Andy Wilkinson
849f41a355
Merge branch '3.1.x' into 3.2.x
2 years ago
Andy Wilkinson
c1b15cd367
Send notifications from GitHub Actions to Google Chat
...
See gh-39761
2 years ago
Phillip Webb
720699996a
Change http links to https
...
See gh-39779
2 years ago
Phillip Webb
75c7bed6c6
Add external links to `spring-boot-dependencies`
...
Update the BOM `Library` model to support external links that we
can use in documentation and the release process.
An additional `checkLinks` task has also been added to verify
returned HTTP status codes.
Closes gh-39779
Co-authored-by: Andy Wilkinson <andy.wilkinson@broadcom.com>
2 years ago
Phillip Webb
e44ec27fd6
Add node folders to nohttp check suppressions
2 years ago
Scott Frederick
930c9347be
Merge branch '3.2.x'
...
Closes gh-39774
2 years ago
Scott Frederick
460d8a070d
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39773
2 years ago
Scott Frederick
e67e6bbb02
Merge pull request #39767 from snicoll
...
* pr/39767:
Stop throwing BindingException in tests
Closes gh-39767
2 years ago
Stéphane Nicoll
f6e4bede09
Stop throwing BindingException in tests
...
This commit adapts the error controller tests that need the request
to fail with a bind issue, and simulate the behavior of
ModelAttributeMethodProcessor.
As of Spring Framework 6.0.x, this processor no longer throws a
BindingException, but rather a MethodArgumentNotValidException and
the handing of BindException itself is deprecated.
This makes sure that those tests can smoothly be executed against
Spring Framework 6.2.x as throwing a BindingException now results
into an unresolved exception, and an internal server error rather than
the expected bad request.
See gh-39767
2 years ago
Scott Frederick
c3bdb4ed15
Merge pull request #39751 from snicoll
...
* pr/39751:
Simplify injection points declaration
Closes gh-39751
2 years ago
Stéphane Nicoll
4dfbeaf93f
Simplify injection points declaration
...
This commit simplifies the generics used for SessionRepository and
FindByIdNameSessionRepository as their type signatures already declare
that `S` extends from `Session`.
See gh-39751
2 years ago
Scott Frederick
ff182d8480
Merge branch '3.2.x'
...
Closes gh-39772
2 years ago
Scott Frederick
83efe763f3
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39771
2 years ago
Scott Frederick
76c7371258
Merge pull request #39750 from dreis2211
...
* pr/39750:
Remove obsolete JDK 9 check in spring-boot-smoke-test-jersey
Closes gh-39750
2 years ago
Christoph Dreis
3d47c949a6
Remove obsolete JDK 9 check in spring-boot-smoke-test-jersey
...
See gh-39750
2 years ago
Scott Frederick
2594e1c116
Merge branch '3.2.x'
...
Closes gh-39770
2 years ago
Scott Frederick
7efef3141e
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39769
2 years ago
Scott Frederick
a9b3420857
Merge pull request #39737 from snicoll
...
* pr/39737:
Make resolution algorithm of ConnectionDetailsFactory more explicit
Closes gh-39737
2 years ago
Stéphane Nicoll
c259a673d3
Make resolution algorithm of ConnectionDetailsFactory more explicit
...
This commit moves the resolution check for ConnectionDetailsFactory
to a dedicated method to make it more clear that it is meant to verify
that the implementation is resolved and can be loaded from the
classpath.
The previous algorithm relied on a behavior of ResolvableType that only
resolves the first level generics. Further improvements in Spring
Framework 6.2 make this check invalid as some implementations use a
Container that can hold a nested generic.
See gh-39737
2 years ago
Andy Wilkinson
bfc9ef8bc5
Merge branch '3.2.x'
...
Closes gh-39765
2 years ago
Andy Wilkinson
db0fcc5626
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39764
2 years ago
Andy Wilkinson
54cdc83337
Only reference Gradle tasks beneath org.gradle.api
...
Fixes gh-39584
2 years ago
Andy Wilkinson
04c919b94e
Merge branch '3.2.x'
2 years ago
Andy Wilkinson
ed56c3d738
Merge branch '3.1.x' into 3.2.x
2 years ago
Andy Wilkinson
b1381e8178
Add Gradle user name to properties and configure all in separate step
...
See gh-39761
2 years ago
Andy Wilkinson
4686f9de0d
Merge branch '3.2.x'
...
Closes gh-39763
2 years ago
Andy Wilkinson
df736eda81
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39762
2 years ago
Andy Wilkinson
c4ec76e1d0
Run Windows build on GitHub actions
...
Closes gh-39761
2 years ago
Andy Wilkinson
0bc5e2743b
Make dependency management of jakarta.inject-api public
...
Closes gh-39587
2 years ago
Andy Wilkinson
9acd5376c8
Merge branch '3.2.x'
...
Closes gh-39738
2 years ago
Andy Wilkinson
490161c0ed
Polish warning about virtual threads and the JVM exiting
...
Closes gh-39732
2 years ago
Scott Frederick
f3f7acc8fb
Merge branch '3.2.x'
2 years ago
Spring Builds
d817c19723
Next development version (v3.2.4-SNAPSHOT)
2 years ago
Moritz Halbritter
118120cd97
Merge branch '3.2.x'
2 years ago
Moritz Halbritter
5d88adac3f
Merge branch '3.1.x' into 3.2.x
2 years ago
Spring Builds
8dff2496dc
Next development version (v3.1.10-SNAPSHOT)
2 years ago
Andy Wilkinson
ea06a496e0
Upgrade to Undertow 2.3.12.Final
...
Closes gh-39731
2 years ago
Andy Wilkinson
38d7275c5e
Upgrade to Tomcat 10.1.19
...
Closes gh-39730
2 years ago
Andy Wilkinson
14ed152196
Upgrade to Testcontainers 1.19.6
...
Closes gh-39729
2 years ago
Andy Wilkinson
8a1a810b50
Upgrade to SQLite JDBC 3.45.1.0
...
Closes gh-39728
2 years ago