Hello,
Because I see the following entries having a last modified date of today:
relay.xsd 2024-02-12 14:44 2.2K
jgroups.xsd 2024-02-12 14:44 412K
jgroups-5.3.xsd 2024-02-12 14:44 409K
jgroups-4.2.xsd 2024-02-12 14:44 412K
I'm asking because an XML validation process of mine that used to succeeded, suddenly started to fail today.
This validation is about checking if an Infinispan configuration files is correct according to the Infinispan XSD, which in turn references the JGroups XSD.
As in:
xmllint --noout --schema infinispan-config-14.0.xsd my-ispn-conf.xml
I then get following error:
(repeated for lines 9, 15, 21 22, 29, 44 and 57)
Again, as I mentioned above, this validation broke unexpectedly today, so I guess this could have to do with the recent changes on
http://www.jgroups.org/schema/, I assume.
Regards,
--
Damiano Albani