The method doesn't handle the BindException anymore.

Close gh-33952.

Comment From: bclozel

@remeio We're in the process of changing our contribution process. A required check is not performed right now but will be soon. Could you amend your commit to sign it off? See https://spring.io/blog/2025/01/06/hello-dco-goodbye-cla-simplifying-contributions-to-spring

In your case, you verify that your contribution checks the DCO and then do the following:

git amend -s
git push --force

Thanks!

Comment From: remeio

@bclozel Hi,I had changed my commit message using the DCO.

Comment From: bclozel

Thanks for your contribution @remeio