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
To enable usage in environments that use multiple class loaders (e.g. shared ForkJoinPool through parallel streams) it would make sense to provide a class loader to avoid ClassNotFoundExceptions.
The text was updated successfully, but these errors were encountered:
mp911de
changed the title
Introduce configuration of class loader in SimpleTypeInformationMapper
Introduce configuration of class loader in SimpleTypeInformationMapperDec 9, 2021
…er`.
We now support configuration of the class loader in SimpleTypeInformationMapper to use a configured class loader instead of falling always back to the default/contextual class loader. In arrangements where the contextual class loader isn't able to provide access to the desired classes (e.g. parallel Streams, general Fork/Join Thread usage) the contextual class loader may not have access to the entity types. By implementing BeanClassLoaderAware, we can now propagate a configured class loader.
Closes#2508
To enable usage in environments that use multiple class loaders (e.g. shared ForkJoinPool through parallel streams) it would make sense to provide a class loader to avoid ClassNotFoundExceptions.
The text was updated successfully, but these errors were encountered: