Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 74599b6

Browse files
committed
Next version. Update README, javadocs and site.
1 parent c973ef6 commit 74599b6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pom.xml

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

6767
<properties>
6868
<!-- version -->
69-
<revision>1.1.0</revision>
69+
<revision>1.1.1</revision>
7070
<changelist>-SNAPSHOT</changelist>
7171
<sha1/>
7272
<!-- java and maven -->

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ An [SLF4J][] Logger implementation for [AWS Lambda][lambda].
1111
Yet another SLF4J Simple, isn't it?
1212

1313
No, it isn't. This implementation supports MDC to print out **AWS request ID** in start of every
14-
logging record.
14+
logging record. This implementation does not currently support Markers.
1515

1616
The sample code, see the folder **[example](example)** :
1717

src/main/javadoc/overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h3>An <a href="https://www.slf4j.org/">SLF4J Logger</a> implementation for <a
1010
<p>Yet another <a href="https://www.slf4j.org/api/org/slf4j/simple/SimpleLogger.html">SLF4J
1111
Simple</a>, isn't it?</p>
1212
<p>No, it isn't. This implementation supports MDC to print out <strong>AWS request ID</strong> in
13-
start of every logging record.</p>
13+
start of every logging record. This implementation does not currently support Markers.</p>
1414
<p>The sample code, see the folder <strong>example</strong> (<a
1515
href="https://gitlab.com/bot-by/slf4j-aws-lambda/-/tree/main/example">GitLab</a>, <a
1616
href="https://github.com/bot-by/slf4j-aws-lambda/tree/main/example">GitHub</a>):</p>

src/site/markdown/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ An [SLF4J][] Logger implementation for [AWS Lambda][lambda].
1010
Yet another SLF4J Simple, isn't it?
1111

1212
No, it isn't. This implementation supports MDC to print out **AWS request ID** in start of every
13-
logging record.
13+
logging record. This implementation does not currently support Markers.
1414

1515
The sample code, see the folder **[example][]** :
1616

0 commit comments

Comments
 (0)