Skip to content

Commit

Permalink
Merge pull request #194 from splunk/release/1.10.0
Browse files Browse the repository at this point in the history
Release/1.10.0
  • Loading branch information
ashah-splunk committed Aug 2, 2021
2 parents 2ef42f3 + b23222f commit 4b7f686
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,22 @@
# Splunk Logging for Java Changelog

## Version 1.10.0

### Bug Fixes

* Fixed issue causing delayed time when using AsyncAppender (GitHub issue [#186](https://github.com/splunk/splunk-javascript-logging/issues/186))
* Now the timestamp is being recorded at the time when log event "occurs" instead of the time when log event is being "sent"

### Minor Changes

* Updated the project to use make conventions to spin up local dockerized instances.
* Upgrade version of okhttp to 4.9.1.
* Upgrade version of slf4j to 1.7.30.
* Upgrade version of gson to 2.8.7.
* Upgrade version of junit to 4.13.2.
* Upgrade version of commons to 3.12.


## Version 1.9.0

* Resolve an issue with TcpAppender losing events when busy (@avdv)
Expand Down
6 changes: 3 additions & 3 deletions README.md
@@ -1,6 +1,6 @@
# Splunk Logging for Java

#### Version 1.9.0
#### Version 1.10.0

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).

Expand All @@ -24,7 +24,7 @@ Here's what you need to get going with Splunk logging for Java.

If you haven't already installed Splunk, download it
[here](http://www.splunk.com/download). For more about installing and running
Splunk and system requirements, see [Installing & Running Splunk](http://dev.splunk.com/view/SP-CAAADRV). Splunk logging for Java is tested with Splunk Enterprise 7.0 and 7.2.
Splunk and system requirements, see [Installing & Running Splunk](http://dev.splunk.com/view/SP-CAAADRV). Splunk logging for Java is tested with Splunk Enterprise 8.0 and 8.2.0.

#### Java

Expand All @@ -34,7 +34,7 @@ You'll need Java version 8 or higher, from [OpenJDK](https://openjdk.java.net) o

If you're using the Log4j 2, Simple Logging Facade for Java (SLF4J), or Logback logging frameworks in conjunction with Splunk logging for Java there are additional compatibility requirements. For more about logging framework requirements, see [Enable logging to HEC](https://dev.splunk.com/enterprise/docs/devtools/java/logging-java/howtouseloggingjava/enableloghttpjava/) and [Enable logging to TCP inputs](https://dev.splunk.com/enterprise/docs/devtools/java/logging-java/howtouseloggingjava/enablelogtcpjava). These frameworks require:
* Log4j version 2.12.1
* SLF4J version 1.7.29
* SLF4J version 1.7.30
* Logback version 1.2.3

## Documentation and resources
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.splunk.logging</groupId>
<artifactId>splunk-library-javalogging</artifactId>
<version>1.9.0</version>
<version>1.10.0</version>
<packaging>jar</packaging>

<name>Splunk Logging for Java</name>
Expand Down

0 comments on commit 4b7f686

Please sign in to comment.