| commit | e76580daf56902318fc147b9928de0c6dbf5fe97 | [log] [tgz] |
|---|---|---|
| author | Carsten Ziegeler <cziegeler@apache.org> | Fri Mar 28 06:37:12 2025 +0100 |
| committer | GitHub <noreply@github.com> | Fri Mar 28 06:37:12 2025 +0100 |
| tree | 61393b91c63580d2774b1f2fa0d2b76331899b10 | |
| parent | 8031ce6e312a7d6c9e8851091fe3d0345b7ced1b [diff] |
SLING-12608 : Implement Jakarta Servlet based Sling API (#52) * Update dependency to latest API with jakarta support * Implement SlingServletResolver, fix test cases * Fix test cases * Use Sling api to wrap request/response * Use servlet wrapper from api * Support jakarta servlet registration * Try to use latest pax exam for java 17 support * Adjust pom * Fix some pax exam tests * Fix pax exam tests * Clean up pom * Remove dependency to outdated commons testing * Use Testing Paxexam 4.1.0 * Remove temporary optional import
This module is part of the Apache Sling project.
Bundle implementing the Sling API ServletResolver. See the servlets and scripts documentation for how this works.