atlasmap-attic / atlasmap-runtime

AtlasMap runtime engine and design time services
http://atlasmap.io
Other
3 stars 8 forks source link

Java inspection should not inspect JDK classes #252

Closed igarashitm closed 7 years ago

igarashitm commented 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