@@ -8,23 +8,20 @@ The Logback documentation can be found on the [project
88web-site] ( https://logback.qos.ch/documentation.html ) as well as under
99the docs/ folder of the logback distribution.
1010
11- # Java EE and Jackarta EE versions
11+ # Java EE and Jakarta EE versions
1212
1313Given that downstream users are likely to depend on either Java EE (in
1414the javax namespace) or on Jakarta EE (in the jakarta namespace) in
1515their projects, it was deemed important for logback to support both EE
1616alternatives.
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
2523The 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
2926The 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