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

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

Back to the top