You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2021/04/25 07:59:07 UTC

[tomee-tck] branch jakartaee9-tck updated (a819d37 -> 8afc17b)

This is an automated email from the ASF dual-hosted git repository.

dblevins pushed a change to branch jakartaee9-tck
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git.


    from a819d37  Configure BOM setting so we pass JSTL tests.
     new ad6dded  Add JSON libs to JAX-RS client path
     new 8afc17b  add 'staff' group to 'j2ee' user per JAX-RS TCK docs

The 2 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:
 pom.xml                                    | 2 ++
 src/test/tomee-plume/conf/tomcat-users.xml | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

[tomee-tck] 01/02: Add JSON libs to JAX-RS client path

Posted by db...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dblevins pushed a commit to branch jakartaee9-tck
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git

commit ad6dded96cd5ef5ad6ae3662a0d59aa3c19a9028
Author: David Blevins <da...@gmail.com>
AuthorDate: Sun Apr 25 00:49:14 2021 -0700

    Add JSON libs to JAX-RS client path
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 13c1a17..530c222 100644
--- a/pom.xml
+++ b/pom.xml
@@ -900,6 +900,7 @@
                     <include name="openejb-loader*.jar"/>
                     <include name="openejb-javaagent*.jar"/>
                     <include name="openejb-jee*.jar"/>
+                    <include name="openejb-cxf*.jar"/>
                     <include name="jaxb-runtime*.jar"/>
                     <include name="jakarta.xml.bind-api*.jar"/>
                     <include name="jakarta.activation*.jar"/>
@@ -920,6 +921,7 @@
                     <include name="jackson-databind*.jar"/>
                     <include name="jackson-annotations*.jar"/>
                     <include name="jackson-core*.jar"/>
+                    <include name="johnzon*.jar"/>
                     <include name="geronimo-javamail*.jar"/>
                     <include name="xbean-asm*.jar"/>
                     <include name="xbean-finder*.jar"/>

[tomee-tck] 02/02: add 'staff' group to 'j2ee' user per JAX-RS TCK docs

Posted by db...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dblevins pushed a commit to branch jakartaee9-tck
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git

commit 8afc17bcb31257733674a9118d2673c884ce16a2
Author: David Blevins <da...@gmail.com>
AuthorDate: Sun Apr 25 00:50:53 2021 -0700

    add 'staff' group to 'j2ee' user per JAX-RS TCK docs
---
 src/test/tomee-plume/conf/tomcat-users.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/tomee-plume/conf/tomcat-users.xml b/src/test/tomee-plume/conf/tomcat-users.xml
index 3bc8788..7de2b4f 100644
--- a/src/test/tomee-plume/conf/tomcat-users.xml
+++ b/src/test/tomee-plume/conf/tomcat-users.xml
@@ -23,7 +23,7 @@
   <user name="javee_vi" password="javaee_vi" roles="staff"/>
   <user name="javajoe" password="javajoe" roles="Manager,Employee,guest"/>
   <user name="javaee" password="javaee" roles="Administrator,Employee,mgr,asadmin"/>
-  <user name="j2ee" password="j2ee" roles="Administrator,Employee,mgr,asadmin"/>
+  <user name="j2ee" password="j2ee" roles="Administrator,Employee,mgr,asadmin,staff"/>
 
   <user name="CN=CTS, OU=Java Software, O=Sun Microsystems Inc., L=Burlington, ST=MA, C=US" roles="Administrator"/>
 </tomcat-users>