spring-framework-petclinic icon indicating copy to clipboard operation
spring-framework-petclinic copied to clipboard

Upgrade to Spring Framework 7

Open arey opened this issue 1 year ago • 3 comments

Related contents:

arey avatar Oct 04 '24 06:10 arey

So basically, will the main branch be merged with some configuration files from the javaConfig branch due to the deprecation of the <mvc:* namespace for XML configurations that comes with this update (7.0.0) ? Or will the XML configuration be kept?

Isaac-Andradee avatar Apr 08 '25 22:04 Isaac-Andradee

Good catch @Isaac-Andradee:

The <mvc:* XML configuration namespace for Spring MVC is now deprecated in favor of the Java configuration variant. There are no plans yet for removing it completely, but XML configuration will not be updated to follow the Java configuration model. Other namespaces (like ) are NOT deprecated.

I haven't thought about it yet. Maybe we could switch XML and JavaConfig: confine XML syntax to a dedicated branch?

arey avatar Apr 09 '25 08:04 arey

Sounds good, @arey .

Isaac-Andradee avatar Apr 09 '25 12:04 Isaac-Andradee