Overview

The order of parameters passed to ELResolver#getValue was incorrect.

The name should correspond to the property parameter of the getValue method instead base.

Related Issues

  • 32383

  • 33942

Comment From: sbrannen

Hi @micopiira,

Congratulations on submitting your first PR for the Spring Framework! 👍

This has been merged into 6.2.x and main in 71f872e8bbfda69375f434ae35bf53b1786c08aa and slightly revised in 3d0fffa8e4a7bcfc0a0e4c11ad863bb08ebd9e2e and a89db89fc0f60f659b4156f7d45a985eccc35f4d and will be available in Spring Framework 6.2.2.

For future PRs, please make sure you use BDDMockito.given instead of Mockito.when; otherwise, the build fails due to our Checkstyle rules. Running a local Gradle build should also help to catch that.

Thanks for your contribution!

Sam