From 9b61401dc2942eab4d61803fc6cc4d92fa52832c Mon Sep 17 00:00:00 2001 From: StrongestNumber9 <16169054+StrongestNumber9@users.noreply.github.com> Date: Mon, 20 Nov 2023 12:12:40 +0200 Subject: [PATCH 1/2] Remove deprecated syslog-java-client notice --- README.adoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index f7be714..305519f 100644 --- a/README.adoc +++ b/README.adoc @@ -55,7 +55,7 @@ https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_applicati ## Configuring pre-built Logback application -First download wanted versions of jla_01, rlp_01, tls_01 and syslog-java-client from the following urls: +First download wanted versions of jla_01, rlp_01 and tls_01 from the following urls: https://search.maven.org/artifact/com.teragrep/jla_01[jla_01] @@ -63,8 +63,6 @@ https://search.maven.org/artifact/com.teragrep/rlp_01[rlp_01] https://search.maven.org/artifact/com.teragrep/tls_01[tls_01] -https://search.maven.org/artifact/com.cloudbees/syslog-java-client[syslog-java-client] - Then run java while pointing classpath to the directory where you downloaded the jars to like: ``` From 50c824b1f7277844985e3930870c6f4fcafc2733 Mon Sep 17 00:00:00 2001 From: StrongestNumber9 <16169054+StrongestNumber9@users.noreply.github.com> Date: Mon, 20 Nov 2023 12:25:27 +0200 Subject: [PATCH 2/2] Adds mention to rlo_14 --- README.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 305519f..2ae29c6 100644 --- a/README.adoc +++ b/README.adoc @@ -55,7 +55,7 @@ https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_applicati ## Configuring pre-built Logback application -First download wanted versions of jla_01, rlp_01 and tls_01 from the following urls: +First download wanted versions of jla_01, rlp_01, tls_01 and rlo_14 from the following urls: https://search.maven.org/artifact/com.teragrep/jla_01[jla_01] @@ -63,6 +63,8 @@ https://search.maven.org/artifact/com.teragrep/rlp_01[rlp_01] https://search.maven.org/artifact/com.teragrep/tls_01[tls_01] +https://search.maven.org/artifact/com.teragrep/rlo_14[rlo_14] + Then run java while pointing classpath to the directory where you downloaded the jars to like: ```