Volkan Yazıcı
Volkan Yazıcı
@hydandata Thanks for the tip. It has been almost a decade since I last coded in Common Lisp. Do you have a template/example that I can copy from? (The projects...
I think this is related to apache/logging-log4j2#2213.
@rocketraman, AFAIC, the problem is the lack of a dynamically scoped variable (you might be familiar with this concept if you have ever used a Lisp dialect), and hence, we...
@raboof, thanks for the prompt correction. Updated the link in the description.
@grobmeier, I reused common content between `/index.adoc` and `manual/index.adoc` in 8d47758e5c3de70dc46b83dd2f2ee16e84eaaae0. I don't prefer pushing commits to other people's PR branches, but I couldn't think of a way to show...
@FrankCy, could you share with us a _minimal_1 `pom.xml` and a Java file containing a `main()` method that we can run to reproduce the problem, please? 1 _Minimal_ as in...
@FrankCy, thanks for the update. I am closing the issue. Feel free to re-open it when you manage to create the minimal reproduction code that I asked for.
@grobmeier, I once started rewriting this, and back then drafted the following intro: ``` Although Log4j provides `Logger` methods that accept a formatting pattern of type `String` and its parameters...
[As agreed with @grobmeier](https://the-asf.slack.com/archives/D02TQ7SQ9CY/p1716534032649039), merging this to wrap up the work on API docs.
@hankem, thanks so much for the report. We need to downgrade the dependency, pin it for dependabot, and see if we can come up with a check to avoid having...