Ioannis Canellos

Results 209 comments of Ioannis Canellos

Looking closer at this issue: The configuration below seems wrong, as it seems to be a mix of styles (properties and yaml). ``` dekorate.docker.name: docker-demo dekorate.docker.group: docker-group dekorate.docker.version: v1 ```...

This is big! However, it can't be part of the pie workflow, as they can be extremely modified and break for irrelevant reasons. Alternatives: - pre release workflow - periodically...

@RestController alone, should suffice. So, I'll have to check if its a bug. Till then you can define a web port manually.

https://github.com/dekorateio/dekorate-cli

This was more like a poc rather than something we can promote. The original goal of the poc was to check if we can support alternative runtimes. While, it is...

I agree with the idea. I am not sure about the technical challenges as we depend on jackson.

@Sgitario can you please have a look?

## Library dependencies Assuming we detect the postgress jdbc driver, we have no other information that we can use in order to create a postgres manifest. Even if we are...

Currently, using the java.util.ServiceLoader anyone can provide a custom `BeanListener` which can `dekorate` the manifests as sees fit. We can extend this concept to classes too (as mentioned in #286)....