Last Version

log-masking 1.1.0

Masking specific values in json and xml in rest req/res in logs, using configuration

License

License

GroupId

GroupId

com.github.bata19
ArtifactId

ArtifactId

log-masking
Version

Version

1.1.0
Type

Type

pom
Description

Description

log-masking
Masking specific values in json and xml in rest req/res in logs, using configuration

Download log-masking 1.1.0

Filename Size
log-masking-1.1.0.pom 10 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.bata19/log-masking/ -->
<dependency>
    <groupId>com.github.bata19</groupId>
    <artifactId>log-masking</artifactId>
    <version>1.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bata19/log-masking/
implementation 'com.github.bata19:log-masking:1.1.0'
// https://jarcasting.com/artifacts/com.github.bata19/log-masking/
implementation ("com.github.bata19:log-masking:1.1.0")
'com.github.bata19:log-masking:pom:1.1.0'
<dependency org="com.github.bata19" name="log-masking" rev="1.1.0">
  <artifact name="log-masking" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bata19', module='log-masking', version='1.1.0')
)
libraryDependencies += "com.github.bata19" % "log-masking" % "1.1.0"
[com.github.bata19/log-masking "1.1.0"]

Dependencies

compile (5)

Group / Artifact Type Version
org.projectlombok : lombok jar
org.xmlunit : xmlunit-core jar
org.xmlunit : xmlunit-matchers jar
org.apache.commons : commons-lang3 jar
com.google.guava : guava jar 30.1-jre

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar
org.junit.jupiter : junit-jupiter-engine jar

Project Modules

  • log-masking-common-test
  • log-masking-core
  • log-masking-spring-boot-parent
  • log-masking-spring-boot-test
  • log-masking-spring-boot-starter
  • log-masking-spring-boot-webflux-autoconfigure