-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump spring-boot.version from 3.2.3 to 3.3.3 #1887
Conversation
Bumps `spring-boot.version` from 3.2.3 to 3.3.3. Updates `org.springframework.boot:spring-boot-starter-web` from 3.2.3 to 3.3.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.3...v3.3.3) Updates `org.springframework.boot:spring-boot-starter-undertow` from 3.2.3 to 3.3.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.3...v3.3.3) Updates `org.springframework.boot:spring-boot-starter-test` from 3.2.3 to 3.3.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.3...v3.3.3) Updates `org.springframework.boot:spring-boot-starter-webflux` from 3.2.3 to 3.3.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.3...v3.3.3) Updates `org.springframework.boot:spring-boot-dependencies` from 3.2.3 to 3.3.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.3...v3.3.3) Updates `org.springframework.boot:spring-boot-autoconfigure` from 3.2.3 to 3.3.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.3...v3.3.3) Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.2.3 to 3.3.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.3...v3.3.3) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter-undertow dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter-webflux dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-autoconfigure dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
@kasmarian I found out that since Spring Boot 3.2.4, this method: logbook/logbook-servlet/src/test/java/org/zalando/logbook/servlet/ExampleController.java Lines 56 to 66 in cda81c0
is called with an async implementation of When the test tries to capture it with logbook/logbook-servlet/src/test/java/org/zalando/logbook/servlet/MultiFilterTest.java Lines 133 to 137 in cda81c0
I tried changing the return value of the function as follows: return new LocalResponse(captor.getValue(), "1.1"); But then the assertion
Maybe logbook/logbook-servlet/src/main/java/org/zalando/logbook/servlet/LocalResponse.java Lines 226 to 234 in cda81c0
|
Superseded by #1905. |
Bumps
spring-boot.version
from 3.2.3 to 3.3.3.Updates
org.springframework.boot:spring-boot-starter-web
from 3.2.3 to 3.3.3Release notes
Sourced from org.springframework.boot:spring-boot-starter-web's releases.
... (truncated)
Commits
27f852a
Release v3.3.3f0d2503
Merge branch '3.2.x' into 3.3.x1822b2f
Include spring-boot-starter-parent in Integration tests repositoryd4e1aed
Merge branch '3.2.x' into 3.3.x0b24ee8
Improve loading of jar entry certificates29e4607
Merge branch '3.2.x' into 3.3.x112cfc8
Remove processed annotations plugin declaration05b73ce
Call getErrorAttributes() only onced974686
Upgrade to apachepulsar/pulsar 3.2.4459d899
Add release type attribute for Antora documentation generationUpdates
org.springframework.boot:spring-boot-starter-undertow
from 3.2.3 to 3.3.3Release notes
Sourced from org.springframework.boot:spring-boot-starter-undertow's releases.
... (truncated)
Commits
27f852a
Release v3.3.3f0d2503
Merge branch '3.2.x' into 3.3.x1822b2f
Include spring-boot-starter-parent in Integration tests repositoryd4e1aed
Merge branch '3.2.x' into 3.3.x0b24ee8
Improve loading of jar entry certificates29e4607
Merge branch '3.2.x' into 3.3.x112cfc8
Remove processed annotations plugin declaration05b73ce
Call getErrorAttributes() only onced974686
Upgrade to apachepulsar/pulsar 3.2.4459d899
Add release type attribute for Antora documentation generationUpdates
org.springframework.boot:spring-boot-starter-test
from 3.2.3 to 3.3.3Release notes
Sourced from org.springframework.boot:spring-boot-starter-test's releases.
... (truncated)
Commits
27f852a
Release v3.3.3f0d2503
Merge branch '3.2.x' into 3.3.x1822b2f
Include spring-boot-starter-parent in Integration tests repositoryd4e1aed
Merge branch '3.2.x' into 3.3.x0b24ee8
Improve loading of jar entry certificates29e4607
Merge branch '3.2.x' into 3.3.x112cfc8
Remove processed annotations plugin declaration05b73ce
Call getErrorAttributes() only onced974686
Upgrade to apachepulsar/pulsar 3.2.4459d899
Add release type attribute for Antora documentation generationUpdates
org.springframework.boot:spring-boot-starter-webflux
from 3.2.3 to 3.3.3Release notes
Sourced from org.springframework.boot:spring-boot-starter-webflux's releases.
... (truncated)
Commits
27f852a
Release v3.3.3f0d2503
Merge branch '3.2.x' into 3.3.x1822b2f
Include spring-boot-starter-parent in Integration tests repositoryd4e1aed
Merge branch '3.2.x' into 3.3.x0b24ee8
Improve loading of jar entry certificates29e4607
Merge branch '3.2.x' into 3.3.x112cfc8
Remove processed annotations plugin declaration05b73ce
Call getErrorAttributes() only onced974686
Upgrade to apachepulsar/pulsar 3.2.4459d899
Add release type attribute for Antora documentation generationUpdates
org.springframework.boot:spring-boot-dependencies
from 3.2.3 to 3.3.3Release notes
Sourced from org.springframework.boot:spring-boot-dependencies's releases.
... (truncated)
Commits
27f852a
Release v3.3.3f0d2503
Merge branch '3.2.x' into 3.3.x1822b2f
Include spring-boot-starter-parent in Integration tests repositoryd4e1aed
Merge branch '3.2.x' into 3.3.x0b24ee8
Improve loading of jar entry certificates29e4607
Merge branch '3.2.x' into 3.3.x112cfc8
Remove processed annotations plugin declaration05b73ce
Call getErrorAttributes() only onced974686
Upgrade to apachepulsar/pulsar 3.2.4459d899
Add release type attribute for Antora documentation generationUpdates
org.springframework.boot:spring-boot-autoconfigure
from 3.2.3 to 3.3.3Release notes
Sourced from org.springframework.boot:spring-boot-autoconfigure's releases.
... (truncated)
Commits
27f852a
Release v3.3.3f0d2503
Merge branch '3.2.x' into 3.3.x1822b2f
Include spring-boot-starter-parent in Integration tests repositoryd4e1aed
Merge branch '3.2.x' into 3.3.x0b24ee8
Improve loading of jar entry certificates29e4607
Merge branch '3.2.x' into 3.3.x112cfc8
Remove processed annotations plugin declaration05b73ce
Call getErrorAttributes() only onced974686
Upgrade to apachepulsar/pulsar 3.2.4459d899
Add release type attribute for Antora documentation generationUpdates
org.springframework.boot:spring-boot-configuration-processor
from 3.2.3 to 3.3.3Release notes
Sourced from org.springframework.boot:spring-boot-configuration-processor's releases.
... (truncated)
Commits
27f852a
Release v3.3.3f0d2503
Merge branch '3.2.x' into 3.3.x1822b2f
Include spring-boot-starter-parent in Integration tests repositoryd4e1aed
Merge branch '3.2.x' into 3.3.x0b24ee8
Improve loading of jar entry certificates29e4607
Merge branch '3.2.x' into 3.3.x112cfc8
Remove processed annotations plugin declaration05b73ce
Call getErrorAttributes() only onced974686
Upgrade to apachepulsar/pulsar 3.2.4459d899
Add release type attribute for Antora documentation generationDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it ...Description has been truncated