Dmytro Nosan
Dmytro Nosan
gh-887 - Groups can be obtained from configuration (key: **groups**) - As an alternative solution, `ConstraintDescriptions` can be extended with additional methods with `groups` as an argument. P.S. docs also...
When I was doing research for #42773, I came across two potential improvements for `MessageSourceMessageInterpolator`: - The logic around `MessageSource.setUseCodeAsDefaultMessage(true)` #28930 could be improved a little bit: ```java //Current test...
I have prepared two potential solutions for this #33434 enhancement. The first approach offers a simple and intuitive way to use it: ```java @SpringJUnitConfig @TestPropertySource(locations = "classpath:test.yaml", factory = YamlPropertySourceFactory.class)...
If you think it's a good idea, it might be worth considering adding templates for PRs.
gh-40772 I added `since 3.4.0` everywhere but maybe it could be merged earlier if everything is ok. Thanks in advance
See https://github.com/spring-projects/spring-boot/issues/45846
See #45281 ``` *************************** APPLICATION FAILED TO START *************************** Description: Could not find a valid Docker environment for Testcontainers. Action: - Ensure a Docker-compatible container engine is installed and running....