This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a change to branch feature/SLING-13050-integration-tests
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-impl.git
from 9391ab4 split test models and integration tests in two modules
add 3bf04db add integration test case with jakarta servlet
No new revisions were added by this update.
Summary of changes:
.../sling/models/testing/PathBoundServletIT.java | 10 ++++++++++
...SelfModel.java => JakartaRequestSelfModel.java} | 6 +++---
.../it/models/JakartaRequestSelfModelImpl.java | 6 +++---
...ndServlet.java => PathBoundJakartaServlet.java} | 22 +++++++++++-----------
4 files changed, 27 insertions(+), 17 deletions(-)
copy
it/test-models/src/main/java/org/apache/sling/models/it/models/{RequestSelfModel.java
=> JakartaRequestSelfModel.java} (84%)
copy
impl/src/test/java/org/apache/sling/models/testmodels/classes/SelfDependencyModelB.java
=>
it/test-models/src/main/java/org/apache/sling/models/it/models/JakartaRequestSelfModelImpl.java
(84%)
copy
it/test-models/src/main/java/org/apache/sling/models/it/servlets/{PathBoundServlet.java
=> PathBoundJakartaServlet.java} (65%)