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 2022/06/24 20:54:34 UTC

[tomee] branch master updated: Comment out deltaspike examples because it's not yet released in a form it supports jakarta namespace

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a2321a3176 Comment out deltaspike examples because it's not yet released in a form it supports jakarta namespace
a2321a3176 is described below

commit a2321a3176c2ce1513e3a63a55948ad2cc7a8a1e
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Fri Jun 24 22:54:27 2022 +0200

    Comment out deltaspike examples because it's not yet released in a form it supports jakarta namespace
---
 examples/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index 654cf638ac..612bf493be 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -66,10 +66,12 @@
     <module>datasource-definition</module>
     <module>datasource-versioning</module>
     <module>decorators</module>
+    <!-- deltaspike not yet released and ready for jakarta
     <module>deltaspike-configproperty</module>
     <module>deltaspike-exception-handling</module>
-<!--    <module>deltaspike-fullstack</module>-->
+    <module>deltaspike-fullstack</module>
     <module>deltaspike-i18n</module>
+    -->
     <module>dynamic-dao-implementation</module>
     <module>dynamic-datasource-routing</module>
     <module>dynamic-implementation</module>