ppalaga commented on a change in pull request #1009: Fix #706 Improve
RuntimeCatalogConfig docs
URL: https://github.com/apache/camel-quarkus/pull/1009#discussion_r401584243
##########
File path:
extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/CamelRuntimeCatalog.java
##########
@@ -28,7 +28,8 @@ public CamelRuntimeCatalog(CamelConfig.RuntimeCatalogConfig
config) {
@Override
public String modelJSonSchema(String name) {
if (!config.models) {
- return null;
+ throw new RuntimeException(
Review comment:
I am a troll, I have put it there to see who and how is actually using it :)
I have fixed the tests in fc0bdf6. Are you using it in Camel K?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services