Now, by default, only resources matching "*spring-config.xml" or "*hibernate.cfg.xml" located directly on "src/main/resources", or "*spring-config-test.xml" or "*hibernate-test.cfg.xml" located directly on "src/test/resources" are filtered. To apply the patch, rember to execute "mvn clean install" from root directory.
Now filtering is applied by default only to files matching "*spring-config*.xml" and "*hibernate.cfg*.xml" located directly under "src/{main,test}/resources". After installing the patch, remember to execute "mvn clean install" from root directory.