Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [websocket-dev] Release review for WebSocket API 1.0.2

The deployed (to staging) artifacts are version 1.1.1 (not 1.0.2)

The jakarta.websocket-api.1.1.1.jar -
  • is missing LICENSE and NOTICE files in the META-INF, need to fix this.
  • META-INF/MANIFEST.MF looks good.
Manifest-Version: 1.0
Bnd-LastModified: 1541189407425
Build-Jdk: 1.8.0_181
Built-By: default
Bundle-Description: JSR 356: Java API for WebSocket
Bundle-ManifestVersion: 2
Bundle-Name: WebSocket server API
Bundle-SymbolicName: javax.websocket-api
Bundle-Vendor: Eclipse Foundation
Bundle-Version: 1.1.1
Created-By: Apache Maven Bundle Plugin
Export-Package: javax.websocket;version="1.1.1",javax.websocket.server;u
 ses:="javax.websocket";version="1.1.1"
Extension-Name: javax.websocket
Implementation-Version: 1.1.1
Specification-Version: 1.1
Tool: Bnd-1.50.0


The jakarta.websocket-client-api-1.1.1.jar 
  • is missing LICENSE and NOTICE files in the META-INF, need to fix this.
  • META-INF/MANIFEST.MF is essentially empty, need to fix this.
Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Built-By: default
Created-By: Apache Maven 3.5.4
Build-Jdk: 1.8.0_181


On Thu, Nov 8, 2018 at 8:24 AM Mark Thomas <markt@xxxxxxxxxx> wrote:
Hi all,

The 1.0.2 artefacts are now available in the staging repo:
https://oss.sonatype.org/content/groups/staging/jakarta/websocket/

I plan to start the release review for 1.0.2 early next week. Please
speak up if there are any objections.

Mark
_______________________________________________
websocket-dev mailing list
websocket-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/websocket-dev

Back to the top