Christian Sauer

Results 9 comments of Christian Sauer

Same on my Windows machine: `java -jar log4j-detector-2021.12.13.jar c:\` ``` Exception in thread "main" java.lang.OutOfMemoryError: Java heap space at com.mergebase.log4j.Bytes.resizeArray(Bytes.java:93) at com.mergebase.log4j.Bytes.streamToBytes(Bytes.java:56) at com.mergebase.log4j.Bytes.streamToBytes(Bytes.java:43) at com.mergebase.log4j.Log4JDetector.findLog4jRecursive(Log4JDetector.java:153) at com.mergebase.log4j.Log4JDetector.scan(Log4JDetector.java:312) at com.mergebase.log4j.Log4JDetector.analyze(Log4JDetector.java:337)...

No! I will try it... Thx!

Sorry, same problem. It needs some more time to crash now. I used the following call: `java -jar -Xmx1024m log4j-detector-2021.12.13.jar c:\` ``` Exception in thread "main" java.lang.OutOfMemoryError: Java heap space...

That make sense. With ´--verbose´ I can see that the last logged file as a size of 133MB.

Hello, I have exactly the same question. Same hardwar: go-eCharger V3 @Firmware 055.0 When I set the charge Limit in Home Assistant I can see the settings in the Charger...

We have several places where we use UTF8. I think we should adjust the default encoding for `TextOf` to `Encoding.UTF8`

> Agree. I think the one with an input type did not make perfect sense from the beginning, because a scalar is normally a value sourced directly - while the...

> > Ah, now I get it, the original always was two and the new is only one. Good change! I would remove the two types one. > > We...