arnaudroger / SimpleFlatMapper

Fast and Easy mapping from database and csv to POJO. A java micro ORM, lightweight alternative to iBatis and Hibernate. Fast Csv Parser and Csv Mapper
http://simpleflatmapper.org
MIT License
438 stars 76 forks source link

GraalVM native image support #718

Closed morki closed 4 years ago

morki commented 4 years ago

Will be GraalVM native image supported? It seems ASM is problematic.

arnaudroger commented 4 years ago

I have not tried, the asm generation can be disabled, and the asm scanning of class is not madatory. so in theory it could be made to work

morki commented 4 years ago

@arnaudroger sorry, It seems it JdbcMapper works well in graal native. The issues I saw was probably JOOQ related. If I found something new, I will reopen. Thank you.