GraalVM native image issues I’ve run into

#1 - Serializing an enum to JSON with Gson and Jackson fails. The failure isn’t obvious though since the field is just ignored.

#2 - Sometimes you can run into issues with default constructors like this:

java.lang.IllegalArgumentException: Class 'class com.awslabs.tables.IpValidation' appears to have no default constructor