From 8e8962b27ab83f3324c782fd72d92bc3090bc5d0 Mon Sep 17 00:00:00 2001 From: bparmar-splunk Date: Wed, 12 Oct 2022 10:13:14 +0530 Subject: [PATCH] Release 1.11.7 changes Update: - Changelog is updated to 1.11.7. - Version updated in POM.xml - README file updated with version 1.11.7. --- CHANGELOG.md | 5 +++++ README.md | 2 +- pom.xml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 631eaa4..43ec1fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Splunk Logging for Java Changelog +## Version 1.11.7 + +### Bug Fixes +* ClassCastException for Log4j Appender was fixed. (Github Issue [#259](https://github.com/splunk/splunk-library-javalogging/issues/259)) + ## Version 1.11.6 ### Enhancements diff --git a/README.md b/README.md index fb07dd4..fe5ff51 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Splunk Logging for Java -#### Version 1.11.6 +#### Version 1.11.7 Splunk logging for Java enables you to log events to HTTP Event Collector or to a TCP input on a Splunk Enterprise instance within your Java applications. You can use three major Java logging frameworks: [Logback](http://logback.qos.ch), [Log4j 2](http://logging.apache.org/log4j/2.x/), and [java.util.logging](https://docs.oracle.com/javase/7/docs/api/java/util/logging/package-summary.html). Splunk logging for Java is also enabled for [Simple Logging Facade for Java (SLF4J)](http://www.slf4j.org). diff --git a/pom.xml b/pom.xml index 8906085..2e6bb26 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.splunk.logging splunk-library-javalogging - 1.11.6 + 1.11.7 jar