You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by st...@apache.org on 2018/02/15 16:45:30 UTC

[1/2] tomee git commit: force 'strict' qualifier checking mode for OWB

Repository: tomee
Updated Branches:
  refs/heads/fb_tomee8 611793921 -> e846d32d4


force 'strict' qualifier checking mode for OWB


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/8606ab5e
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/8606ab5e
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/8606ab5e

Branch: refs/heads/fb_tomee8
Commit: 8606ab5e48d844245b8e828f44068dde0e136587
Parents: 6117939
Author: Mark Struberg <st...@apache.org>
Authored: Thu Feb 15 17:44:31 2018 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Thu Feb 15 17:44:31 2018 +0100

----------------------------------------------------------------------
 .../test/resources/META-INF/openwebbeans/openwebbeans.properties  | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/8606ab5e/tck/cdi-tomee/src/test/resources/META-INF/openwebbeans/openwebbeans.properties
----------------------------------------------------------------------
diff --git a/tck/cdi-tomee/src/test/resources/META-INF/openwebbeans/openwebbeans.properties b/tck/cdi-tomee/src/test/resources/META-INF/openwebbeans/openwebbeans.properties
index 7e7ca6a..45c6718 100644
--- a/tck/cdi-tomee/src/test/resources/META-INF/openwebbeans/openwebbeans.properties
+++ b/tck/cdi-tomee/src/test/resources/META-INF/openwebbeans/openwebbeans.properties
@@ -22,3 +22,6 @@ configuration.ordinal=100
 # Enable eager session initialisation.
 # This is needed because some few TCK tests send back a response and only access a @SessionScoped bean afterwards.
 org.apache.webbeans.web.eagerSessionInitialisation=true
+
+# enable strict validation for the TCK
+org.apache.webbeans.strictDynamicValidation=true


[2/2] tomee git commit: exclude EAR tests

Posted by st...@apache.org.
exclude EAR tests

since we only certify against web-profile anyway (no EARs)


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/e846d32d
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/e846d32d
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/e846d32d

Branch: refs/heads/fb_tomee8
Commit: e846d32d4fa04dccc8db27e1bea9c7ed46ed93dd
Parents: 8606ab5
Author: Mark Struberg <st...@apache.org>
Authored: Thu Feb 15 17:44:50 2018 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Thu Feb 15 17:44:50 2018 +0100

----------------------------------------------------------------------
 tck/cdi-tomee/src/test/resources/passing.xml | 27 +++++++++++++++++++++++
 1 file changed, 27 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/e846d32d/tck/cdi-tomee/src/test/resources/passing.xml
----------------------------------------------------------------------
diff --git a/tck/cdi-tomee/src/test/resources/passing.xml b/tck/cdi-tomee/src/test/resources/passing.xml
index 757c051..1851e62 100644
--- a/tck/cdi-tomee/src/test/resources/passing.xml
+++ b/tck/cdi-tomee/src/test/resources/passing.xml
@@ -203,6 +203,11 @@
                     <exclude name="testSameBindingTypesToResolveInterceptorsFails"/>
                 </methods>
             </class>
+            <class name="org.jboss.cdi.tck.tests.extensions.bean.bytype.BeanByTypeTest">
+                <methods>
+                    <exclude name="testSameBindingTwice"/>
+                </methods>
+            </class>
 
 
             <!-- CDITCK-462 javax.enterprise.context.conversation.id is not el compliant -->
@@ -312,6 +317,16 @@
             </class>
 
 
+            <!-- OWB provides a bit more for @New than CDI requires
+               https://issues.jboss.org/browse/CDITCK-581
+            -->
+            <class name="org.jboss.cdi.tck.tests.lookup.dynamic.DynamicLookupTest">
+                <methods>
+                    <exclude name="testNewBeanNotEnabledWithouInjectionPoint"/>
+                </methods>
+            </class>
+
+
             <!-- ears so not in web profile, Note: can be switch on if passing but dont let them block the build -->
             <class name="org.jboss.cdi.tck.tests.lookup.dependency.resolution.broken.ambiguous.ear.MultiModuleSessionBeanAmbiguousDependencyTest"><methods><exclude name=".*" /></methods></class>
             <class name="org.jboss.cdi.tck.tests.lookup.modules.interceptors.InterceptorModularityTest"><methods><exclude name=".*" /></methods></class>
@@ -368,6 +383,18 @@
             </class>
 -->
 
+            <!-- EAR modules. We don't test them for now, but finally should -->
+            <class name="org.jboss.cdi.tck.tests.deployment.packaging.ear.MultiWebModuleWithExtensionTest">
+                <methods><exclude name=".*" /></methods>
+            </class>
+            <class name="org.jboss.cdi.tck.tests.deployment.packaging.rar.ResourceAdapterArchiveTest">
+                <methods><exclude name=".*" /></methods>
+            </class>
+            <class name="org.jboss.cdi.tck.tests.lookup.modules.InterModuleELResolutionTest">
+                <methods><exclude name=".*" /></methods>
+            </class>
+
+
 
         </classes>