davsclaus commented on code in PR #13094:
URL: https://github.com/apache/camel/pull/13094#discussion_r1485989500
##########
core/camel-api/src/main/java/org/apache/camel/spi/ModelReifierFactory.java:
##########
@@ -28,22 +28,54 @@
*/
public interface ModelReifierFactory {
+ /**
+ * Service factory key for custom factories.
+ */
+ String FACTORY = "model-reifier-factory";
Review Comment:
@lburgazzoli so a custom JAR with a class that extends the default factory
and has @JdkService(FACTORY) as annotation should make camel detect your class
instead of the default
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]