Jochen Schalanda
Jochen Schalanda
@juherr Thanks for reporting this. The following Java class is working (you also have to change the dependency scope of `org.apache.logging.log4j:log4j-core` accordingly): ``` java import org.apache.logging.log4j.LogManager; public class Main {...
@juherr I see. It looks like Maven is pulling in the shaded version of `log4j2-gelf` instead of the normal version. Try using this dependency instead: ``` org.graylog2.log4j2 log4j2-gelf 1.3.0 jar...
@Srumith1 Please elaborate on what you want to achieve and provide your complete Log4j 2 configuration.
@Srumith1 Try using https://github.com/mp911de/logstash-gelf instead of this project.

@Gibs Thanks for reporting this. Are there any errors in the Developer (JavaScript) Console of your web browser when this happens? Are there any error messages in the logs of...
@sormuras The message is a different one and the `--feature` seems to be checked before anything is being downloaded.
@sormuras 🤷 https://github.com/sormuras/bach/blob/f40133b040a391392ae8ab63eb54126693a1eb58/install-jdk.sh#L189-L191 https://github.com/sormuras/bach/commit/d35b7ddaa5ef9b05141cbfdd45733ff126856b38 https://github.com/sormuras/bach/issues/62
> `install-jdk.sh` shouldn't be called for JDK versions below 9 at all, and for 9 to 14 (as of today) only for non-production related tasks. That's something which Travis CI...
@hnarayanan You could install Zulu Community as described here: https://docs.azul.com/zulu/zuludocs/ZuluUserGuide/PrepareZuluPlatform/AttachAPTRepositoryUbuntuOrDebianSys.htm