You should not look at schemes posted on the Internet; schemes are distributed in banks; the META-INF file also has a mapping file.
As you can see below, we always map the scheme without changes to the current scheme; therefore, we recommend that you always use the versionless scheme in the configurations of your application, otherwise you will have to change the files with each update; for example, 2.2 will not work with 2.1 scheme, but if you do not use the version on the scheme, the structure will take care to use the correct one.
A schema without a version on the Internet is an old schema 1.0; we need to figure out how we can change this, but itโs not easy, for various reasons,
http\://www.springframework.org/schema/integration/spring-integration-1.0.xsd=org/springframework/integration/config/xml/spring-integration-1.0.xsd http\://www.springframework.org/schema/integration/spring-integration-2.0.xsd=org/springframework/integration/config/xml/spring-integration-2.0.xsd http\://www.springframework.org/schema/integration/spring-integration-2.1.xsd=org/springframework/integration/config/xml/spring-integration-2.1.xsd http\://www.springframework.org/schema/integration/spring-integration.xsd=org/springframework/integration/config/xml/spring-integration-2.1.xsd
source share