You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by Romain Manni-Bucau <rm...@gmail.com> on 2021/12/08 18:10:48 UTC

Regression in 2.0.24

Hi all,

I found a regression in 2.0.24 where some jar can not be scanned.
I will push a fix now but think it can be serious enough to need another
release, not sure why we didn't hit it before.
Don't hesitate to review in 1h or so.

Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://rmannibucau.metawerx.net/> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
<https://www.packtpub.com/application-development/java-ee-8-high-performance>

Re: Regression in 2.0.24

Posted by Thomas Andraschko <an...@gmail.com>.
https://github.com/primefaces/primefaces/pull/8158

Primefaces IT are also failing, even with snapshot

Jean-Louis MONTEIRO <je...@gmail.com> schrieb am Do., 9. Dez. 2021,
11:51:

> Great, thank you
>
> Le jeu. 9 déc. 2021 à 11:42, Romain Manni-Bucau <rm...@gmail.com> a
> écrit :
>
> > Hi JL,
> >
> > The scanning was affected - so I guess TomEE does not have the issue.
> > Long story short when we were trying to match a beans.xml jar source in
> the
> > classpath we were not dropping META-INF/beans.xml from the name so not
> > matching (for folders only, not for jar, probably why we didn't notice
> it).
> > Means for OWB end users that their jars are not deployed as expected
> > (missing beans).
> >
> > Romain Manni-Bucau
> > @rmannibucau <https://twitter.com/rmannibucau> |  Blog
> > <https://rmannibucau.metawerx.net/> | Old Blog
> > <http://rmannibucau.wordpress.com> | Github <
> > https://github.com/rmannibucau> |
> > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
> > <
> >
> https://www.packtpub.com/application-development/java-ee-8-high-performance
> > >
> >
> >
> > Le jeu. 9 déc. 2021 à 11:38, Jean-Louis MONTEIRO <je...@gmail.com> a
> > écrit :
> >
> > > Hey Romain,
> > >
> > > The ticket is quite empty and I'm not sure about the description.
> > > Do you mind elaborating a bit on the regression and when it happens?
> > >
> > > I was planning to trigger an Apache TomEE release, so I'm seeking to
> > > understand if I should wait until 2.0.25 or if 2.0.24 is fine.
> > >
> > > Thanks
> > >
> > > Le mer. 8 déc. 2021 à 19:24, Romain Manni-Bucau <rmannibucau@gmail.com
> >
> > a
> > > écrit :
> > >
> > > > https://issues.apache.org/jira/browse/OWB-1395 for the tracking
> > > >
> > > > Romain Manni-Bucau
> > > > @rmannibucau <https://twitter.com/rmannibucau> |  Blog
> > > > <https://rmannibucau.metawerx.net/> | Old Blog
> > > > <http://rmannibucau.wordpress.com> | Github <
> > > > https://github.com/rmannibucau> |
> > > > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
> > > > <
> > > >
> > >
> >
> https://www.packtpub.com/application-development/java-ee-8-high-performance
> > > > >
> > > >
> > > >
> > > > Le mer. 8 déc. 2021 à 19:10, Romain Manni-Bucau <
> rmannibucau@gmail.com
> > >
> > > a
> > > > écrit :
> > > >
> > > > > Hi all,
> > > > >
> > > > > I found a regression in 2.0.24 where some jar can not be scanned.
> > > > > I will push a fix now but think it can be serious enough to need
> > > another
> > > > > release, not sure why we didn't hit it before.
> > > > > Don't hesitate to review in 1h or so.
> > > > >
> > > > > Romain Manni-Bucau
> > > > > @rmannibucau <https://twitter.com/rmannibucau> |  Blog
> > > > > <https://rmannibucau.metawerx.net/> | Old Blog
> > > > > <http://rmannibucau.wordpress.com> | Github
> > > > > <https://github.com/rmannibucau> | LinkedIn
> > > > > <https://www.linkedin.com/in/rmannibucau> | Book
> > > > > <
> > > >
> > >
> >
> https://www.packtpub.com/application-development/java-ee-8-high-performance
> > > > >
> > > > >
> > > >
> > >
> > >
> > > --
> > > Jean-Louis
> > >
> >
>
>
> --
> Jean-Louis
>

Re: Regression in 2.0.24

Posted by Jean-Louis MONTEIRO <je...@gmail.com>.
Great, thank you

Le jeu. 9 déc. 2021 à 11:42, Romain Manni-Bucau <rm...@gmail.com> a
écrit :

> Hi JL,
>
> The scanning was affected - so I guess TomEE does not have the issue.
> Long story short when we were trying to match a beans.xml jar source in the
> classpath we were not dropping META-INF/beans.xml from the name so not
> matching (for folders only, not for jar, probably why we didn't notice it).
> Means for OWB end users that their jars are not deployed as expected
> (missing beans).
>
> Romain Manni-Bucau
> @rmannibucau <https://twitter.com/rmannibucau> |  Blog
> <https://rmannibucau.metawerx.net/> | Old Blog
> <http://rmannibucau.wordpress.com> | Github <
> https://github.com/rmannibucau> |
> LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
> <
> https://www.packtpub.com/application-development/java-ee-8-high-performance
> >
>
>
> Le jeu. 9 déc. 2021 à 11:38, Jean-Louis MONTEIRO <je...@gmail.com> a
> écrit :
>
> > Hey Romain,
> >
> > The ticket is quite empty and I'm not sure about the description.
> > Do you mind elaborating a bit on the regression and when it happens?
> >
> > I was planning to trigger an Apache TomEE release, so I'm seeking to
> > understand if I should wait until 2.0.25 or if 2.0.24 is fine.
> >
> > Thanks
> >
> > Le mer. 8 déc. 2021 à 19:24, Romain Manni-Bucau <rm...@gmail.com>
> a
> > écrit :
> >
> > > https://issues.apache.org/jira/browse/OWB-1395 for the tracking
> > >
> > > Romain Manni-Bucau
> > > @rmannibucau <https://twitter.com/rmannibucau> |  Blog
> > > <https://rmannibucau.metawerx.net/> | Old Blog
> > > <http://rmannibucau.wordpress.com> | Github <
> > > https://github.com/rmannibucau> |
> > > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
> > > <
> > >
> >
> https://www.packtpub.com/application-development/java-ee-8-high-performance
> > > >
> > >
> > >
> > > Le mer. 8 déc. 2021 à 19:10, Romain Manni-Bucau <rmannibucau@gmail.com
> >
> > a
> > > écrit :
> > >
> > > > Hi all,
> > > >
> > > > I found a regression in 2.0.24 where some jar can not be scanned.
> > > > I will push a fix now but think it can be serious enough to need
> > another
> > > > release, not sure why we didn't hit it before.
> > > > Don't hesitate to review in 1h or so.
> > > >
> > > > Romain Manni-Bucau
> > > > @rmannibucau <https://twitter.com/rmannibucau> |  Blog
> > > > <https://rmannibucau.metawerx.net/> | Old Blog
> > > > <http://rmannibucau.wordpress.com> | Github
> > > > <https://github.com/rmannibucau> | LinkedIn
> > > > <https://www.linkedin.com/in/rmannibucau> | Book
> > > > <
> > >
> >
> https://www.packtpub.com/application-development/java-ee-8-high-performance
> > > >
> > > >
> > >
> >
> >
> > --
> > Jean-Louis
> >
>


-- 
Jean-Louis

Re: Regression in 2.0.24

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Hi JL,

The scanning was affected - so I guess TomEE does not have the issue.
Long story short when we were trying to match a beans.xml jar source in the
classpath we were not dropping META-INF/beans.xml from the name so not
matching (for folders only, not for jar, probably why we didn't notice it).
Means for OWB end users that their jars are not deployed as expected
(missing beans).

Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://rmannibucau.metawerx.net/> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
<https://www.packtpub.com/application-development/java-ee-8-high-performance>


Le jeu. 9 déc. 2021 à 11:38, Jean-Louis MONTEIRO <je...@gmail.com> a
écrit :

> Hey Romain,
>
> The ticket is quite empty and I'm not sure about the description.
> Do you mind elaborating a bit on the regression and when it happens?
>
> I was planning to trigger an Apache TomEE release, so I'm seeking to
> understand if I should wait until 2.0.25 or if 2.0.24 is fine.
>
> Thanks
>
> Le mer. 8 déc. 2021 à 19:24, Romain Manni-Bucau <rm...@gmail.com> a
> écrit :
>
> > https://issues.apache.org/jira/browse/OWB-1395 for the tracking
> >
> > Romain Manni-Bucau
> > @rmannibucau <https://twitter.com/rmannibucau> |  Blog
> > <https://rmannibucau.metawerx.net/> | Old Blog
> > <http://rmannibucau.wordpress.com> | Github <
> > https://github.com/rmannibucau> |
> > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
> > <
> >
> https://www.packtpub.com/application-development/java-ee-8-high-performance
> > >
> >
> >
> > Le mer. 8 déc. 2021 à 19:10, Romain Manni-Bucau <rm...@gmail.com>
> a
> > écrit :
> >
> > > Hi all,
> > >
> > > I found a regression in 2.0.24 where some jar can not be scanned.
> > > I will push a fix now but think it can be serious enough to need
> another
> > > release, not sure why we didn't hit it before.
> > > Don't hesitate to review in 1h or so.
> > >
> > > Romain Manni-Bucau
> > > @rmannibucau <https://twitter.com/rmannibucau> |  Blog
> > > <https://rmannibucau.metawerx.net/> | Old Blog
> > > <http://rmannibucau.wordpress.com> | Github
> > > <https://github.com/rmannibucau> | LinkedIn
> > > <https://www.linkedin.com/in/rmannibucau> | Book
> > > <
> >
> https://www.packtpub.com/application-development/java-ee-8-high-performance
> > >
> > >
> >
>
>
> --
> Jean-Louis
>

Re: Regression in 2.0.24

Posted by Jean-Louis MONTEIRO <je...@gmail.com>.
Hey Romain,

The ticket is quite empty and I'm not sure about the description.
Do you mind elaborating a bit on the regression and when it happens?

I was planning to trigger an Apache TomEE release, so I'm seeking to
understand if I should wait until 2.0.25 or if 2.0.24 is fine.

Thanks

Le mer. 8 déc. 2021 à 19:24, Romain Manni-Bucau <rm...@gmail.com> a
écrit :

> https://issues.apache.org/jira/browse/OWB-1395 for the tracking
>
> Romain Manni-Bucau
> @rmannibucau <https://twitter.com/rmannibucau> |  Blog
> <https://rmannibucau.metawerx.net/> | Old Blog
> <http://rmannibucau.wordpress.com> | Github <
> https://github.com/rmannibucau> |
> LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
> <
> https://www.packtpub.com/application-development/java-ee-8-high-performance
> >
>
>
> Le mer. 8 déc. 2021 à 19:10, Romain Manni-Bucau <rm...@gmail.com> a
> écrit :
>
> > Hi all,
> >
> > I found a regression in 2.0.24 where some jar can not be scanned.
> > I will push a fix now but think it can be serious enough to need another
> > release, not sure why we didn't hit it before.
> > Don't hesitate to review in 1h or so.
> >
> > Romain Manni-Bucau
> > @rmannibucau <https://twitter.com/rmannibucau> |  Blog
> > <https://rmannibucau.metawerx.net/> | Old Blog
> > <http://rmannibucau.wordpress.com> | Github
> > <https://github.com/rmannibucau> | LinkedIn
> > <https://www.linkedin.com/in/rmannibucau> | Book
> > <
> https://www.packtpub.com/application-development/java-ee-8-high-performance
> >
> >
>


-- 
Jean-Louis

Re: Regression in 2.0.24

Posted by Romain Manni-Bucau <rm...@gmail.com>.
https://issues.apache.org/jira/browse/OWB-1395 for the tracking

Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://rmannibucau.metawerx.net/> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
<https://www.packtpub.com/application-development/java-ee-8-high-performance>


Le mer. 8 déc. 2021 à 19:10, Romain Manni-Bucau <rm...@gmail.com> a
écrit :

> Hi all,
>
> I found a regression in 2.0.24 where some jar can not be scanned.
> I will push a fix now but think it can be serious enough to need another
> release, not sure why we didn't hit it before.
> Don't hesitate to review in 1h or so.
>
> Romain Manni-Bucau
> @rmannibucau <https://twitter.com/rmannibucau> |  Blog
> <https://rmannibucau.metawerx.net/> | Old Blog
> <http://rmannibucau.wordpress.com> | Github
> <https://github.com/rmannibucau> | LinkedIn
> <https://www.linkedin.com/in/rmannibucau> | Book
> <https://www.packtpub.com/application-development/java-ee-8-high-performance>
>