bump spring-web to 6.2.12 and fix compatibility with new api by a-simeshin · Pull Request #1161 · allure-framework/allure-java
Navigation Menu
{{ message }}
allure-framework / allure-java Public
- Notifications You must be signed in to change notification settings
- Fork 237
Merged
baev merged 1 commit intoallure-framework:mainfrom
Nov 13, 2025Merged
Conversation
Copy link Copy Markdown
Contributor
Context
- bump spring-web to 6.2.12
- fix compatibility with new api
Spring-web changes:
- spring-web 6+ have java 17 baseline
- removed method
org.springframework.http.HttpRequest.getMethodValue() - deprecated method
org.springframework.http.client.ClientHttpResponse.getRawStatusCode()
Breaking changes:
- allure-spring-web compile java version set to 17, was 8
Checklist
- Sign Allure CLA
- Provide unit tests
github-actions
bot
added
theme:spring
theme:build
labels
Signed-off-by: Artem Simeshin <a.simeshin@gmail.com> bump spring-web to 6.2.6 and fix compatibility with new api
a-simeshin
force-pushed
the
fix-spring-web-6-comaptibility
branch
from
e00e76e to
a1ff336
Compare
a-simeshin
changed the title
bump spring-web to 6.2.6 and fix compatibility with new api
bump spring-web to 6.2.12 and fix compatibility with new api
baev
added
the
type:improvement
label
Nov 13, 2025baev approved these changes Nov 13, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment