You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2021/04/14 08:45:05 UTC

[tomee-tck] branch jakartaee9-tck updated (de26ccb -> 256cf91)

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

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


    from de26ccb  TOMEE-3200 TOMEE-3201 TOMEE-3202 TOMEE-3203 TOMEE-3204 TOMEE-3205 Don't filter out persistence providers in Plume because we keep both OpenJPA and EclipseLink so most likely we'll exclude Eclipse Link that comes first and use sometimes OpenJPA
     new a8bdf4e  Use same version of the Tomcat version used (easier debugging)
     new 754de4c  TOMEE-3206 TOMEE-3207 TOMEE-3208 Use the version from the deployment descriptor and don't override, especially with a wrong and old version
     new 45b08ca  Fix typo
     new 256cf91  Don't override too widely the provider

The 4 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/system.properties | 18 +++++++++---------
 update91tck.sh                              |  2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)

[tomee-tck] 04/04: Don't override too widely the provider

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

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

commit 256cf91fb358b543949f68b0ab5a1123d7fc17f9
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Wed Apr 14 10:44:50 2021 +0200

    Don't override too widely the provider
    
    Signed-off-by: Jean-Louis Monteiro <jl...@tomitribe.com>
---
 src/test/tomee-plume/conf/system.properties | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/test/tomee-plume/conf/system.properties b/src/test/tomee-plume/conf/system.properties
index 6fa4e34..59cdaa3 100644
--- a/src/test/tomee-plume/conf/system.properties
+++ b/src/test/tomee-plume/conf/system.properties
@@ -83,7 +83,7 @@ org.apache.taglibs.standard.xml.accessExternalEntity=all
 javax.xml.accessExternalDTD=all
 javax.xml.accessExternalStylesheet=all
 
-jakarta.persistence.provider=org.eclipse.persistence.jpa.PersistenceProvider
+# jakarta.persistence.provider=org.eclipse.persistence.jpa.PersistenceProvider
 # jakarta.persistence.transactionType=
 jakarta.persistence.jtaDataSource=java:openejb/Resource/jdbc/DB1
 jakarta.persistence.nonJtaDataSource=java:openejb/Resource/jdbc/DB1Unmanaged
@@ -156,13 +156,13 @@ openejb.classloader.forced-load = com.sun.ts.tests.
 openejb.classloader.forced-skip=com.sun.ts.tests.jaspic.tssv.
 
 # remove persistence provider from the default list because in Plume we have both OpenJPA and EclipseLink
-openejb.classloader.filterable-resources=META-INF/services/javax.validation.spi.ValidationProvider \
-  META-INF/services/javax.ws.rs.client.ClientBuilder \
-  META-INF/services/javax.json.spi.JsonProvider \
-  META-INF/services/javax.cache.spi.CachingProvider \
-  META-INF/javamail.default.providers \
-  META-INF/javamail.default.address.map \
-  META-INF/javamail.charset.map,META-INF/mailcap \
+openejb.classloader.filterable-resources=META-INF/services/javax.validation.spi.ValidationProvider,\
+  META-INF/services/jakarta.ws.rs.client.ClientBuilder,\
+  META-INF/services/jakarta.json.spi.JsonProvider,\
+  META-INF/services/javax.cache.spi.CachingProvider,\
+  META-INF/javamail.default.providers,\
+  META-INF/javamail.default.address.map,\
+  META-INF/javamail.charset.map,META-INF/mailcap,\
   org/slf4j/impl/StaticLoggerBinder.class
 
 cxf.jaxrs.provider-comparator=org.apache.openejb.server.cxf.rs.CxfRsHttpListener$DefaultProviderComparator

[tomee-tck] 01/04: Use same version of the Tomcat version used (easier debugging)

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

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

commit a8bdf4eb812c297fc8508f13541f3edcd4977301
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Tue Apr 13 18:55:51 2021 +0200

    Use same version of the Tomcat version used (easier debugging)
    
    Signed-off-by: Jean-Louis Monteiro <jl...@tomitribe.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2d29e52..13c1a17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
     <tomee.zip.groupId>org.apache.tomee</tomee.zip.groupId>
     <tomee.zip.version>9.0.0-M7-SNAPSHOT</tomee.zip.version>
 
-    <tomcat.version>10.0.0</tomcat.version>
+    <tomcat.version>10.0.4</tomcat.version>
 
     <johnzon.version>1.2.9</johnzon.version>
     <derby.version>10.14.2.0</derby.version>

[tomee-tck] 02/04: TOMEE-3206 TOMEE-3207 TOMEE-3208 Use the version from the deployment descriptor and don't override, especially with a wrong and old version

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

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

commit 754de4c59ed80371aa304d2e8c66368907b73075
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Tue Apr 13 18:58:08 2021 +0200

    TOMEE-3206 TOMEE-3207 TOMEE-3208 Use the version from the deployment descriptor and don't override, especially with a wrong and old version
    
    Signed-off-by: Jean-Louis Monteiro <jl...@tomitribe.com>
---
 src/test/tomee-plume/conf/system.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/tomee-plume/conf/system.properties b/src/test/tomee-plume/conf/system.properties
index 2c6b948..6fa4e34 100644
--- a/src/test/tomee-plume/conf/system.properties
+++ b/src/test/tomee-plume/conf/system.properties
@@ -78,7 +78,7 @@ openejb.vendor.config = glassfish
 #openejb.jsessionid-support=false
 openejb.crosscontext=true
 #openejb.web.xml.major=3
-jsp_config_general_web.openejb.web.xml.major=2
+#jsp_config_general_web.openejb.web.xml.major=2
 org.apache.taglibs.standard.xml.accessExternalEntity=all
 javax.xml.accessExternalDTD=all
 javax.xml.accessExternalStylesheet=all

[tomee-tck] 03/04: Fix typo

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

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

commit 45b08ca3f5029a4ce7d34492a5788f0b2b2b8612
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Wed Apr 14 10:44:25 2021 +0200

    Fix typo
    
    Signed-off-by: Jean-Louis Monteiro <jl...@tomitribe.com>
---
 update91tck.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update91tck.sh b/update91tck.sh
index 79dd734..14520a5 100755
--- a/update91tck.sh
+++ b/update91tck.sh
@@ -15,7 +15,7 @@ grep -q -m 1 jakartaee91.cts.home ~/.m2/settings.xml || {
 }
 
 grep -q -m 1 jakartaee91.ri.home ~/.m2/settings.xml || {
-    echo "No <jakartaee91.ti.home> variable found in ~/.m2/settings.xml"
+    echo "No <jakartaee91.ri.home> variable found in ~/.m2/settings.xml"
     echo "This script requires you to have setup the EE 9.1 TCK at least once manually"
     echo "See the README.adoc for further instructions"
     exit 1