spring-boot
spring-boot copied to clipboard
Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
We need to exclude some of our dependencies because these dependencies must be provided by the customer due to license restrictions but the maven plugin is ignoring `provided` and also...
After upgrading my project to [Flyway core 9.1.2](https://github.com/flyway/flyway/releases/tag/flyway-9.1.2) the tests failed cause the spring boot autoconfiguration is using deprecated methods, check log for more information: ``` java.lang.IllegalStateException: Failed to load...
This PR depends on a not yet released version of Spring Batch (`5.0.0-M5`) since Boot depends on Batch M4 which uses Micrometer 1.10.0-M3 (batch tests are failing because of this)....
See https://twitter.com/bsideup/status/1557116232146554882 We could offer a quick property to switch to simplified logging.
At present, Actuator sessions endpoint is supported only on a Servlet stack and also requires an indexed session repository. With Spring Session moving to non-indexed session repositories as a default...
I have a test that checks to see if a string is in the captured output. I expect this to work because `CapturedOutput` implements `CharSequence`. However, the test hangs indefinitely....
Spring Session's reactive support doesn't appear to have an equivalent of `FindByIndexNameSessionRepository` so the functionality of the current endpoint can't be ported over to a reactive view of the world....
Our application is split into two JARs (The first contains the spring boot launcher and our classes. The second file contains just 3rd party libraries) to be possible to share...
Spring Boot version: 2.6.7 We seem to be running into an issue similar to https://github.com/spring-projects/spring-boot/issues/27591. We recently migrated one of our metric sources to use a spring data repository. This...