springcorn
springcorn

Reputation: 631

springframework website changed - http://www.springframework.org/beans/ gone?

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

Answers (1)

M. Chris
M. Chris

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

Related Questions