This is an automated email from the ASF dual-hosted git repository.
rombert pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-impl.git
from 3ef0e23 SLING-13088: [Sling Models] Migrate ModelAdapterFactory,
Ordering, and OSGi tests to JUnit 5 (#80)
add c7274f5 SLING-13077 - ExportServlet cannot adapt model to javax
SlingHttpServletRequest when running in a Jakarta Servlet environment
add c2342da SLING-13077 - ExportServlet cannot adapt model to javax
SlingHttpServletRequest when running in a Jakarta Servlet environment
add b14addb SLING-13077 - ExportServlet cannot adapt model to javax
SlingHttpServletRequest when running in a Jakarta Servlet environment
new 624f854 SLING-13077 - ExportServlet cannot adapt model to javax
SlingHttpServletRequest when running in a Jakarta Servlet environment (#77)
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/sling/models/impl/ExportServlet.java | 12 ++--
.../models/impl/LegacyAdaptablesExtender.java | 64 ++++++++++++++++++++++
.../sling/models/impl/ModelAdapterFactory.java | 7 ++-
.../models/impl/ModelPackageBundleListener.java | 5 +-
4 files changed, 77 insertions(+), 11 deletions(-)
create mode 100644
src/main/java/org/apache/sling/models/impl/LegacyAdaptablesExtender.java