RequestCorrelationSlf4J

This project is a Java library that facilitates establishing and tracking correlation ids for micro-services using Slf4j.

License

License

Categories

Categories

SLF4J Application Layer Libs Logging
GroupId

GroupId

org.force66
ArtifactId

ArtifactId

RequestCorrelationSlf4J
Last Version

Last Version

1.0.0-rc2
Release Date

Release Date

Type

Type

jar
Description

Description

RequestCorrelationSlf4J
This project is a Java library that facilitates establishing and tracking correlation ids for micro-services using Slf4j.
Project URL

Project URL

https://github.com/Derek-Ashmore/RequestCorrelationSlf4J
Source Code Management

Source Code Management

https://github.com/Derek-Ashmore/RequestCorrelationSlf4J.git

Download RequestCorrelationSlf4J

How to add to project

<!-- https://jarcasting.com/artifacts/org.force66/RequestCorrelationSlf4J/ -->
<dependency>
    <groupId>org.force66</groupId>
    <artifactId>RequestCorrelationSlf4J</artifactId>
    <version>1.0.0-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/org.force66/RequestCorrelationSlf4J/
implementation 'org.force66:RequestCorrelationSlf4J:1.0.0-rc2'
// https://jarcasting.com/artifacts/org.force66/RequestCorrelationSlf4J/
implementation ("org.force66:RequestCorrelationSlf4J:1.0.0-rc2")
'org.force66:RequestCorrelationSlf4J:jar:1.0.0-rc2'
<dependency org="org.force66" name="RequestCorrelationSlf4J" rev="1.0.0-rc2">
  <artifact name="RequestCorrelationSlf4J" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.force66', module='RequestCorrelationSlf4J', version='1.0.0-rc2')
)
libraryDependencies += "org.force66" % "RequestCorrelationSlf4J" % "1.0.0-rc2"
[org.force66/RequestCorrelationSlf4J "1.0.0-rc2"]

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.3.2
org.apache.commons : commons-collections4 jar 4.1
org.slf4j : slf4j-api jar 1.6.6

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
org.force66 : ServletApiMock jar 1.0.0-Beta
ch.qos.logback : logback-classic jar 1.1.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0-rc2
1.0.0-rc1