users@jms-spec.java.net

[jms-spec users] [jsr368-experts] JMS 2.0 Errata: JMS_SPEC-160 (JMS API source contains self-closing HTML tags)

From: Nigel Deakin <nigel.deakin_at_oracle.com>
Date: Mon, 01 Dec 2014 15:25:08 +0000

Here's the next very minor proposed correction for the JMS 2.0 errata release.

This is https://java.net/jira/browse/JMS_SPEC-160
(JMS API source contains self-closing HTML tags)

The JMS API source contains self-closing HTML tags in its javadoc comments. For example, the source of javax.jms.Message
contains the tag <br/>.

Self-closing tags are not valid HTML and they cause the Java 8 version of javadoc to fail (unless a flag has been set to
suppress this). Although JMS 2.1 does not require Java 8, this is still an error. It looks as if this incorrect HTML was
added in JMS 2.0.

Changes to javadoc for Message
------------------------------

Change "<br/>" to "<br> in 12 places.

Changes to javadoc for JMSConsumer
----------------------------------

Change "<br/>" to "<br> in 15 places.

Nigel