Andrea Selva
Andrea Selva
Thanks a lot @jingyu for contributing with this :-) PR merged
> The reason that comment already worked is because this isn't a Hash, but arguments for a plugin, which happens to look essentially the same but they're different things in...
BK run https://buildkite.com/elastic/logstash-pull-request-pipeline/builds/1061
@samhaque you file is local so you need to pass `--local` to the `bin\logstash-plugin install`, try: ``` bin\logstash-plugin.bat install --local C:/Users/samiul/Documents/logstash-7.14.0-windows-x86_64/logstash-7.14.0/logstash-filter-test-1.2.5.gem ```
Hi @hollden please could you provide more details: - which plugin are you installing (or let us know where we can grab it) ? - which command line did you...
Really interesting and complete proposal. Have only one concern, the `impact.severity` field is defined as integer and from it's description ``` How important this impact is to functionality. A value...
@MikeDombo version 0.17 contains the new fix
Yes that's true, the session loop isolator was introduced in 0.16 but some fixes was integrated in 0.17. So 0.17 shouldn't suffer of any evident bugs on this aspect.
Moquette doesn't have direct support for Android, this means it's not tested, but if you provide a reproducer outside Android I'm more than happy to fix it.
``` [nioEventLoopGroup-5-1] ERROR io.moquette.broker.NewNettyMQTTHandler - Error processing protocol message: CONNECT java.lang.NoSuchMethodError: No static method encodeHexString([B)Ljava/lang/String; in class Lorg/apache/commons/codec/binary/Hex; or its super classes (declaration of 'org.apache.commons.codec.binary.Hex' appears in /system/framework/org.apache.http.legacy.boot.jar) at org.apache.commons.codec.digest.DigestUtils.sha256Hex(DigestUtils.java:500)...