Re: [D] Is using %uuid{RANDOM} pattern in JsonTemplateLayout considered garbage-free? [logging-log4j2]

2025-04-07 Thread via GitHub
GitHub user rgoers added a comment to the discussion: Is using %uuid{RANDOM} pattern in JsonTemplateLayout considered garbage-free? I would need to read more on the subject but I have to assume this is very similar to the problem I faced with Flume. It guarantees delivery but it doesn't guara

OpenJDK Quality Outreach: Java 24 Is Now Available!

2025-04-07 Thread David Delabassee
Greetings and welcome to the latest OpenJDK Quality Outreach update! JDK 24 was officially released (General Availability) on March 18th during JavaOne. You can rewatch the Java 24 launch and the J1 keynote here [1]. Be sure to also check out the Quality Outreach section here [2]. JavaOne was a

Re: [D] Is using %uuid{RANDOM} pattern in JsonTemplateLayout considered garbage-free? [logging-log4j2]

2025-04-07 Thread via GitHub
GitHub user ppkarwasz added a comment to the discussion: Is using %uuid{RANDOM} pattern in JsonTemplateLayout considered garbage-free? I am not saying that `%uuid` will give the **same** value for **different** log events, but that it will give **different** value for the **same** log event if

Re: [D] TimeBasedTriggeringPolicy and CronTriggeringPolicy [logging-log4j2]

2025-04-07 Thread via GitHub
GitHub user ppkarwasz added a comment to the discussion: TimeBasedTriggeringPolicy and CronTriggeringPolicy @Class-New, As [documented on our website](https://logging.apache.org/log4j/2.x/manual/appenders/rolling-file.html#Policies): > The effects of using **both** time-based triggering poli