mschnitzler opened a new pull request #6219: URL: https://github.com/apache/camel/pull/6219
This PR implements CAMEL-17041. The JpaComponent now features a map of aliases (String) to classes. When the endpoint is created, the URI path (which holds either the alias or the fully qualified entity class name) is matched against the map. If the map holds a matching alias then the mapped class is used as the entity type. Otherwise, the component tries to resolve the given class name. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org