question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ModelMapper and Java 10

See original GitHub issue

Similarily 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:closed
  • Created 5 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
chhsiao90commented, May 21, 2018

modelmapper v2.0 just release, please take a look.

1reaction
chhsiao90commented, May 17, 2018

I will release this week.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found