This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch release/0.2.0
in repository https://gitbox.apache.org/repos/asf/logging-log4j-transform.git
The following commit(s) were added to refs/heads/release/0.2.0 by this push:
new 6e366d1 Improve `README.adoc`
6e366d1 is described below
commit 6e366d1ebe2e51e648c1b63a81e5c84655db9b01
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon Sep 11 12:53:34 2023 +0200
Improve `README.adoc`
---
README.adoc | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/README.adoc b/README.adoc
index 5b9108f..67c23c4 100644
--- a/README.adoc
+++ b/README.adoc
@@ -14,14 +14,17 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
-A collections of tools for binary postprocessing of projects that use
-https://logging.apache.org/log4j/2.x/[the Apache Log4j2 API].
+https://github.com/apache/logging-log4j-transform/actions[image:https://github.com/apache/logging-log4j-transform/workflows/build/badge.svg[Actions
Status]]
+https://search.maven.org/search?q=g:org.apache.logging.log4j%20a:log4j-transform-bom[image:https://img.shields.io/maven-central/v/org.apache.logging.log4j/log4j-transform-bom.svg[Maven
Central]]
+https://www.apache.org/licenses/LICENSE-2.0.txt[image:https://img.shields.io/github/license/apache/logging-log4j-transform.svg[License]]
+
+Tools for binary postprocessing of projects that use
https://logging.apache.org/log4j/2.x/[the Apache Log4j2 API].
xref:log4j-transform-maven-plugin/README.adoc[`log4j-transform-maven-plugin`]::
-a bytecode weaver that improves logging performance by precomputing the
location of your logging statements.
+a bytecode weaver that improves logging performance by precomputing the
location of your logging statements
xref:log4j-transform-maven-shade-plugin-extensions/README.adoc[`log4j-transform-maven-shade-plugin-extensions`]::
-a
https://maven.apache.org/plugins/maven-shade-plugin/examples/resource-transformers.html[resource
transformer] for the Apache Maven Shade Plugin that allows you to use
additional Log4j 2.x Core component modules.
+a
https://maven.apache.org/plugins/maven-shade-plugin/examples/resource-transformers.html[resource
transformer] for the Apache Maven Shade Plugin that allows you to use
additional Log4j 2.x Core component modules
== Build