[openwebbeans-meecrowave] branch master updated: [MEECROWAVE-282][MEECROWAVE-281] owb 2.0.22 and cxf 3.4.3

2021-03-21 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository.

rmannibucau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave.git


The following commit(s) were added to refs/heads/master by this push:
 new e95fe43  [MEECROWAVE-282][MEECROWAVE-281] owb 2.0.22 and cxf 3.4.3
e95fe43 is described below

commit e95fe43b4cef32ef62f66ef22cc6265701ef6c37
Author: Romain Manni-Bucau 
AuthorDate: Sun Mar 21 18:48:25 2021 +0100

[MEECROWAVE-282][MEECROWAVE-281] owb 2.0.22 and cxf 3.4.3
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index eaa0903..2ae12e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,8 +52,8 @@
 
 4.13.1
 9.0.44
-2.0.22-SNAPSHOT
-3.4.2
+2.0.22
+3.4.3
 1.2.8
 2.14.0
 1.8.2


[openwebbeans-meecrowave] branch master updated: mention in graalvm section how to disable log4j2 and tomcat scanning

2021-03-21 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository.

rmannibucau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave.git


The following commit(s) were added to refs/heads/master by this push:
 new 5a70c4a  mention in graalvm section how to disable log4j2 and tomcat 
scanning
5a70c4a is described below

commit 5a70c4ac50c3c98d43d2209bf984828a1ccbbe1b
Author: Romain Manni-Bucau 
AuthorDate: Sun Mar 21 18:45:50 2021 +0100

mention in graalvm section how to disable log4j2 and tomcat scanning
---
 meecrowave-doc/src/main/jbake/content/howto.adoc | 9 +
 1 file changed, 9 insertions(+)

diff --git a/meecrowave-doc/src/main/jbake/content/howto.adoc 
b/meecrowave-doc/src/main/jbake/content/howto.adoc
index 6727668..2890ed7 100755
--- a/meecrowave-doc/src/main/jbake/content/howto.adoc
+++ b/meecrowave-doc/src/main/jbake/content/howto.adoc
@@ -691,6 +691,15 @@ In terms of dependencies you can start with this for 
example:
 
 
 
+Last step is to disable log4j2 and tomcat scanning by default - indeed 
previous setup works if passed on the command line but since it is always the 
same settings it is saner to put them in a `meecrowave.properties` in the 
classpath:
+
+[source,properties]
+
+tomcat-scanning = false
+logging-global-setup = false
+log4j2-jul-bridge = false
+
+
 TIP: using a profile or a binary dedicated module you can keep the JVM mode 
using Log4j2 and the native mode using Yupiik Logging (just tweak dependencies 
and optionally use arthur exclude configuration).
 
 TIP: an Arthur knight can be developed to replace all that configuration, it 
will auto-setup meecrowave/cxf/tomcat needed reflection, scan present tomcat 
and cxf bundles, auto register CXF SPI (bus-extensions.txt - optionally 
filtering them and the not loadable ones) classes for reflection, spec classes 
(`org.apache.cxf.jaxrs.utils.InjectionUtils.STANDARD_CONTEXT_CLASSES`), and 
likely inherit from openwebbeans extension CDI integration.


svn commit: r1072757 - in /websites: production/openwebbeans/content/index.html staging/openwebbeans/trunk/content/index.html

2021-03-21 Thread buildbot
Author: buildbot
Date: Sun Mar 21 10:35:07 2021
New Revision: 1072757

Log:
Dynamic update by buildbot for openwebbeans

Modified:
websites/production/openwebbeans/content/index.html
websites/staging/openwebbeans/trunk/content/index.html

Modified: websites/production/openwebbeans/content/index.html
==
(empty)

Modified: websites/staging/openwebbeans/trunk/content/index.html
==
(empty)