mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
We have hazelcast configuration files that are used with multiple versions of Hazelcast. Version 3's scheme doesn't allow us to set <auto-detection enabled="false" />. To work around this, we configure a system property that causes Hazelcast to disable schema validation. See gh-38163