Skip to content

Commit

Permalink
Merge pull request #199 from markt-asf/websocket-2.0.0-RC2
Browse files Browse the repository at this point in the history
First pass at update for WebSocket RC1
  • Loading branch information
kwsutter authored Jun 12, 2020
2 parents 30a0e56 + 7f81d39 commit 192fba5
Show file tree
Hide file tree
Showing 4 changed files with 2,629 additions and 8 deletions.
11 changes: 11 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>jakarta-specifications</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
16 changes: 8 additions & 8 deletions websocket/2.0/_index.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
---
title: "Jakarta WebSocket 2.0 (under development)"
date: 2020-01-15
title: "Jakarta WebSocket 2.0 (milestone)"
date: 2020-05-26
summary: "Release for Jakarta EE 9"
---
Jakarta WebSocket defines a API for Server and Client Endpoints
for the WebSocket protocol (RFC6455).

* [Jakarta WebSocket 2.0 Release Record]()
* [Jakarta WebSocket 2.0 Release Record](https://projects.eclipse.org/projects/ee4j.websocket/releases/2.0)
* [Jakarta EE Platform 9 Release Plan](https://eclipse-ee4j.github.io/jakartaee-platform/jakartaee9/JakartaEE9ReleasePlan)
* [Jakarta WebSocket 2.0 Specification Document]() (PDF)
* [Jakarta WebSocket 2.0 Specification Document]() (HTML)
* [Jakarta WebSocket 2.0 Specification Document](./websocket-spec-2.0-RC1.pdf) (PDF)
* [Jakarta WebSocket 2.0 Specification Document](./websocket-spec-2.0-RC1.html) (HTML)
* [Jakarta WebSocket 2.0 Javadoc](./apidocs)
* [Jakarta WebSocket 2.0 TCK]()([sig](),[sha](),[pub]())
* [Jakarta WebSocket 2.0 TCK](http://download.eclipse.org/ee4j/jakartaee-tck/master/nightly/websocket-tck-2.0.0.zip)([sig](),[sha](),[pub]())
* Maven coordinates
* [jakarta.websocket:jakarta.websocket-api:jar:2.0.0]()
* [jakarta.websocket:jakarta.websocket-api:2.0.0-RC1](https://repo1.maven.org/maven2/jakarta/websocket/jakarta.websocket-api/2.0.0-RC1/)


# Compatible Implementations

* [Jakarta WebSocket]()
* [Apache Tomcat 10.0.0-M6](https://tomcat.apache.org/download-10.cgi)

# Ballots

Expand Down
Loading

0 comments on commit 192fba5

Please sign in to comment.