Bruce Melo

Results 2 issues of Bruce Melo

Hi, i need to apply custom route spec, for example, tls termination or another properties. maybe something like that, ``` list.addToItems(new RouteBuilder() .withNewMetadata() .withName(config.getName()) .withLabels(Labels.createLabelsAsMap(config, "Route")) .endMetadata() .withNewSpec() .withHost(config.getHost()) .withPath(port.getPath())...

### Expected Behavior micronaut data mongo should save/update/listing nested collection.collections ### Actual Behaviour I have a movie and nested movies, I want to update the nested and list all movies...

status: example attached
type: bug