Skip to content

Commit a871e9f

Browse files
committed
minor edits in README.md
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
1 parent 7dc0ce5 commit a871e9f

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,20 @@ The Logback documentation can be found on the [project
88
web-site](https://logback.qos.ch/documentation.html) as well as under
99
the docs/ folder of the logback distribution.
1010

11-
# Java EE and Jackarta EE versions
11+
# Java EE and Jakarta EE versions
1212

1313
Given that downstream users are likely to depend on either Java EE (in
1414
the javax namespace) or on Jakarta EE (in the jakarta namespace) in
1515
their projects, it was deemed important for logback to support both EE
1616
alternatives.
1717

1818
**Version 1.3.x supports Java EE, while version 1.4.x supports Jakarta EE.**
19-
The two versions are feature identical. Both versions require slf4j-api
20-
version 2.0.0 or later.
19+
The two versions are feature identical.
2120

22-
Both 1.3.x and 1.4.x series require the fluent-API introduced in SLF4J
23-
2.0.x.
21+
Both 1.3.x and 1.4.x series require SLF4J 2.0.x or later.
2422

2523
The 1.3.x series requires Java 8 at runtime. If you wish to build
26-
logback from source, you will need Java 9. Reproducible builds require
27-
Java 18.
24+
logback from source, you will need Java 9.
2825

2926
The 1.4.x series requires Java 11 at build time and at runtime.
3027

@@ -47,9 +44,10 @@ questions.
4744

4845
# Urgent issues
4946

50-
For urgent issues do not hesitate to [champion a release](https://github.com/sponsors/qos-ch/sponsorships?tier_id=77436).
51-
In principle, most championed issues are solved within 3 business days ensued by a release.
52-
47+
For urgent issues do not hesitate to [champion a
48+
release](https://github.com/sponsors/qos-ch/sponsorships?tier_id=77436).
49+
In principle, most championed issues are solved within 3 business days
50+
ensued by a release.
5351

5452
# Pull requests
5553

0 commit comments

Comments
 (0)