Olivier Boudet
Olivier Boudet
In my case, I can't have it to work but perhaps it is a JDK issue. I am using Jib 3.1.1 with a spring boot application. When running with flags...
> @olivierboudet maybe use packaged mode? You are totally right, it works with packaged mode but I don't see the point to use Jib without building layered images.
I have a similar issue when having a list in my DTO. I have a DTO : ``` @Data public class MyDTO { private String id; private String toIgnore; private...
This seems to not be included in 19.0.2 despite the milestone set to 19.0.2.
I tried to use default condition also with filebeat 6.6.2. My config is as follow : ``` autodiscover: providers: - type: kubernetes templates: - condition: equals: kubernetes.labels.type: java config: -...
Simple example to reproduce : https://gist.github.com/olivierboudet/796a240577ea7f9fcb5a6f25a7114e6c In the configuration, I added a condition to ignore all logs from filebeat container. If I uncomment the last part (ie. the default config),...
Stil exists with filebeat 7.6.1
> As to your request, you mean would it be possible to add a single repository and then have it index each > branch? Say I add https://github.com/boyter/searchcode-server.git and say...
You are right, perhaps admin can set a default branch for the repository and others branches or tags could be suggested in search results ?
Hello, it's funny because I had come here to open the exact same issue but you just did it only 3 hours before :laughing: In my case, I am in...