[
https://issues.redhat.com/browse/WFLY-12510?page=com.atlassian.jira.plugi...
]
Jeff Mesnil updated WFLY-12510:
-------------------------------
Description:
With WFCORE-4150, the WildFly Core's urn:jboss:domain:13.0 namespace now references
wildfly-credential-reference_1_1.xsd.
WildFly full tests that any schemas that we shipped is up to date with the latest
urn:jboss:domain:13.0 namespace in StandardConfigsXMLValidationUnitTestCase tests.
However when this test resolves urn:jboss:domain:13.0, it also resolve
urn:wildfly:credential-reference:1.1 and then the test fails because subsystems schemas
that references urn:wildfly:credential-reference:1.0 are incorrectly considered not
updated.
Released schemas must not be updated with urn:wildfly:credential-reference:1.1 as they are
already out in the open.
However every new schemas that will be released with WildFly 20 must ensure that they will
updated their references from urn:wildfly:credential-reference:1.0 to
urn:wildfly:credential-reference:1.1.
I'll create separate WFLY issues for each involved component as they may update their
schemas at different time during the development of WildFly 20.
There is no need to update the schema just for this reference change but if the schema is
updated for another reason, then the reference to urn:wildfly:credential-reference MUST be
updated
was:With WFCORE-4150, the WildFly Core's This will need to be part of the PR used
to upgrade Core to whatever release brings in wildfly-credential-reference_1_1.xsd
(WFCORE-4150).
Update all usages of wildfly-credential-reference_1_0.xsd to the new
wildfly-credential-reference_1_1.xsd version to allow the WildFly testsuite to pass with
the changes for WFCORE-4150
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: WFLY-12510
URL:
https://issues.redhat.com/browse/WFLY-12510
Project: WildFly
Issue Type: Task
Components: Security
Reporter: Farah Juma
Assignee: Jeff Mesnil
Priority: Major
With WFCORE-4150, the WildFly Core's urn:jboss:domain:13.0 namespace now references
wildfly-credential-reference_1_1.xsd.
WildFly full tests that any schemas that we shipped is up to date with the latest
urn:jboss:domain:13.0 namespace in StandardConfigsXMLValidationUnitTestCase tests.
However when this test resolves urn:jboss:domain:13.0, it also resolve
urn:wildfly:credential-reference:1.1 and then the test fails because subsystems schemas
that references urn:wildfly:credential-reference:1.0 are incorrectly considered not
updated.
Released schemas must not be updated with urn:wildfly:credential-reference:1.1 as they
are already out in the open.
However every new schemas that will be released with WildFly 20 must ensure that they
will updated their references from urn:wildfly:credential-reference:1.0 to
urn:wildfly:credential-reference:1.1.
I'll create separate WFLY issues for each involved component as they may update their
schemas at different time during the development of WildFly 20.
There is no need to update the schema just for this reference change but if the schema is
updated for another reason, then the reference to urn:wildfly:credential-reference MUST be
updated
--
This message was sent by Atlassian Jira
(v7.13.8#713008)