ModelMapper and Java 10
See original GitHub issueSimilarily to this issue #296 , Modelmapper does not work with Java 10. Although the class file format has not changed (and I don’t know if any other changes are necessary), the version has been updated to 54, and there is a check that the version must not be >53
Caused by: java.lang.IllegalArgumentException
at org.modelmapper.internal.asm.ClassReader.<init>(ClassReader.java:160)
at org.modelmapper.internal.asm.ClassReader.<init>(ClassReader.java:143)
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Performance of Java Mapping Frameworks - Baeldung
ModelMapper is a framework that aims to simplify object mapping, by determining how objects map to each other based on conventions.
Read more >Getting Started - ModelMapper
ModelMapper is an intelligent, refactoring safe object mapping library that automatically maps objects to each other. It uses a convention based approach ...
Read more >Java Objects Mapping with ModelMapper
Java Objects Mapping with ModelMapper. With this tutorial, I am going to share with you how to convert one Java Model Class into...
Read more >Model Mapper Exception: failed to convert java.lang.String to ...
OK, this is very weird. Somehow model mapper was changing its strategy from Strict to Loose. though in post construct it was Strict...
Read more >Mapping Children with ModelMapper
Tutorial on writing a pair of converters to allow ModelMapper to map ... Java Project with the Web, Thymeleaf, JPA and H2 dependencies....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
modelmapper v2.0 just release, please take a look.
I will release this week.