Closed igarashitm closed 7 years ago
Right now it only checks if superclass or above is in JDK, but not the class itself. So if you have java.util.Date field, it inspects java.util.Date class. https://github.com/atlasmap/atlasmap-runtime/blob/ce498616965254723428641ab5c03ed80cff4d40/atlas-java-parent/atlas-java-inspect/src/main/java/io/atlasmap/java/inspect/ClassInspectionService.java#L255-L268
Right now it only checks if superclass or above is in JDK, but not the class itself. So if you have java.util.Date field, it inspects java.util.Date class. https://github.com/atlasmap/atlasmap-runtime/blob/ce498616965254723428641ab5c03ed80cff4d40/atlas-java-parent/atlas-java-inspect/src/main/java/io/atlasmap/java/inspect/ClassInspectionService.java#L255-L268