Reputation: 631
My application references the spring beans schema like so:
http://www.springframework.org/beans/spring-beans-3.2.xsd
or
http://www.springframework.org/beans/spring-beans-4.1.xsd
etc
My application is failing because this resource is no longer there. Starting today. Is this intended deprecation or something?
My application is down because of this.
Upvotes: 0
Views: 51
Reputation: 1037
As of now (reply) , I'm getting a timeout (522) when it try to curl the resource.
Error 522 Ray ID: 4c236b3d7adcb7e9 • 2019-04-04 12:52:51 UTC
Connection timed out
However I'm able to access the resource at https://www.springframework.org/schema/beans/spring-beans-4.1.xsd
Upvotes: 1