Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
apache
/
roller
Public
Notifications
You must be signed in to change notification settings
Fork
166
Star
133
Code
Pull requests
8
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
ROL-2183: Migrate from javax to Jakarta EE 11
- #154
#154
Open
mraible
wants to merge 22 commits into
apache:master
apache/roller:master
from
mraible:feature/jakarta-ee-10-migration
mraible/roller:feature/jakarta-ee-10-migration
Copy head branch name to clipboard
Conversation
Commits
22
(22)
Checks
Files changed
Open
ROL-2183: Migrate from javax to Jakarta EE 11
#154
mraible
wants to merge 22 commits into
apache:master
apache/roller:master
from
mraible:feature/jakarta-ee-10-migration
mraible/roller:feature/jakarta-ee-10-migration
Copy head branch name to clipboard
Commits
Commits on Aug 11, 2026
Upgrade to Java 17, Derby 10.16.1.1, and fix SLF4J bridge
Show description for ff34095
mraible
committed
ff34095
View commit details
Copy full SHA for ff34095
Browse repository at this point
Remove OAuth 1.0a, OpenID 2.0 filter, and unused dependencies
Show description for 68e4af4
mraible
committed
68e4af4
View commit details
Copy full SHA for 68e4af4
Browse repository at this point
Fork XmlRpcServlet and AtomServlet into Roller codebase
Show description for a1c7377
mraible
committed
a1c7377
View commit details
Copy full SHA for a1c7377
Browse repository at this point
Migrate to Jakarta EE 10, Spring 7, Struts 7, and EclipseLink 5
Show description for 44e81c8
mraible
committed
44e81c8
View commit details
Copy full SHA for 44e81c8
Browse repository at this point
Upgrade Jetty Maven plugin to 12, Tomcat to 10.1, and PostgreSQL to 16
Show description for 01086d6
mraible
committed
01086d6
View commit details
Copy full SHA for 01086d6
Browse repository at this point
Update CI matrix to require Java 17 minimum
Show description for 96f4e79
mraible
committed
96f4e79
View commit details
Copy full SHA for 96f4e79
Browse repository at this point
Fix it-selenium module for Jakarta EE 10 migration
Show description for ecb194d
mraible
committed
ecb194d
View commit details
Copy full SHA for ecb194d
Browse repository at this point
Fix Struts DTD reference: struts-7.0.dtd does not exist
Show description for 33fe72e
mraible
committed
33fe72e
View commit details
Copy full SHA for 33fe72e
Browse repository at this point
Rename fileUpload interceptor to actionFileUpload for Struts 7
Show description for 6621c85
mraible
committed
6621c85
View commit details
Copy full SHA for 6621c85
Browse repository at this point
Fix Struts 7 parameter binding, OGNL allowlist, and static content path
Show description for 2738254
mraible
committed
2738254
View commit details
Copy full SHA for 2738254
Browse repository at this point
Fix mvn jetty:run for the Jetty 12 plugin
Show description for 191ff81
mraible
committed
191ff81
View commit details
Copy full SHA for 191ff81
Browse repository at this point
Permit unmatched requests explicitly under Spring Security 7
Show description for 7867dc1
mraible
committed
7867dc1
View commit details
Copy full SHA for 7867dc1
Browse repository at this point
Serve WebJar assets from META-INF/resources instead of the webjars servlet
Show description for 2a39596
mraible
committed
2a39596
View commit details
Copy full SHA for 2a39596
Browse repository at this point
Restore the bootstrap form theme via the Jakarta struts2-bootstrap-plugin
Show description for b9dff98
mraible
committed
b9dff98
View commit details
Copy full SHA for b9dff98
Browse repository at this point
Fix the it-selenium jetty harness for the Jetty 12 plugin
Show description for d12aa22
mraible
committed
d12aa22
View commit details
Copy full SHA for d12aa22
Browse repository at this point
Commits on Aug 12, 2026
Deliver uploaded files via Struts 7's UploadedFilesAware interface
Show description for e62111e
mraible
committed
e62111e
View commit details
Copy full SHA for e62111e
Browse repository at this point
Test against JDK 25 and upgrade Mockito so it can mock there
Show description for 47a8cdd
mraible
committed
47a8cdd
View commit details
Copy full SHA for 47a8cdd
Browse repository at this point
Fix AtomPub basic authentication checking the wrong user's password
Show description for dd2b283
mraible
committed
dd2b283
View commit details
Copy full SHA for dd2b283
Browse repository at this point
Run CI on pull requests that target feature branches so stacked PRs get checks
mraible
committed
14937ad
View commit details
Copy full SHA for 14937ad
Browse repository at this point
Commits on Aug 13, 2026
Restore null path info handling in the forked Atom adapter and stop reusing the PostgreSQL 10 data directory
Show description for a908293
mraible
committed
a908293
View commit details
Copy full SHA for a908293
Browse repository at this point
Target Jakarta EE 11 so Spring Framework 7 runs on its supported baseline
Show description for b58edfd
mraible
committed
b58edfd
View commit details
Copy full SHA for b58edfd
Browse repository at this point
Refuse stale AtomPub auth schemes and answer missing Content-Type with 415
Show description for aec70d0
mraible
committed
aec70d0
View commit details
Copy full SHA for aec70d0
Browse repository at this point
You can’t perform that action at this time.