Skip to content

Commit

Permalink
NotSerializableException: io.jmix.dynattr.impl.DynAttrMetaProperty. J…
Browse files Browse the repository at this point in the history
…avadoc #377

(cherry picked from commit edef7c5)
  • Loading branch information
dtaimanov committed Jun 8, 2022
1 parent 7513a58 commit 9c4376f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public <V> Collection<V> getValues(Cache cache) {
* <br>
* <p></p>
* <b>WARNING: do not use Cache#get(java.lang.Object, java.util.concurrent.Callable) with Hazelcast. </b>
* It causes NotSerializableException because {@link org.springframework.cache.jcache.JCacheCache#ValueLoaderEntryProcessor}
* It causes NotSerializableException because {@code org.springframework.cache.jcache.JCacheCache#ValueLoaderEntryProcessor}
* is not serializable.
*
* @param cache to get value from
Expand Down

0 comments on commit 9c4376f

Please sign in to comment.