lburgazzoli commented on a change in pull request #189: Make xml and jaxb 
disabled by default and opt-in when depending on camel
URL: https://github.com/apache/camel-quarkus/pull/189#discussion_r323281846
 
 

 ##########
 File path: 
extensions/core/runtime/src/main/java/org/apache/camel/quarkus/core/runtime/support/FastModel.java
 ##########
 @@ -46,6 +47,16 @@ public FastModel(CamelContext camelContext) {
         super(camelContext);
     }
 
+    @Override
+    public void addRouteDefinitions(InputStream is) throws Exception {
+        throw new UnsupportedOperationException();
+    }
+
+    @Override
+    public void addRestDefinitions(InputStream is, boolean addToRoutes) throws 
Exception {
+        throw new UnsupportedOperationException();
+    }
 
 Review comment:
   Maybe we can remove those two methods from Model's interface in RC2 and 
re-factorize them as helpers ?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to