|
Hi,
Kind regards,
Ondrej Mihályi
Senior Payara Service Engineer
Payara - Supported Enterprise
Software for Jakarta EE and MicroProfile Applications
US: +1 415 523 0175 | UK: +44 207 754 0481
----------------------------------------------------------------------------------------------------------------------
Payara is a proud recipient of the prestigious
Queen's Award for Enterprise: International Trade 2021
Payara-Tech LDA, Registered Office: Rua Nova de São Pedro no. 54, 2nd floor, room “D”, 9000 048 Funchal, Ilha da Madeira, Portugal
VAT: PT 515158674 |
www.payara.fish |
info@xxxxxxxxxxx |
@Payara_Fish
From: glassfish-dev <glassfish-dev-bounces@xxxxxxxxxxx> on behalf of Tarun Telang <tarun.telang@xxxxxxxxx>
Sent: 05 April 2022 09:30
To: glassfish developer discussions <glassfish-dev@xxxxxxxxxxx>
Subject: [glassfish-dev] Any changes in servlet deployment descriptor with GF7
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
|