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
Install REST-API add-on, expose this method. Then, call this method, it will throw:
Caused by: java.lang.IllegalAccessException: Can not set final java.lang.String field com.tcx.coman.beans.services.TestService $TestRecord.reader to java.lang.String
After add implementation 'com.google.code.gson:gson:2.10' in build.gradle, the issue is gone. Please see also: google/gson#1794
Since Jmix supports JDK 17, we need this upgrade.
The text was updated successfully, but these errors were encountered:
In a service, use
Record
as parameter type:Install REST-API add-on, expose this method. Then, call this method, it will throw:
After add
implementation 'com.google.code.gson:gson:2.10'
inbuild.gradle
, the issue is gone. Please see also: google/gson#1794Since Jmix supports JDK 17, we need this upgrade.
The text was updated successfully, but these errors were encountered: