Prepare version 4.x for current slf4j/logback/micronaut versions (#147)
This commit is contained in:
parent
52a0478cf1
commit
90a2d223b2
3 changed files with 7 additions and 6 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -2,7 +2,7 @@ name: Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main, "*.x"]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
[](http://www.apache.org/licenses/)
|
[](http://www.apache.org/licenses/)
|
||||||
[](https://central.sonatype.com/namespace/io.kokuwa.micronaut)
|
[](https://central.sonatype.com/namespace/io.kokuwa.micronaut)
|
||||||
[](https://github.com/kokuwaio/micronaut-logging/actions/workflows/build.yaml)
|
[](https://github.com/kokuwaio/micronaut-logging/actions/workflows/build.yaml?query=branch%3A3.x)
|
||||||
|
[](https://github.com/kokuwaio/micronaut-logging/actions/workflows/build.yaml?query=branch%3Amain)
|
||||||
|
|
||||||
Include in your `pom.xml`:
|
Include in your `pom.xml`:
|
||||||
|
|
||||||
|
@ -17,8 +18,8 @@ Include in your `pom.xml`:
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
* Version [3.x](https://github.com/kokuwaio/micronaut-logging/tree/main) is based on SLF4J 1.7 & Logback 1.2
|
* Version [3.x](https://github.com/kokuwaio/micronaut-logging/tree/3.x) is based on SLF4J 1.7 & Logback 1.2 & Micronaut 3.x
|
||||||
* Version [4.x](https://github.com/kokuwaio/micronaut-logging/tree/4.x) is based on SLF4J 2.0 & Logback 1.4 (WIP)
|
* Version [4.x](https://github.com/kokuwaio/micronaut-logging/tree/main) is based on SLF4J 2.0 & Logback 1.4 & Micronaut 4.x
|
||||||
* [set log level based on MDC values](docs/features/logback_mdc_level.md)
|
* [set log level based on MDC values](docs/features/logback_mdc_level.md)
|
||||||
* [add default xml](docs/features/logback_default.md)
|
* [add default xml](docs/features/logback_default.md)
|
||||||
* [preconfigured appender for different environments](docs/features/logback_appender.md)
|
* [preconfigured appender for different environments](docs/features/logback_appender.md)
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -5,13 +5,13 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>io.kokuwa.maven</groupId>
|
<groupId>io.kokuwa.maven</groupId>
|
||||||
<artifactId>maven-parent</artifactId>
|
<artifactId>maven-parent</artifactId>
|
||||||
<version>0.6.9</version>
|
<version>0.6.10</version>
|
||||||
<relativePath />
|
<relativePath />
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>io.kokuwa.micronaut</groupId>
|
<groupId>io.kokuwa.micronaut</groupId>
|
||||||
<artifactId>micronaut-logging</artifactId>
|
<artifactId>micronaut-logging</artifactId>
|
||||||
<version>3.3.1-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
|
|
||||||
<name>Logging Support for Micronaut</name>
|
<name>Logging Support for Micronaut</name>
|
||||||
<description>Enhanced logging using MDC or request header.</description>
|
<description>Enhanced logging using MDC or request header.</description>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue