bcgov / jag-document-utils

Justice Sector PDF Merge Microservice integration with Adobe Experience Manager
Apache License 2.0
1 stars 1 forks source link

Bump splunk-library-javalogging from 1.8.0 to 1.11.0 in /src #83

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps splunk-library-javalogging from 1.8.0 to 1.11.0.

Release notes

Sourced from splunk-library-javalogging's releases.

Version 1.11.0

Minor Changes

  • Added a parameter to set await termination timeout. PR

Version 1.10.0

Bug Fixes

  • Fixed issue causing delayed time when using AsyncAppender (GitHub issue #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)
  • Fix an issue with middleware not delegating on completion (@​Blackbaud-MikeLueders)
  • Add EventHeaderSerializer that allows specifying HEC metadata (@​snorwin)
  • Allow specification of timeout parameters
  • Allow time to be specified by EventBodySerializer (@​avpavlov)
  • Use an Okhttp client per appender rather than a global client (@​snorwin)
  • Fix an issue with empty strings in configs (@​thomasmey)
  • Resolve an issue with sending raw events to HEC (@​tburch)
  • Allow templated metadata values to be applied to an appender (@​brunoalexandresantos)
Changelog

Sourced from splunk-library-javalogging's changelog.

Version 1.11.0

Minor Changes

  • Added a parameter to set await termination timeout. PR

Version 1.10.0

Bug Fixes

  • Fixed issue causing delayed time when using AsyncAppender (GitHub issue #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)
  • Fix an issue with middleware not delegating on completion (@​Blackbaud-MikeLueders)
  • Add EventHeaderSerializer that allows specifying HEC metadata (@​snorwin)
  • Allow specification of timeout parameters
  • Allow time to be specified by EventBodySerializer (@​avpavlov)
  • Use an Okhttp client per appender rather than a global client (@​snorwin)
  • Fix an issue with empty strings in configs (@​thomasmey)
  • Resolve an issue with sending raw events to HEC (@​tburch)
  • Allow templated metadata values to be applied to an appender (@​brunoalexandresantos)
Commits
  • e211b17 release changes
  • f681fb0 Merge pull request #179 from snorwin/await-termination-timeout
  • 4b7f686 Merge pull request #194 from splunk/release/1.10.0
  • b23222f Update CHANGELOG.md
  • 2f55182 Release 1.10.0
  • 2ef42f3 Merge pull request #186 from johncurrier/Delayed_timestamps_with_AsyncAppender
  • 18a2916 Merge pull request #191 from splunk/DVPL-9729
  • ac125ec Renamed license file for slf4j.
  • b30d1e7 Updating CONTRIBUTING.md to refer contributors to main branch, not develop
  • b1390ae Merge pull request #189 from splunk/DVPL-9729
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #87.