jakartaee / jakartaee-schemas

Other
7 stars 20 forks source link

Updated the XML Schemas for Jakarta EE 9 versions of the specification #8

Closed ivannov closed 4 years ago

ivannov commented 4 years ago

Signed-off-by: Ivan St. Ivanov ivan.st.ivanov@gmail.com

ivannov commented 4 years ago

@hussainnm thanks for your reviews and the help!

I just didn't understand this:

Namespace references need to change from javax to jakarta. I do not see any test to validate such a change.

Which namespaces do you mean? I see some javax packages in the documentation mainly

hussainnm commented 4 years ago

Yes, I meant the ones in documentation and CDATA.

https://github.com/eclipse-ee4j/jakartaee-schemas/blob/6e7850c633f7b2d3e18898367c1d47527d3e6b5e/jakartaee9/src/jakartaee_9.xsds#L1349-L1359

In the above example, it mentions the permitted values are javax.jms.ConnectionFactory. This should be changed to jakarta.jms.ConnectionFactory.