Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdi-dev] glassfish 7 with CDI TCK 4.0.0 RC8

Scott is right - these Weld release notes[1] covered basics of how to integrate weld-lite-extension-translator.

But that's definitely not all but the errors seem unfamiliar. Maybe double check discovery since that was the biggest change (empty beans.xml == annotated discovery mode now)?
I am not sure if your arq. adapter does anything in this regard or if you maybe changed something by implementing the backward compatible switch that is now mandatory (also mentioned in the article)?

Regards
Matej
_______________________________________________________
[1] http://weld.cdi-spec.org/news/2022/01/24/weld-500Beta1/


On Tue, Mar 29, 2022 at 8:26 AM Scott Stark <starksm64@xxxxxxxxx> wrote:
At a minimum, the following jar is going to be needed to be added to the glassfish dependencies and included in the set of weld artifacts:

<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-lite-extension-translator</artifactId>
<version>${weld.version}</version>
</dependency>

On Mar 28, 2022 at 10:32:50 PM, Gurunandan Rao <gurunandan.rao@xxxxxxxxxx> wrote:
Hello CDI-dev,


Glassfish 7 logs for the test run can be downloaded from link https://ci.eclipse.org/jakartaee-tck/job/guru/job/cditck-porting-guru/job/jakartaee-10/50/artifact/cdi-tck-results.tar.gz (tar path: /home/jenkins/agent/workspace/cditck-porting-guru_jakartaee-10/glassfish7/glassfish/domains/domain1/logs/).

Any suggestion to get Glassfish 7 pass above failures?


regards,
Guru
_______________________________________________
cdi-dev mailing list
cdi-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdi-dev
_______________________________________________
cdi-dev mailing list
cdi-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdi-dev

Back to the top