spring-boot/spring-boot-project/spring-boot-test
Phillip Webb e917bd0ed0 Only build OutputCapture strings when necessary
Update `OutputCapture` so that expensive build operations are only
performed when necessary. This update is especially important for Kotlin
users calling `"Expected String" in output` since this results in a call
to Kotlin's `CharSequence.contains` which calls the `length()` and
`charAt()` methods many times.

Closes gh-32033
2022-10-03 16:55:44 -07:00
..
src Only build OutputCapture strings when necessary 2022-10-03 16:55:44 -07:00
build.gradle Prohibit unwanted dependencies in all modules not just starters 2021-11-12 20:04:35 +00:00