Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Conversation

jbescos
Copy link

@jbescos jbescos commented Aug 13, 2021

I am coming from this issue: jakartaee/expression-language#162

There is one ELResolver named MapELResolver that returns always Object.class for the getType method. I have checked that with el-ri team, and they say that is correct.

But this means DateTimeConverter has problems to get the type of objects stored in map, because it will not enter inside the if:

      if ((expectedType != null)
          && (!expectedType.isAssignableFrom(value.getClass())))
      {

…bject.class always

Signed-off-by: Jorge Bescos Gascon <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant