[openwebbeans-meecrowave] branch master updated (4a26af8 -> be521df)

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

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


from 4a26af8  [MEECROWAVE-278] ensure beans.xml configuration is used with 
CDI SE API
 new 004794d  fix some changes on owb snapshot
 new be521df  [MEECROWAVE-279] tomcat 9.0.44

The 2 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:
 integration-tests/app-groovy/pom.xml  | 2 +-
 .../apache/meecrowave/openwebbeans/OWBTomcatWebScannerService.java| 4 +---
 pom.xml   | 2 +-
 3 files changed, 3 insertions(+), 5 deletions(-)



[openwebbeans-meecrowave] 02/02: [MEECROWAVE-279] tomcat 9.0.44

2021-03-10 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

commit be521df79e940fab7e225d626ae11983d2e9ac0e
Author: Romain Manni-Bucau 
AuthorDate: Wed Mar 10 13:58:34 2021 +0100

[MEECROWAVE-279] tomcat 9.0.44
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f36105e..eaa0903 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
 
${project.groupId}.${project.artifactId}
 
 4.13.1
-9.0.43
+9.0.44
 2.0.22-SNAPSHOT
 3.4.2
 1.2.8



[openwebbeans-meecrowave] 01/02: fix some changes on owb snapshot

2021-03-10 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

commit 004794d4fbbd0f63edd29748e073e44f12d2b2b1
Author: Romain Manni-Bucau 
AuthorDate: Wed Mar 10 13:57:59 2021 +0100

fix some changes on owb snapshot
---
 integration-tests/app-groovy/pom.xml  | 2 +-
 .../apache/meecrowave/openwebbeans/OWBTomcatWebScannerService.java| 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/integration-tests/app-groovy/pom.xml 
b/integration-tests/app-groovy/pom.xml
index 71888bd..164c3d9 100644
--- a/integration-tests/app-groovy/pom.xml
+++ b/integration-tests/app-groovy/pom.xml
@@ -32,7 +32,7 @@
 
   org.codehaus.groovy
   groovy
-  2.5.6
+  3.0.7
 
 
   org.apache.meecrowave
diff --git 
a/meecrowave-core/src/main/java/org/apache/meecrowave/openwebbeans/OWBTomcatWebScannerService.java
 
b/meecrowave-core/src/main/java/org/apache/meecrowave/openwebbeans/OWBTomcatWebScannerService.java
index fe93efa..c96ddec 100644
--- 
a/meecrowave-core/src/main/java/org/apache/meecrowave/openwebbeans/OWBTomcatWebScannerService.java
+++ 
b/meecrowave-core/src/main/java/org/apache/meecrowave/openwebbeans/OWBTomcatWebScannerService.java
@@ -254,9 +254,7 @@ public class OWBTomcatWebScannerService extends 
WebScannerService {
 CdiArchive.FoundClasses foundClasses = archive.classesByUrl().get(key);
 if (foundClasses == null) {
 final BeanArchiveService beanArchiveService = 
webBeansContext().getBeanArchiveService();
-foundClasses = CdiArchive.FoundClasses.class.cast(
-
CdiArchive.FoundClasses.class.getConstructor(CdiArchive.class, URL.class, 
Collection.class, BeanArchiveService.BeanArchiveInformation.class)
-.newInstance(null, url, new HashSet<>(), 
beanArchiveService.getBeanArchiveInformation(url)));
+foundClasses = new CdiArchive.FoundClasses(url, new HashSet<>(), 
beanArchiveService.getBeanArchiveInformation(url));
 archive.classesByUrl().put(key, foundClasses);
 }
 



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

2021-03-10 Thread buildbot
Author: buildbot
Date: Wed Mar 10 10:35:07 2021
New Revision: 1072149

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)