Publish updated XSD with versioned alternatives [SPR-16847] #21387
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: declined
A suggestion or change that we don't feel we should currently apply
type: task
A general task
Stéphane Nicoll opened SPR-16847 and commented
As of Spring Framework 5, XSD are not versioned anymore and the versioned artifacts have been removed. Yet, users are relying on those versioned artifacts, especially here:
http://www.springframework.org/schema/beans/
Previously, each release on the docs server creates a symlink without a version to the latest version of the XSD (i.e.
spring-beans.xsd
is a symlink tospring-beans-4.3.xsd
).When we publish a new release, the 4.x version is still served. We should find a way to publish the 5.x version as well.
This is especially important as XSD on
master
were recently changed.Affects: 5.0.6
The text was updated successfully, but these errors were encountered: