davsclaus opened a new issue, #1232:
URL: https://github.com/apache/camel-karavan/issues/1232

   ### Describe the solution you'd like
   
   Using karava.space to create a bean that just has a name, and a class, then 
outputs
   
   ```
   - registryBean:
       constructors: {}
       properties: {}
       beans:
         - constructors: {}
           name: foo
           type: com.foo.MyProcessor
   ```
   
   The `constructors` and  `properties` under `-registryBean` seems like a bug.
   And since the `foo` bean has no constructors, then it would be nicer to omit 
the empty map.
   
   ### Variant
   
   Web Application
   
   ### Container Management (if applicable)
   
   None


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to