Great to see GlassFish 7.0.0.M4 Beta is available on github. I have started trying it out and will contribute my feedback through various challenges.
Thanks for trying it out!
I am also looking for some inputs about how far we are from GlassFish 7.0.0 stable release. Is it going to be released in the next 1or 2 months?
We consider this the first beta version, which is mainly based on it not depending on snapshots and very early other components anymore.
There are still a number of failures across the board, but with the exception of Jakarta Concurrency, we feel these are all small failures mostly caused by trivial things (such as the infamous empty beans.xml, or new tests not correctly set up yet).
Failures can be among others tracked here:
The plan to release the final is indeed between 1 and 2 months, where we're trying most to release half may, so exactly 1 month from now. As we're dependent on community contributions and can't directly task anyone, a hard date is always difficult.
Kind regards,
Arjan Tijms
Best Regards,
Tarun
Hello,
Is with Jakarta EE 10 or GlassFish 7.0, are there going to be any change in the deployment descriptor.
Or the one below continues to be the latest.
Best Regards,
Tarun
Updating the subject.
Thanks Arjan, I went to the nexus repo and downloaded the servet-api-6.0.jar for testing with my code.
Regards,
Tarun
Hi,
You can copy these to your own pom, or copy them to an .m2/settings.xml file. E.g. :
Hello All,
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>6.0.0</version>
<scope>provided</scope>
</dependency>
The above maven coordinate are giving error:
> Cannot resolve jakarta.servlet:jakarta.servlet-api:6.0.0
Is there a way to verify my code with Servlet 6.0 implementation of glassfish 7.0-M3?
Best Regards,
Tarun
_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/glassfish-dev
_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/glassfish-dev
_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/glassfish-dev