Skip to content

Commit 4b7f686

Browse files
authored
Merge pull request #194 from splunk/release/1.10.0
Release/1.10.0
2 parents 2ef42f3 + b23222f commit 4b7f686

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Splunk Logging for Java Changelog
22

3+
## Version 1.10.0
4+
5+
### Bug Fixes
6+
7+
* Fixed issue causing delayed time when using AsyncAppender (GitHub issue [#186](https://github.com/splunk/splunk-javascript-logging/issues/186))
8+
* Now the timestamp is being recorded at the time when log event "occurs" instead of the time when log event is being "sent"
9+
10+
### Minor Changes
11+
12+
* Updated the project to use make conventions to spin up local dockerized instances.
13+
* Upgrade version of okhttp to 4.9.1.
14+
* Upgrade version of slf4j to 1.7.30.
15+
* Upgrade version of gson to 2.8.7.
16+
* Upgrade version of junit to 4.13.2.
17+
* Upgrade version of commons to 3.12.
18+
19+
320
## Version 1.9.0
421

522
* Resolve an issue with TcpAppender losing events when busy (@avdv)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Splunk Logging for Java
22

3-
#### Version 1.9.0
3+
#### Version 1.10.0
44

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

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

2525
If you haven't already installed Splunk, download it
2626
[here](http://www.splunk.com/download). For more about installing and running
27-
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.
27+
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.
2828

2929
#### Java
3030

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

3535
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:
3636
* Log4j version 2.12.1
37-
* SLF4J version 1.7.29
37+
* SLF4J version 1.7.30
3838
* Logback version 1.2.3
3939

4040
## Documentation and resources

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.splunk.logging</groupId>
88
<artifactId>splunk-library-javalogging</artifactId>
9-
<version>1.9.0</version>
9+
<version>1.10.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Splunk Logging for Java</name>

0 commit comments

Comments
 (0)