Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] Any changes in servlet deployment descriptor with GF7
  • From: Ondrej Mihályi <ondrej.mihalyi@xxxxxxxxxxx>
  • Date: Tue, 5 Apr 2022 08:51:43 +0000
  • Accept-language: en-GB, sk-SK, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=payara.fish; dmarc=pass action=none header.from=payara.fish; dkim=pass header.d=payara.fish; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=U6x+MbzptTCpcxp3VvcNup4IwNjpvTxY8IDdXT5/Q+o=; b=OBfDRREERCV4qSmWFJBBhz4UROyufsBOAdGyguWZtKLJIoOHspPSAgZtSp2a8AEI9hQMGM7Uj+Lr3AolKIGPO+B4lmte3OoVosi/lwd+2heJgvNIXiwefgbOMfRfA5IwKuxibDAxK41TRxfqx6HoCWoKLYdWPT8B4b0cP6XjKgvi8BobqCtavDSJ+J8TbD2RvYv6VyviK4LsMpRshcl0RRikghC500aoNMnZvfvV5zLRLMwlY5608fnj4Gx0CBofXEFCWlezMxgUkyyMNlD3r4IWS+mU1wy9qJ5hohK7oIKqVY+IoLIhM7C6trDKoP5NwiYxX1tqm2pqtK1PIMnnXg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=HgsTPD/3V60ge6YI/aGs4gRjC601lNb+LWaUlnx7B2w5SXCV661CAdGWiJsya21Q+ZLKQO4TeottgYe7gWLOEu9TsfHzl3dVy9nn0Kl3W2+3IA93m9gyirUbjIA9zfIwLjFw/+Ec52IUwuBqd+QKaeIicyojzInE+ow93XE//g9XCUwkakm7KV66MGRhXGz4xC6h1TohiBICQN0ea7saw4PoUa0Uw3jEZar4kc4dRhYeK2ql/lkMK01D8WWSCAOj1uILo7d2O7TY7DuO6p9HazguFPu4Io8cpMv1nxNfymBhTHv4j7boC6y1hp+wXcJ/D7KP+78d9PT2GFjcChuueg==
  • Delivered-to: glassfish-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/glassfish-dev/>
  • List-help: <mailto:glassfish-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/glassfish-dev>, <mailto:glassfish-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/glassfish-dev>, <mailto:glassfish-dev-request@eclipse.org?subject=unsubscribe>
  • Suggested_attachment_session_id: 82e50cc4-3c25-6ee2-ed4a-cdc7b8a5d5a6
  • Thread-index: AQHYSL8j5X3kzUUy1E2UfqZ6wRElnqzhAu5L
  • Thread-topic: [glassfish-dev] Any changes in servlet deployment descriptor with GF7

Hi,

There's no change in the web-app schema in GF 7 and Jakarta EE 10. Only a few schemas are updated in EE 10, this one isn't among them: https://jakarta.ee/xml/ns/jakartaee/#10


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.
web-app_5_0.xsd XML Schema for the Servlet deployment descriptor (web.xml)
Best Regards,
Tarun

On Wed, 30 Mar 2022 at 23:37, Tarun Telang <tarun.telang@xxxxxxxxx> wrote:
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

On Wed, 30 Mar 2022 at 22:39, arjan tijms <arjan.tijms@xxxxxxxxx> wrote:
Hi,

Yes there is, since Servlet is not officially released yet, you would need to include the staging repository. The full and always up to date details about those can be found here: https://github.com/eclipse-ee4j/ee4j/blob/master/parent/pom.xml#L299

You can copy these to your own pom, or copy them to an .m2/settings.xml file. E.g. :

<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">

  <profiles>
    <profile>
      <id>default</id>
      <activation>
          <activeByDefault>true</activeByDefault>
      </activation>
      <repositories>
            <repository>
                    <id>sonatype-nexus-staging</id>
                    <name>Sonatype Nexus Staging</name>
                    <url>https://jakarta.oss.sonatype.org/content/repositories/staging/ </url>
                    <releases>
                        <enabled>true</enabled>
                    </releases>
                    <snapshots>
                        <enabled>false</enabled>
                    </snapshots>
                </repository>
            </repositories>

            <pluginRepositories>
                <pluginRepository>
                    <id>sonatype-nexus-staging</id>
                    <name>Sonatype Nexus Staging</name>
                    <url>https://jakarta.oss.sonatype.org/content/repositories/staging/ </url>
                    <releases>
                        <enabled>true</enabled>
                    </releases>
                    <snapshots>
                        <enabled>false</enabled>
                    </snapshots>
                </pluginRepository>
            </pluginRepositories>
       </profile>
   </profiles>
</settings>







On Wed, Mar 30, 2022 at 6:58 PM Tarun Telang <tarun.telang@xxxxxxxxx> wrote:
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

On Fri, 18 Mar 2022 at 19:24, Scott Marlow <smarlow@xxxxxxxxxx> wrote:

Is there already a tracking GlassFish issue for the "org.glassfish.soteria.servlet.SamRegistrationInstaller not found" error asked in  [1]?

Scott

[1] https://github.com/eclipse-ee4j/jakartaee-tck/issues/900

_______________________________________________
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

Back to the top