qos-ch / logback

The reliable, generic, fast and flexible logging framework for Java.
http://logback.qos.ch
Other
2.97k stars 1.28k forks source link

Fixes reflected call to construct the virtual thread factory #780

Closed jpmsilva closed 6 months ago

jpmsilva commented 6 months ago

In reference to issue #779.

ceki commented 6 months ago

@jpmsilva Thank you for this PR. However, Thread.Builder is new to java 21 so this patch is not compatible with earlier JDKs.

jpmsilva commented 6 months ago

Ah, indeed, my apologies, I will try to provide a proper fix in a new PR soon.

jpmsilva commented 6 months ago

Ah, I just now saw your proper fix using a multirelease jar. Thank you!