This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 073a5bb296a78ed377840b3faa61338d9a81c316
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Jul 26 13:59:42 2019 +0100

    Add "embed" to the OSGi names.
    
    Aligns with the other embed JARS and differentiates it from the standard
    WebSocket JAR that does not include the API.
---
 res/bnd/tomcat-embed-websocket.jar.tmp.bnd | 4 ++--
 webapps/docs/changelog.xml                 | 7 +++++++
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/res/bnd/tomcat-embed-websocket.jar.tmp.bnd 
b/res/bnd/tomcat-embed-websocket.jar.tmp.bnd
index 5c9b197..581152c 100644
--- a/res/bnd/tomcat-embed-websocket.jar.tmp.bnd
+++ b/res/bnd/tomcat-embed-websocket.jar.tmp.bnd
@@ -12,8 +12,8 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-Bundle-Name: tomcat-websocket
-Bundle-SymbolicName: org.apache.tomcat-websocket
+Bundle-Name: tomcat-embed-websocket
+Bundle-SymbolicName: org.apache.tomcat-embed-websocket
 Bundle-Version: @VERSION@
 Export-Package: \
     javax.websocket,\
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index d6f7fb1..5a3ca44 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -180,6 +180,13 @@
       <fix>
         Correct broken OSGi data in JAR file manifests. (markt)
       </fix>
+      <fix>
+        Add &quot;embed&quot; to the <code>Bundle-Name</code> and
+        <code>Bundle-Symbolic-Name</code> for the Tomact embedded WebSocket JAR
+        to align the naming with the other embedded JARs and to differentiate 
it
+        from the standard WebSocket JAR that does not include the API classes.
+        (markt)
+      </fix>
     </changelog>
   </subsection>
 </section>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to