Re: [I] Implement uniform password "encryption/decryption" mechanism (logging-log4j2)

2024-05-30 Thread via GitHub
ppkarwasz commented on issue #2558: URL: https://github.com/apache/logging-log4j2/issues/2558#issuecomment-2141347745 [I remember writing a longer comment on this issue but I might have forgotten to press the "Comment" button] I agree that `AuthorizationProvider` needs to stay and be

Re: [PR] Remove `log4j-iostreams` from `main` (logging-log4j2)

2024-05-30 Thread via GitHub
rgoers commented on PR #2630: URL: https://github.com/apache/logging-log4j2/pull/2630#issuecomment-2140734176 I have never considered log4j-iostreams to be part of Log4j-API. That said, it only has test dependencies on log4j-core and does not have any plugins so I see no reason why we need

Re: [I] Implement uniform password "encryption/decryption" mechanism (logging-log4j2)

2024-05-30 Thread via GitHub
rgoers commented on issue #2558: URL: https://github.com/apache/logging-log4j2/issues/2558#issuecomment-2140729892 @ppkarwasz Sorry, I should have replied sooner. In the case of Spring the passwords are encrypted in the configuration and specified as {cipher}some_encrypted_string. When the

Re: [I] Fix links on web site (logging-log4j2)

2024-05-30 Thread via GitHub
ppkarwasz closed issue #2491: Fix links on web site URL: https://github.com/apache/logging-log4j2/issues/2491 -- 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-

Re: [I] Create a `Using Log4j in Hibernate` guide (logging-log4j2)

2024-05-30 Thread via GitHub
vy closed issue #2511: Create a `Using Log4j in Hibernate` guide URL: https://github.com/apache/logging-log4j2/issues/2511 -- 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 un

Re: [PR] Add Hibernate integration page (logging-log4j2)

2024-05-30 Thread via GitHub
vy merged PR #2626: URL: https://github.com/apache/logging-log4j2/pull/2626 -- 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...@lo

Re: [PR] Add Hibernate integration page (logging-log4j2)

2024-05-30 Thread via GitHub
vy commented on code in PR #2626: URL: https://github.com/apache/logging-log4j2/pull/2626#discussion_r1620510105 ## src/site/antora/modules/ROOT/examples/hibernate/log4j2.xml: ## @@ -0,0 +1,46 @@ + + +https://logging.apache.org/xml/ns"; + xmlns:xsi="http://www.w3.o

Re: [PR] Bump net.bytebuddy:byte-buddy from 1.14.16 to 1.14.17 (logging-log4j2)

2024-05-30 Thread via GitHub
github-actions[bot] merged PR #2628: URL: https://github.com/apache/logging-log4j2/pull/2628 -- 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: notificatio

Re: [PR] Add Hibernate integration page (logging-log4j2)

2024-05-30 Thread via GitHub
vy commented on code in PR #2626: URL: https://github.com/apache/logging-log4j2/pull/2626#discussion_r1620482693 ## src/site/antora/modules/ROOT/examples/hibernate/log4j2.properties: ## @@ -0,0 +1,34 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +#

Re: [I] Create a `Replacing Logback with Log4j` guide (logging-log4j2)

2024-05-30 Thread via GitHub
vy closed issue #2514: Create a `Replacing Logback with Log4j` guide URL: https://github.com/apache/logging-log4j2/issues/2514 -- 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. T

Re: [PR] Add migrating from Logback/SLF4J pages (logging-log4j2)

2024-05-30 Thread via GitHub
vy merged PR #2625: URL: https://github.com/apache/logging-log4j2/pull/2625 -- 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...@lo

Re: [PR] Bump org.hdrhistogram:HdrHistogram from 2.2.1 to 2.2.2 (logging-log4j2)

2024-05-30 Thread via GitHub
github-actions[bot] merged PR #2627: URL: https://github.com/apache/logging-log4j2/pull/2627 -- 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: notificatio

[PR] Remove `log4j-iostreams` from `main` (logging-log4j2)

2024-05-30 Thread via GitHub
ppkarwasz opened a new pull request, #2630: URL: https://github.com/apache/logging-log4j2/pull/2630 The Log4j IOStreams module is part of the Log4j API library. Since Log4j API 3 will not be release, Log4j IOStreams 3 shouldn't be released either. -- This is an automated message from

Re: [I] JSON pretty print is not working in JsonTemplateLayout latest version log4j-layout-template-json 2.23.1 (logging-log4j2)

2024-05-30 Thread via GitHub
vy commented on issue #2624: URL: https://github.com/apache/logging-log4j2/issues/2624#issuecomment-2139070739 @pSinghDelaplex, there are several things, if I may say, _wrong_ with your setup. I will try to explain them. ### `message` resolver configuration doesn't have a `field` par

Re: [PR] Add Hibernate integration page (logging-log4j2)

2024-05-30 Thread via GitHub
ppkarwasz commented on code in PR #2626: URL: https://github.com/apache/logging-log4j2/pull/2626#discussion_r1620112109 ## src/site/antora/modules/ROOT/examples/hibernate/log4j2.properties: ## @@ -0,0 +1,34 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or m

Re: [I] JSON pretty print is not working in JsonTemplateLayout latest version log4j-layout-template-json 2.23.1 (logging-log4j2)

2024-05-30 Thread via GitHub
pSinghDelaplex commented on issue #2624: URL: https://github.com/apache/logging-log4j2/issues/2624#issuecomment-2138857441 Hi @vy import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; private static final Logger LOGGER = LogManager.getLogger();

Re: [PR] Add migrating from Logback/SLF4J pages (logging-log4j2)

2024-05-30 Thread via GitHub
ppkarwasz commented on code in PR #2625: URL: https://github.com/apache/logging-log4j2/pull/2625#discussion_r1620103270 ## src/site/antora/modules/ROOT/pages/migrate-from-logback.adoc: ## @@ -0,0 +1,65 @@ + +Licensed to the Apache Software Foundation (ASF) under one or more

Re: [I] JSON pretty print is not working in JsonTemplateLayout latest version log4j-layout-template-json 2.23.1 (logging-log4j2)

2024-05-30 Thread via GitHub
vy commented on issue #2624: URL: https://github.com/apache/logging-log4j2/issues/2624#issuecomment-2138833524 @pSinghDelaplex, could you also 1. share the `logger.info("foo bar")` call that you do? That is, how do you pass the `{"appId":"1234", "action":"Payment Received"}` JSON?