(tomcat-tck) branch main updated: Configure for most recently staged JSP TCK

2024-04-01 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-tck.git


The following commit(s) were added to refs/heads/main by this push:
 new 71ebd55  Configure for most recently staged JSP TCK
71ebd55 is described below

commit 71ebd556b0122a8016f3c76e78e5005e61ff91cb
Author: Mark Thomas 
AuthorDate: Mon Apr 1 16:25:13 2024 +0100

Configure for most recently staged JSP TCK
---
 jsp-tck/pom.xml| 10 +-
 .../org/apache/tomcat/tck/jsp/TomcatJspTckConfiguration.java   |  8 
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/jsp-tck/pom.xml b/jsp-tck/pom.xml
index 79ae323..9ebde91 100644
--- a/jsp-tck/pom.xml
+++ b/jsp-tck/pom.xml
@@ -110,6 +110,10 @@
 
 
 
jakarta.tck:jakarta-pages-tck
+
+
+
com/sun/ts/tests/jsp/spec/tagext/resource/**
+
 5
 false
 
@@ -118,8 +122,12 @@
 
8443
 5
 true
-
ee.jakarta.tck.pages.lib.implementation.sun.common.SunRIURL
+
com.sun.ts.tests.jsp.lib.implementation.sun.common.SunRIURL
 
${settings.localRepository}/org/apache/tomcat/tomcat-jsp-api/${tomcat.version}/tomcat-jsp-api-${tomcat.version}.jar:${settings.localRepository}/org/apache/tomcat/tomcat-el-api/${tomcat.version}/tomcat-el-api-${tomcat.version}.jar:${settings.localRepository}/org/apache/tomcat/tomcat-servlet-api/${tomcat.version}/tomcat-servlet-api-${tomcat.version}.jar:${env.JAVA_HOME}/jmods/java.base
+j2ee
+j2ee
+javajoe
+javajoe
 
 
 
diff --git 
a/jsp-tck/src/test/java/org/apache/tomcat/tck/jsp/TomcatJspTckConfiguration.java
 
b/jsp-tck/src/test/java/org/apache/tomcat/tck/jsp/TomcatJspTckConfiguration.java
index f7dbb38..7eb507b 100644
--- 
a/jsp-tck/src/test/java/org/apache/tomcat/tck/jsp/TomcatJspTckConfiguration.java
+++ 
b/jsp-tck/src/test/java/org/apache/tomcat/tck/jsp/TomcatJspTckConfiguration.java
@@ -51,6 +51,14 @@ public class TomcatJspTckConfiguration implements 
LoadableExtension {
 Connector connectorHttp = tomcat.getConnector();
 int localPort = connectorHttp.getLocalPort();
 
+// Add expected users
+tomcat.addUser("j2ee", "j2ee");
+tomcat.addRole("j2ee", "Administrator");
+tomcat.addRole("j2ee", "Employee");
+tomcat.addUser("javajoe", "javajoe");
+tomcat.addRole("javajoe", "VP");
+tomcat.addRole("javajoe", "Manager");
+
 // Update Arquillian configuration with port being used by 
Tomcat
 Field configurationField = 
Tomcat10EmbeddedContainer.class.getDeclaredField("configuration");
 configurationField.setAccessible(true);


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1916718 - /tomcat/site/trunk/docs/tck/jsp-4.0.0-tomcat-11.0.0-M19-SNAPSHOT.txt

2024-04-01 Thread markt
Author: markt
Date: Mon Apr  1 16:16:23 2024
New Revision: 1916718

URL: http://svn.apache.org/viewvc?rev=1916718&view=rev
Log:
Add JSP TCK 4.0.0 results

Added:
tomcat/site/trunk/docs/tck/jsp-4.0.0-tomcat-11.0.0-M19-SNAPSHOT.txt

Added: tomcat/site/trunk/docs/tck/jsp-4.0.0-tomcat-11.0.0-M19-SNAPSHOT.txt
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/tck/jsp-4.0.0-tomcat-11.0.0-M19-SNAPSHOT.txt?rev=1916718&view=auto
==
--- tomcat/site/trunk/docs/tck/jsp-4.0.0-tomcat-11.0.0-M19-SNAPSHOT.txt (added)
+++ tomcat/site/trunk/docs/tck/jsp-4.0.0-tomcat-11.0.0-M19-SNAPSHOT.txt Mon Apr 
 1 16:16:23 2024
@@ -0,0 +1,47 @@
+TCK Certification Summary
+=
+
+License:
+  The terms of the EFTL are acceptable.
+
+Product Name, Version and download URL:
+  Apache Tomcat
+  11.0.0-M19-SNAPSHOT (build 20240329.113130-29)
+  
https://repository.apache.org/content/groups/snapshots/org/apache/tomcat/tomcat/11.0.0-M19-SNAPSHOT/tomcat-11.0.0-M19-20240329.113130-29.tar.gz
+
+Specification Name, Version and download URL:
+  Jakarta Server Pages
+  4.0.0
+  https://github.com/jakartaee/specifications/pull/723
+
+TCK Version, digital SHA-256 fingerprint and download URL
+  TCK
+  4.0.0
+  
https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee11/staged/eftl/jakarta-pages-tck-4.0.0.zip
+  SHA512: 
229b2a89481925537b3ad81f9fb9aa6f0f571937cb831232317c902bd83f861d0427ad6a7a0ed6477ff67f0f41520904d8b6c5b4c4c6fc6bf68759e2407121e3
+
+Implementation runtime Version(s) tested:
+  Apache Tomcat
+  11.0.0-M19-SNAPSHOT (build 20240329.113130-29)
+
+Public URL of TCK Results Summary:
+  https://tomcat.apache.org/tck/jsp-4.0.0-tomcat-11.0.0-M19-SNAPSHOT.txt
+
+Any Additional Specification Certification Requirements:
+  None
+
+Java runtime used to run the implementation:
+  Java 17 - Temurin 17.0.10
+  Java 21 - Temurin 21.0.2
+
+Summary of the information for the certification environment:
+  Ubuntu 22.04.4 LTS
+​  https://github.com/apache/tomcat-tck
+  hash 71ebd556b0122a8016f3c76e78e5005e61ff91cb
+
+A statement attesting that all TCK requirements have been met, including any 
compatibility rules:
+  Confirmed
+
+Test results:
+  Java 17: Tests run: 700, Failures: 0, Errors: 0, Skipped: 0
+  Java 21: Tests run: 700, Failures: 0, Errors: 0, Skipped: 0



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r1916719 - in /tomcat/site/trunk/docs/tck: servlet-6.1.0-tomcat-11.0.0-M19-SNAPSHOT.txt servlet6.1.0-tomcat-11.0.0-M19-SNAPSHOT.txt

2024-04-01 Thread markt
Author: markt
Date: Mon Apr  1 16:16:46 2024
New Revision: 1916719

URL: http://svn.apache.org/viewvc?rev=1916719&view=rev
Log:
Correct file name

Added:
tomcat/site/trunk/docs/tck/servlet-6.1.0-tomcat-11.0.0-M19-SNAPSHOT.txt
  - copied unchanged from r1916718, 
tomcat/site/trunk/docs/tck/servlet6.1.0-tomcat-11.0.0-M19-SNAPSHOT.txt
Removed:
tomcat/site/trunk/docs/tck/servlet6.1.0-tomcat-11.0.0-M19-SNAPSHOT.txt


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org