mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Prior to this commit, property files configured (or inferred) via @TestPropertySource were read using the default encoding of the JVM. This commit introduces an `encoding` attribute in @TestPropertySource which allows developers to specify an explicit encoding for test property files. Closes gh-30982