Georgios Andrianakis

Results 45 issues of Georgios Andrianakis

`-o default` supplied to `complete` forces bash to provide the default suggestions when the custom bash completion scripts do not provide any values (as is described [here](https://www.gnu.org/software/bash/manual/html_node/Programmable-Completion-Builtins.html)). This is a...

**Motivation**: The idea here is to allow users to analyze HTTP traffic consumed and produced via Vert.x using Wireshark. This capabity relies on Netty's `io.netty.handler.pcap.PcapWriteHandler` and has also been mentioned...

These are causing `NoSuchMethodError` on application startup (this can be verified easily either via the debugger, or from JFR events - see https://bugs.openjdk.java.net/browse/JDK-8161588 for more details about why the error...

triage/waiting-for-ci
triage/backport?

The way this is done is pretty much a hack, but we either have to do it this way, or document that the combination of the two does not work...

area/testing
area/picocli
triage/backport?

This is done in order to be more consistent with how other cases are handled and how RESTEasy Classic handles things as well Fixes: #26828

area/resteasy-reactive
triage/backport?

Hi, I installed powerline on Ubuntu 18.04 using: ``` sudo pip install powerline-status ``` I have added some local configuration like so: ``` .config/powerline/config.json .config/powerline/themes/shell/default.json ``` (this is basically only...

c:e:shell

It is considered good practice in Spring applications to use constructor injection whenever possible (the main reasons are better readability and testability of classes). Moreover, starting with 4.3.RC1 version of...

The easiest way to Spring Boot microservices working with Jaeger is to use the [corresponding](https://github.com/opentracing-contrib/java-spring-jaeger) opentracing project. If you are interested, I could take up this task

help wanted