You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2020/08/04 20:11:20 UTC

[tomee-tck] branch master updated (0a6610f -> 56ba7f3)

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

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


    from 0a6610f  Fix valve with our callback handler instead of tomcat
     new 7a07e09  Add mailFrom
     new 56ba7f3  Merge branch 'master' of github.com:apache/tomee-tck

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                                        |  6 +++---
 src/test/resources/testsuite.properties        |  1 +
 src/test/tomee-plume/conf/jaspic-providers.xml | 15 ---------------
 3 files changed, 4 insertions(+), 18 deletions(-)


[tomee-tck] 01/02: Add mailFrom

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

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

commit 7a07e09259866df252b5feb26858306eef7be518
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Tue Aug 4 21:10:18 2020 +0100

    Add mailFrom
---
 pom.xml                                        | 8 ++++----
 src/test/resources/testsuite.properties        | 1 +
 src/test/tomee-plume/conf/jaspic-providers.xml | 4 ++--
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index b29389b..61c8f21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   <artifactId>openejb-tck</artifactId>
   <name>OpenEJB TCK Harness</name>
 
-  <version>8.0.3-SNAPSHOT</version>
+  <version>8.0.4-SNAPSHOT</version>
 
   <description>
     OpenEJB TCK Harness
@@ -38,10 +38,10 @@
   <properties>
 
     <openejb.groupId>org.apache.tomee</openejb.groupId>
-    <openejb.version>8.0.4-SNAPSHOT</openejb.version>
-    <tomee.version>8.0.4-SNAPSHOT</tomee.version>
+    <openejb.version>8.0.5-SNAPSHOT</openejb.version>
+    <tomee.version>8.0.5-SNAPSHOT</tomee.version>
 
-    <tomcat.version>9.0.35</tomcat.version>
+    <tomcat.version>9.0.37</tomcat.version>
 
     <derby.version>10.7.1.1</derby.version>
 
diff --git a/src/test/resources/testsuite.properties b/src/test/resources/testsuite.properties
index d269fa1..8d8aa17 100644
--- a/src/test/resources/testsuite.properties
+++ b/src/test/resources/testsuite.properties
@@ -162,6 +162,7 @@ log.file.location=${openejb.home}/logs
 
 mailuser1=foo@foo.com
 mailHost=localhost
+mailFrom=tomee@foo.com
 javamail.password=test
 
 openejb.deployment.passwd=ignored
diff --git a/src/test/tomee-plume/conf/jaspic-providers.xml b/src/test/tomee-plume/conf/jaspic-providers.xml
index fc0ebe1..a7913d7 100644
--- a/src/test/tomee-plume/conf/jaspic-providers.xml
+++ b/src/test/tomee-plume/conf/jaspic-providers.xml
@@ -21,7 +21,7 @@
                   version="1.0">
 
 
-  <provider name="any"
+<!--  <provider name="any"
             className="org.apache.tomee.security.provider.TomEESecurityAuthConfigProvider"
             layer="HttpServlet"
             appContext="Catalina/localhost /securityapi_ham_autoapplysession_web"
@@ -416,7 +416,7 @@
             layer="HttpServlet"
             appContext="Catalina/localhost /securityapi_securitycontext_getprincipalsbytype_web"
             description="any">
-  </provider>
+</provider>-->
 </jaspic-providers>
 
 


[tomee-tck] 02/02: Merge branch 'master' of github.com:apache/tomee-tck

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

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

commit 56ba7f3d5f7a72f83659129db9e325509a09132d
Merge: 7a07e09 0a6610f
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Tue Aug 4 21:11:03 2020 +0100

    Merge branch 'master' of github.com:apache/tomee-tck

 pom.xml                                            | 66 +++++++++++++++++++++-
 src/test/resources/testsuite.properties            | 13 ++++-
 .../openejb/tck/commands/CommandSupport.groovy     |  3 +
 .../tomee-plume/conf/ProviderConfiguration.xml     | 64 +++++++++++++++++++++
 src/test/tomee-plume/conf/context.xml              |  4 ++
 src/test/tomee-plume/conf/jaspic-providers.xml     |  4 +-
 src/test/tomee-plume/conf/system.properties        |  8 +++
 7 files changed, 156 insertions(+), 6 deletions(-)

diff --cc src/test/tomee-plume/conf/jaspic-providers.xml
index a7913d7,4ee3126..fc0ebe1
--- a/src/test/tomee-plume/conf/jaspic-providers.xml
+++ b/src/test/tomee-plume/conf/jaspic-providers.xml
@@@ -416,7 -416,22 +416,7 @@@
              layer="HttpServlet"
              appContext="Catalina/localhost /securityapi_securitycontext_getprincipalsbytype_web"
              description="any">
- </provider>-->
+   </provider>
 -
 -
 -  <provider name="any"
 -            className="com.sun.ts.tests.jaspic.tssv.config.TSAuthConfigProvider"
 -            layer="HttpServlet"
 -            appContext="Catalina/localhost /spitests_servlet_web"
 -            description="any">
 -  </provider>
 -  <provider name="any"
 -            className="com.sun.ts.tests.jaspic.tssv.config.TSAuthConfigProvider"
 -            layer="HttpServlet"
 -            appContext="Catalina/localhost /spitests_baseline_jaspicservlet_vehicle_web"
 -            description="any">
 -  </provider>
 -
  </jaspic-providers>