dcoracle

Results 9 comments of dcoracle

This could be a red herring but the issue sounds very similar to this: https://github.com/micronaut-projects/micronaut-core/issues/7179

Thank you for the quick response tomas. Your suggestion worked. I must admit I am new to native images so I was just following and trying to adapt our microservices...

Thank you for your valiant effort Laird. I appreciate it. In terms of use case, I think when this is working, we will have the best of both worlds. For...

Thanks for the tips. I will take a look at it

Hi. As I am trying to convert my local project to a containerized microservice, I am having issues with injecting MP Config DataSource values via environment-variables in meta-config.yaml: ``` sources:...

I was thinking it was a general MP Config Issue, and filing a new issue but I added the following to the test: ``` @Inject @ConfigProperty(name = "POD_ID") private String...

ok. and thanks for all the links. I will review them. Another thing I also tried out is the JFR support in GraalVM and sadly, I feel this is lacking...