@@ -8,23 +8,20 @@ The Logback documentation can be found on the [project
8
8
web-site] ( https://logback.qos.ch/documentation.html ) as well as under
9
9
the docs/ folder of the logback distribution.
10
10
11
- # Java EE and Jackarta EE versions
11
+ # Java EE and Jakarta EE versions
12
12
13
13
Given that downstream users are likely to depend on either Java EE (in
14
14
the javax namespace) or on Jakarta EE (in the jakarta namespace) in
15
15
their projects, it was deemed important for logback to support both EE
16
16
alternatives.
17
17
18
18
** 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.
21
20
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.
24
22
25
23
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.
28
25
29
26
The 1.4.x series requires Java 11 at build time and at runtime.
30
27
@@ -47,9 +44,10 @@ questions.
47
44
48
45
# Urgent issues
49
46
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.
53
51
54
52
# Pull requests
55
53
0 commit comments