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 2019/08/21 07:57:57 UTC

[tomee] 02/02: Temp removal of mbean examples

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

commit 936f72c5c394fa544e7f8c6e8c6e561d59998f52
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Wed Aug 21 09:57:39 2019 +0200

    Temp removal of mbean examples
---
 examples/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/examples/pom.xml b/examples/pom.xml
index cac2ca7..08c1511 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -103,7 +103,9 @@
     <module>jsf-cdi-and-ejb</module>
     <module>lookup-of-ejbs</module>
     <module>lookup-of-ejbs-with-descriptor</module>
+    <!-- Does not work with Java 9+ because of the modules. Needs more work
     <module>mbean-auto-registration</module>
+    -->
     <module>movies-complete-meta</module>
     <module>movies-complete</module>
     <module>mp-config-example</module>