Pavlo

Results 33 comments of Pavlo

to be fair - it does look like that it only reproduces with this java version: ``` openjdk version "1.8.0_352" OpenJDK Runtime Environment (Temurin)(build 1.8.0_352-b08) OpenJDK 64-Bit Server VM (Temurin)(build...

confirmed that with the same jruby version and the same code, but with different java versions - the issue is present in 8u352 b08 and absent in 8u345 b01...

@headius maybe you know how this can be solved? We would really like to update to Java 11, but with java 11.0.17 we get "read would block" errors, where ":exception...

Just checked - we still get "read would block" errors with JRuby 9.4.8.0.

@AgentEnder @FrozenPandaz guys, can you evaluate this idea, please?

@FrozenPandaz @AgentEnder maybe now is the better time to look at it? It even passed all the tests :)

hello, nice to hear that. I'll try to do the PR within next two weeks then.

In addition to that - it support not adding nested stuff if it's all empty: ``` log_format: omit_empty_values: true json_format: protocol: "%PROTOCOL%" duration: "%DURATION%" data: custom: "%REQ(MY_CUSTOM_HEADER)%" ``` will not...

@wbpcode I remember you were concerned that if we start implementing it "the obvious way" - the whole idea of initial string precompilation becomes rather useless. I thought about a...