-
Notifications
You must be signed in to change notification settings - Fork 414
Spring7 migration #3897
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
base: master
Are you sure you want to change the base?
Spring7 migration #3897
Conversation
HTTPs handling should be moved to web.xml
Removed length constraints for the data table in the PrintJobResultExtImpl
From the artifact of the previous workflow run
0546d0c to
0065e5e
Compare
HTTPs handling should be moved to web.xml
Removed length constraints for the data table in the PrintJobResultExtImpl
From the artifact of the previous workflow run
…t into spring7-openrewrite
|
It got a bit messy, because "git pull --rebase" could potentially introduce even more errors, so it was merged without a rebase. Now the merge issues and linter issues are fixed. |
| - run: python3 -m pip install --requirement=ci/requirements.txt | ||
|
|
||
| - uses: actions/cache@v4 | ||
| - uses: actions/cache@v5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why doing this in this pull request?
|
Is there a useful logic in the different commits? |
Migrate from spring 5 to spring 7.