Skip to content
Success

Changes

Summary

  1. Fix client Javadoc errors currently blocking the release (details)
  2. Ensuring that LICENSE/NOTICE shows up in META-INF (details)
  3. Ensuring client-api is a Bundle too. (details)
  4. Fix duplicate plug-in definition (details)
Commit 946ab233b97bc488dd6d43b87e873832e73159c8 by Mark Thomas
Fix client Javadoc errors currently blocking the release
The server API depends on the client API. Therefore the client API
Javadoc may not reference (via {@link ...}) the server API Javadoc as
that creates a circular reference. Therefore, replace all {@link ...}
references to the server API in the client API with {@code ...}
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified api/client/src/main/java/javax/websocket/WebSocketContainer.java (diff)
The file was modified api/client/src/main/java/javax/websocket/Endpoint.java (diff)
The file was modified api/client/src/main/java/javax/websocket/OnClose.java (diff)
The file was modified api/client/src/main/java/javax/websocket/OnError.java (diff)
The file was modified api/client/src/main/java/javax/websocket/ClientEndpoint.java (diff)
The file was modified api/client/src/main/java/javax/websocket/OnMessage.java (diff)
The file was modified api/client/src/main/java/javax/websocket/OnOpen.java (diff)
Commit e49617b7120e593210f32a2576edeb62861a9709 by Joakim Erdfelt
Ensuring that LICENSE/NOTICE shows up in META-INF
The file was modified api/server/pom.xml (diff)
The file was modified api/client/pom.xml (diff)
Commit 19aaf0ab1862730a92682137aedcd9d894917120 by Joakim Erdfelt
Ensuring client-api is a Bundle too.
+ Refactoring spec-version and bundle plugins to parent pom.
+ Ensuring client symbolic-name is unique to existing
server symbolic-name, and that there's no dependency
declared between them (in an OSGi sense)
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
The file was modified api/server/pom.xml (diff)
The file was modified api/pom.xml (diff)
The file was modified api/client/pom.xml (diff)
Commit dc16bb9061137950c906719648f7b65a3d551105 by Mark Thomas
Fix duplicate plug-in definition
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified api/pom.xml (diff)