Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Alignment API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
moex
Alignment API
Commits
1f62eaca
Commit
1f62eaca
authored
4 years ago
by
Jérôme Euzenat
Browse files
Options
Downloads
Patches
Plain Diff
Upgraded to Servlet API 6.0.36
parent
5392839e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
html/lib.html
+1
-1
1 addition, 1 deletion
html/lib.html
html/relnotes.html
+1
-0
1 addition, 0 deletions
html/relnotes.html
lib/servlet/servlet-api.jar
+0
-0
0 additions, 0 deletions
lib/servlet/servlet-api.jar
lib/servlet/servlet-api.pom
+6
-9
6 additions, 9 deletions
lib/servlet/servlet-api.pom
with
8 additions
and
10 deletions
html/lib.html
+
1
−
1
View file @
1f62eaca
...
...
@@ -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,
...
...
This diff is collapsed.
Click to expand it.
html/relnotes.html
+
1
−
0
View file @
1f62eaca
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
lib/servlet/servlet-api.jar
+
0
−
0
View file @
1f62eaca
No preview for this file type
This diff is collapsed.
Click to expand it.
lib/servlet/servlet-api.pom
+
6
−
9
View file @
1f62eaca
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment