-
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
Open
cmangeat
wants to merge
62
commits into
master
Choose a base branch
from
spring7-openrewrite
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Spring7 migration #3897
Changes from all commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
53997c2
OpenRewrite config
lanseg a11b240
OpenRewrite automated upgrade
lanseg 26a3b7a
Moved metrics from javax.servlet to jakarta.servlet
lanseg 7a8a7db
Completed refactored core
lanseg 03aa703
Fixed checkstyle issues
lanseg cc203f1
OpenRewrite migration from junit4 to junit6
lanseg b4b567c
Fixed SingleTileLoaderTaskTest
lanseg 1487823
Migrated to Hibernate 6.6 using OpenRewrite
lanseg 8be3a18
Fixed deserializing HttpMethod
lanseg 1a63fc3
Fixed NotAnEntity exception
lanseg 3764f60
Fixed proxy and http auth parameters passing
lanseg 78bc2ec
Spring-security fix for the server
lanseg 7ba1741
Remove channel enforcing in the spring config.
lanseg 3c82c58
Migrated 'examples' code
lanseg 43e7135
Re-enabled acceptance tests
lanseg 991ecaa
Increased log verbosity for debugging
lanseg f262df6
Explicitly define path param names in the main servlet
lanseg 332439c
Fixed test link generation for the acceptance tests
lanseg 4437746
Proof of concept fix for the failing secure templates test
lanseg 7b4c100
Removed WIP fix
lanseg 7e3023c
Fixed http to https redirect for the private templates
lanseg 536c1a4
Restored missing dependencies for unit tests
lanseg c892deb
Fixed clustering tests.
lanseg a251f33
Added size constraints instead of the default ones
lanseg 1f7665a
Merge PrintJobImpl interface and implementation
lanseg 02e7130
Resolved the deprecated issues
lanseg 28fb200
Apply pre-commit fix
geo-ghci-int[bot] 0065e5e
Addressed linter errors regarding path variable names
lanseg 72c9d23
Update CI dependencies (#3907)
renovate[bot] 08c15ad
Update all patch/minor versions (#3905)
renovate[bot] eb9b857
Update CI dependencies (#3906)
renovate[bot] 95e7dcd
Fixed the linter recommendation for the path variable names
lanseg f2b4060
OpenRewrite config
lanseg 904e0a9
OpenRewrite automated upgrade
lanseg 9285076
Moved metrics from javax.servlet to jakarta.servlet
lanseg 83d9be5
Completed refactored core
lanseg d947394
Fixed checkstyle issues
lanseg 992b5b8
OpenRewrite migration from junit4 to junit6
lanseg 0d12e47
Fixed SingleTileLoaderTaskTest
lanseg 8c88f7d
Migrated to Hibernate 6.6 using OpenRewrite
lanseg 1909873
Fixed deserializing HttpMethod
lanseg 2c852c3
Fixed NotAnEntity exception
lanseg 965d363
Fixed proxy and http auth parameters passing
lanseg 848546e
Spring-security fix for the server
lanseg 1372789
Remove channel enforcing in the spring config.
lanseg 29571e5
Migrated 'examples' code
lanseg 0c7429a
Re-enabled acceptance tests
lanseg 6107a1b
Increased log verbosity for debugging
lanseg ae8ccd8
Explicitly define path param names in the main servlet
lanseg 5c9fa4c
Fixed test link generation for the acceptance tests
lanseg 62f57e1
Proof of concept fix for the failing secure templates test
lanseg a01f8ff
Removed WIP fix
lanseg a233296
Fixed http to https redirect for the private templates
lanseg e54f317
Restored missing dependencies for unit tests
lanseg 730c01a
Fixed clustering tests.
lanseg 5c76c93
Added size constraints instead of the default ones
lanseg b7da39d
Merge PrintJobImpl interface and implementation
lanseg 4166398
Resolved the deprecated issues
lanseg 0c84ce6
Apply pre-commit fix
geo-ghci-int[bot] 98de59a
Addressed linter errors regarding path variable names
lanseg 8977450
Fixed the linter recommendation for the path variable names
lanseg 8cce6d2
Merge branch 'spring7-openrewrite' of github.com:mapfish/mapfish-prin…
lanseg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| c2cciutils==1.7.5 | ||
| pre-commit==4.5.0 | ||
| pre-commit==4.5.1 | ||
| tag-publish==1.1.1 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| FROM mapfish_print_builder AS builder | ||
|
|
||
| FROM tomcat:9.0.112-jre21-temurin-jammy AS runner | ||
| FROM tomcat:10-jre21-temurin-jammy AS runner | ||
| LABEL maintainer="Camptocamp <[email protected]>" | ||
|
|
||
| RUN --mount=type=cache,target=/var/cache,sharing=locked \ | ||
|
|
||
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
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
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
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
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
4 changes: 2 additions & 2 deletions
4
core/src/main/java/org/mapfish/print/attribute/DataSourceAttribute.java
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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?