spring-boot/spring-boot-project/spring-boot-autoconfigure
Stéphane Nicoll f6e4bede09 Stop throwing BindingException in tests
This commit adapts the error controller tests that need the request
to fail with a bind issue, and simulate the behavior of
ModelAttributeMethodProcessor.

As of Spring Framework 6.0.x, this processor no longer throws a
BindingException, but rather a MethodArgumentNotValidException and
the handing of BindException itself is deprecated.

This makes sure that those tests can smoothly be executed against
Spring Framework 6.2.x as throwing a BindingException now results
into an unresolved exception, and an internal server error rather than
the expected bad request.

See gh-39767
2024-02-27 14:12:19 -06:00
..
src Stop throwing BindingException in tests 2024-02-27 14:12:19 -06:00
build.gradle Build against UCP and JDBC driver for Oracle Database variant ucp11 2023-12-05 11:40:35 +01:00