Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1f62eaca authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

Upgraded to Servlet API 6.0.36

parent 5392839e
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ or <a href="http://jdbc.postgresql.org/">Postgres JDBC connectors</a> 42.1.1: po
<dd>This also requires MySQL to be installed. Required for alignsvc.</dd>
<dt><a href="http://www.eclipse.org/jetty">Jetty</a> 9.4.6: jetty-server.jar jetty-http.jar jetty-io.jar jetty-util.jar [<a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache</a>]</dt>
<dd>Required for HTTP management (HTML, REST, Web service).</dd>
<dt><a href="https://github.com/javaee/servlet-spec/releases">Servlet API</a> 4.0: servlet-api.jar [<a href="https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html">CDDL + GPLv2 with classpath exception</a>]</dt>
<dt><a href="https://github.com/javaee/servlet-spec/releases">Servlet API</a> 6.0.36: servlet-api.jar [<a href="https://glassfish.dev.java.net/nonav/public/CDDL+GPL.html">CDDL + GPLv2 with classpath exception</a>]</dt>
<dd>Required and shipped with Jetty. This is part of Java 2 Enterprise Edition</dd>
<dt>Apache <a href="http://commons.apache.org/proper/commons-fileupload/">Commons fileupload</a> 1.4,
<a href="http://commons.apache.org/proper/commons-compress/">Commons compress</a> 1.20,
......
......@@ -89,6 +89,7 @@ with a warning:
<li>Upgraded to <span style="color: green">Xerces 2.12.1</span> (lib)</li>
<li>Upgraded to <span style="color: green">SLF4J 1.7.30</span> (lib)</li>
<li>Upgraded to <span style="color: green">Thrift 0.13.0</span> (lib)</li>
<li>Upgraded to <span style="color: green">Servlet API 6.0.36</span> (lib)</li>
</ul></p>
<h2>Version 4.9 (2159): 2017-07-19 - Letraset</h2>
......
No preview for this file type
......@@ -2,6 +2,7 @@
<!-- NOTE: J. Euzenat
This is the 3.1 pom with just version number changed by myself.
There is no pom in the jar.
Indeed (2020).
-->
<!--
......@@ -51,7 +52,7 @@ There is no pom in the jar.
<parent>
<groupId>net.java</groupId>
<artifactId>jvnet-parent</artifactId>
<version>3</version>
<version>6.0.36</version>
</parent>
<groupId>javax.servlet</groupId>
......@@ -60,18 +61,14 @@ There is no pom in the jar.
<version>4.0.0</version>
<properties>
<spec.version>3.1</spec.version>
<spec.version>6.0</spec.version>
<extension.name>javax.servlet</extension.name>
<bundle.symbolicName>javax.servlet-api</bundle.symbolicName>
<bundle.version>3.1.0</bundle.version>
<window.title>Java Servlet 3.1</window.title>
<doc.title>Java Servlet 3.1 API Specification</doc.title>
<bundle.version>6.0.36</bundle.version>
<window.title>Java Servlet 6</window.title>
<doc.title>Java Servlet 6 API Specification</doc.title>
<vendor.name>Oracle Corporation</vendor.name>
<implementation.vendor.id>org.glassfish</implementation.vendor.id>
<findbugs.version>2.3.1</findbugs.version>
<findbugs.exclude>exclude.xml</findbugs.exclude>
<findbugs.threshold>Low</findbugs.threshold>
<copyright-plugin.version>1.33</copyright-plugin.version>
</properties>
<name>Java Servlet API</name>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment