You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run compile, it throw me an error like Java type mismatch expected (Mutable)Map<String!, Any!> but found (Mutable)Map<String!, Boolean!>!. Use explicit cast
I found out something went wrong with generate code in Jooby. Here is it:
The text was updated successfully, but these errors were encountered:
jonaskahn
changed the title
Java type missmatch on @Transactional during compile time
Java type mismatch on @Transactional during compile time
Jul 18, 2024
jknack
changed the title
Java type mismatch on @Transactional during compile time
kotlin: Java type mismatch on @Transactional during compile time
Jul 18, 2024
I have a simple controller like this one:
When I run compile, it throw me an error like
Java type mismatch expected (Mutable)Map<String!, Any!> but found (Mutable)Map<String!, Boolean!>!. Use explicit cast
I found out something went wrong with generate code in Jooby. Here is it:
Could anyone help me overcome with this error?
The text was updated successfully, but these errors were encountered: