[GitHub] [logging-log4j2] rgoers opened a new pull request, #1218: Use changelog plugin

2023-01-20 Thread via GitHub
rgoers opened a new pull request, #1218: URL: https://github.com/apache/logging-log4j2/pull/1218 # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding c

[GitHub] [logging-log4j-tools] rgoers closed pull request #21: #20 - Add maven changelog plugins

2023-01-20 Thread via GitHub
rgoers closed pull request #21: #20 - Add maven changelog plugins URL: https://github.com/apache/logging-log4j-tools/pull/21 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [logging-log4j2] jvz commented on a diff in pull request #1194: Migrate Recycler API to log4j-api

2023-01-20 Thread via GitHub
jvz commented on code in PR #1194: URL: https://github.com/apache/logging-log4j2/pull/1194#discussion_r1083176186 ## log4j-core/src/main/java/org/apache/logging/log4j/core/layout/AbstractStringLayout.java: ## @@ -235,9 +228,8 @@ public Serializer getHeaderSerializer() {

[GitHub] [logging-log4j2] jvz commented on a diff in pull request #1194: Migrate Recycler API to log4j-api

2023-01-20 Thread via GitHub
jvz commented on code in PR #1194: URL: https://github.com/apache/logging-log4j2/pull/1194#discussion_r1083175122 ## log4j-api/src/main/java/org/apache/logging/log4j/util/Queues.java: ## @@ -0,0 +1,214 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] [logging-log4j2] jvz commented on a diff in pull request #1194: Migrate Recycler API to log4j-api

2023-01-20 Thread via GitHub
jvz commented on code in PR #1194: URL: https://github.com/apache/logging-log4j2/pull/1194#discussion_r1083174440 ## log4j-api/src/main/java/org/apache/logging/log4j/util/Queues.java: ## @@ -0,0 +1,214 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] [logging-log4j2] jvz commented on a diff in pull request #1194: Migrate Recycler API to log4j-api

2023-01-20 Thread via GitHub
jvz commented on code in PR #1194: URL: https://github.com/apache/logging-log4j2/pull/1194#discussion_r1083173630 ## log4j-api/src/main/java/org/apache/logging/log4j/spi/RecyclerFactory.java: ## @@ -0,0 +1,82 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [logging-log4j2] jvz commented on a diff in pull request #1194: Migrate Recycler API to log4j-api

2023-01-20 Thread via GitHub
jvz commented on code in PR #1194: URL: https://github.com/apache/logging-log4j2/pull/1194#discussion_r1083173063 ## log4j-api/src/main/java/org/apache/logging/log4j/spi/ThreadLocalRecyclerFactory.java: ## @@ -0,0 +1,95 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [logging-log4j2] jvz commented on a diff in pull request #1194: Migrate Recycler API to log4j-api

2023-01-20 Thread via GitHub
jvz commented on code in PR #1194: URL: https://github.com/apache/logging-log4j2/pull/1194#discussion_r1083171871 ## log4j-api/src/main/java/org/apache/logging/log4j/message/ReusableMessageFactory.java: ## @@ -89,9 +83,21 @@ public static void release(final Message message) { //

[GitHub] [logging-log4j2] jvz commented on a diff in pull request #1194: Migrate Recycler API to log4j-api

2023-01-20 Thread via GitHub
jvz commented on code in PR #1194: URL: https://github.com/apache/logging-log4j2/pull/1194#discussion_r1083170062 ## log4j-core/src/main/java/org/apache/logging/log4j/core/async/AsyncLogger.java: ## @@ -492,24 +493,24 @@ public void actualAsyncLog(final RingBufferLogEvent event

[GitHub] [logging-log4cxx] swebb2066 merged pull request #181: Allow use on Window Server 2016 (issue #180).

2023-01-20 Thread via GitHub
swebb2066 merged PR #181: URL: https://github.com/apache/logging-log4cxx/pull/181 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr

[GitHub] [logging-log4j2] vy commented on a diff in pull request #1194: Migrate Recycler API to log4j-api

2023-01-20 Thread GitBox
vy commented on code in PR #1194: URL: https://github.com/apache/logging-log4j2/pull/1194#discussion_r1082265434 ## log4j-api/src/main/java/org/apache/logging/log4j/message/ReusableMessageFactory.java: ## @@ -89,9 +83,21 @@ public static void release(final Message message) { //

[GitHub] [logging-log4j2] ppkarwasz commented on pull request #1194: Migrate Recycler API to log4j-api

2023-01-20 Thread GitBox
ppkarwasz commented on PR #1194: URL: https://github.com/apache/logging-log4j2/pull/1194#issuecomment-1398217767 There is one `Recycler` usage case that is not covered by this PR: some objects like `LogBuilder` must be aware of the recycling lifecycle and be able to signal the recycler, whe

[GitHub] [logging-log4j2] dependabot[bot] closed pull request #1089: Bump kafka-clients from 1.1.1 to 3.3.1

2023-01-20 Thread GitBox
dependabot[bot] closed pull request #1089: Bump kafka-clients from 1.1.1 to 3.3.1 URL: https://github.com/apache/logging-log4j2/pull/1089 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [logging-log4j2] dependabot[bot] commented on pull request #1089: Bump kafka-clients from 1.1.1 to 3.3.1

2023-01-20 Thread GitBox
dependabot[bot] commented on PR #1089: URL: https://github.com/apache/logging-log4j2/pull/1089#issuecomment-1398072392 Superseded by #1217. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spe

[GitHub] [logging-log4j2] dependabot[bot] opened a new pull request, #1217: Bump kafka-clients from 1.1.1 to 3.3.2

2023-01-20 Thread GitBox
dependabot[bot] opened a new pull request, #1217: URL: https://github.com/apache/logging-log4j2/pull/1217 Bumps kafka-clients from 1.1.1 to 3.3.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.kafka