vy commented on code in PR #2855: URL: https://github.com/apache/logging-log4j2/pull/2855#discussion_r1730818303
########## src/site/antora/modules/ROOT/pages/manual/appenders/message-queue.adoc: ########## @@ -903,6 +905,14 @@ include::example$manual/appenders/message-queue/kafka.properties[tag=loggers] [[JeroMqAppender]] == ZeroMQ/JeroMQ Appender +[WARNING] +==== +*This appender is planned to be removed in the next major release, due to lack of maintainers!* + +Users might consider switching to the +https://github.com/fbacchella/loghublog4j2#zmqappender[third-party `ZMQ` appender]. Review Comment: ```suggestion *This appender is planned to be removed in the next major release!* Users should consider switching to https://github.com/fbacchella/loghublog4j2#zmqappender[a third-party `ZMQ` appender]. ``` ########## src/site/antora/modules/ROOT/partials/manual/appender-deprecation.adoc: ########## @@ -0,0 +1,26 @@ +//// + 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 copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +//// + +[WARNING] +==== +*This appender is planned to be removed in the next major release, due to lack of maintainers!* +Users can either: + +* step up and offer to maintain the component. See xref:development.adoc[] for details. +* maintain a 3.x version as a separate project. +* switch to another appender. Review Comment: ```suggestion *This appender is planned to be removed in the next major release!* If you are using this library, please get in touch with the Log4j maintainers using link:{logging-services-url}/support.html[the official support channels]. ``` I think you can receive the `appender` word as a variable and use this partial everywhere a deprecation notice is needed. ########## src/site/antora/modules/ROOT/pages/manual/appenders/database.adoc: ########## @@ -1242,6 +1246,15 @@ xref:plugin-reference.adoc#org-apache-logging-log4j_log4j-mongodb4_org-apache-lo [#CouchDbProvider] === Apache CouchDB provider +[WARNING] +==== +*This provider is planned to be removed in the next major release, due to lack of maintainers!* +Users can either: + +* step up and offer to maintain the component. See xref:development.adoc[] for details. +* maintain a 3.x version as a separate project. Review Comment: ```suggestion *This provider is planned to be removed in the next major release!* If you are using this library, please get in touch with the Log4j maintainers using link:{logging-services-url}/support.html[the official support channels]. ``` ########## src/site/antora/modules/ROOT/pages/jakarta.adoc: ########## @@ -267,6 +267,14 @@ include::example$manual/webapp/AsyncServlet.java[tag=manual] [#log4j-taglib] === Logging in JavaServer Pages +[WARNING] +==== +*The Apache Log4j Tag library is planned to be removed in the next major release due to lack of interest* + +If you are using this library, consider forking the project or stepping up as maintainer. +See xref:development.adoc[] for details. Review Comment: ```suggestion *The Log4j Tag library is planned to be removed in the next major release!* If you are using this library, please get in touch with the Log4j maintainers using link:{logging-services-url}/support.html[the official support channels]. ``` 1. Let's not explicitly share a motivation, since in reality there are many. 2. I think it'd be better to direct users to us first, instead of directly telling them to fork it. This way we can get an idea about the users, if there are any. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
