Torsten Liermann

Results 15 comments of Torsten Liermann

I would like to integrate an SRS-X7 into my Home Assistant, but python-songpal can't find an endpoint. I used Intel's upnp tools for help and got this information: ``` Received...

Hi Teemu, Unfortunately, there is no Sony endpoint: ``` curl -vv 192.168.100.105:8080/sony/ * Trying 192.168.100.105:8080... * Connected to 192.168.100.105 (192.168.100.105) port 8080 > GET /sony/ HTTP/1.1 > Host: 192.168.100.105:8080 >...

Thanks for the advice, the URL for that would be http://:8080/description.xml The volume can definitely be adjusted.

I'm using the glassfish full profile. Reproduce the problem is simple: extends the ftests with arquillians glassfish remote adapter. Am 24. November 2014 00:13:41 schrieb John Ament [email protected]: > Also,...

-XepDisableAllChecks does not help unfortunately. The compiler does not write out any messages, see log. The project uses lombok, maybe a problem? I cannot remove Lombok from the evaluation. On...

Thank's for the Tipps. When I call the compiler from the cli I get this error: `java.lang.IllegalAccessError: class com.google.errorprone.BaseErrorProneJavaCompiler (in unnamed module @0x1a84f40f) cannot access class com.sun.tools.javac.api.BasicJavacTask (in module jdk.compiler)...

Shit, I should have seen that myself. The problem is here: ``` error-prone version: 2.16 BugPattern: UnusedVariable Stack Trace: java.lang.IndexOutOfBoundsException: Range [191, 158) out of bounds for length 414 ```...

In my case `-XepDisableWarningsInGeneratedCode` helps. The next problem is ``` BugPattern: OverrideThrowableToString Stack Trace: java.lang.AssertionError at com.google.errorprone.fixes.SuggestedFixes.renameMethod(SuggestedFixes.java:758) ``` Also lombok @ToString as described [here](https://github.com/google/error-prone/issues/1323) , but unfortunately the -XepDisableWarningsInGeneratedCode option...

@ToString removed for now and now the compiler runs through without any further messages as if the 2000 classes are ok. I use Lombok in the current version 1.18.24.

Result of version 5.47.0 org.jetbrains.kotlin:kotlin-compiler-embeddable:1.9.25 => Found security vulnerability CVE-2022-3509 with severity >= 7 (severity = 7.5), Found security vulnerability CVE-2022-3509 with severity < 9 (severity = 7.5) io.projectreactor.netty:reactor-netty-core:1.0.32 =>...