-
Notifications
You must be signed in to change notification settings - Fork 158
ROL-2183: Migrate from javax to Jakarta EE 11 #154
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
mraible
wants to merge
22
commits into
apache:master
Choose a base branch
from
mraible:feature/jakarta-ee-10-migration
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
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
ff34095
Upgrade to Java 17, Derby 10.16.1.1, and fix SLF4J bridge
mraible 68e4af4
Remove OAuth 1.0a, OpenID 2.0 filter, and unused dependencies
mraible a1c7377
Fork XmlRpcServlet and AtomServlet into Roller codebase
mraible 44e81c8
Migrate to Jakarta EE 10, Spring 7, Struts 7, and EclipseLink 5
mraible 01086d6
Upgrade Jetty Maven plugin to 12, Tomcat to 10.1, and PostgreSQL to 16
mraible 96f4e79
Update CI matrix to require Java 17 minimum
mraible ecb194d
Fix it-selenium module for Jakarta EE 10 migration
mraible 33fe72e
Fix Struts DTD reference: struts-7.0.dtd does not exist
mraible 6621c85
Rename fileUpload interceptor to actionFileUpload for Struts 7
mraible 2738254
Fix Struts 7 parameter binding, OGNL allowlist, and static content path
mraible 191ff81
Fix mvn jetty:run for the Jetty 12 plugin
mraible 7867dc1
Permit unmatched requests explicitly under Spring Security 7
mraible 2a39596
Serve WebJar assets from META-INF/resources instead of the webjars se…
mraible b9dff98
Restore the bootstrap form theme via the Jakarta struts2-bootstrap-pl…
mraible d12aa22
Fix the it-selenium jetty harness for the Jetty 12 plugin
mraible e62111e
Deliver uploaded files via Struts 7's UploadedFilesAware interface
mraible 47a8cdd
Test against JDK 25 and upgrade Mockito so it can mock there
mraible dd2b283
Fix AtomPub basic authentication checking the wrong user's password
mraible 14937ad
Run CI on pull requests that target feature branches so stacked PRs g…
mraible a908293
Restore null path info handling in the forked Atom adapter and stop r…
mraible b58edfd
Target Jakarta EE 11 so Spring Framework 7 runs on its supported base…
mraible aec70d0
Refuse stale AtomPub auth schemes and answer missing Content-Type wit…
mraible File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,3 +28,4 @@ docker/postgresql-data | |
| docker/roller-data | ||
| assembly-release/release.sh | ||
| it-selenium/overlays/ | ||
| logs/ | ||
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
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.
Uh oh!
There was an error while loading. Please reload this page.