-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not support jdk17? #395
Comments
Hi @a364176773 , Sadly same issue was open in 2021 and Orika hasn't response for that |
@a364176773 There is a work around:
|
Sorry, I think this method is only a temporary solution, not a real support for jdk17 |
I agree @a364176773! Looks like the authors gave up Orika, unfortunately. Looking for replacements already, no new projects with Orika from now on. |
@thiagolvlsantos we managed to replace Orika with https://mapstruct.org/ successfully. It was straight forward but that depends on the complexity of your mappings. |
duplicate of #377 |
@Chr3is mapstruct is too cumbersome and requires defining conversion classes for each pair of POJOs |
When using .parallelStream(), the orika maper is not working ma.glasnost.orika.MappingException: ma.glasnost.orika.MappingException: While attempting the following mapping: Remove the following dependency solved this issue. but sometimes: |
MapStruct always requires the writing of mappers. |
The text was updated successfully, but these errors were encountered: