File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,26 @@ 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
12
+
13
+ Given that downstream users are likely to depend on either Java EE (in
14
+ the javax namespace) or on Jakarta EE (in the jakarta namespace) in
15
+ their projects, it was deemed important for logback to support both EE
16
+ alternatives.
17
+
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.
21
+
22
+ Both 1.3.x and 1.4.x series require the fluent-API introduced in SLF4J
23
+ 2.0.x.
24
+
25
+ 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.
28
+
29
+ The 1.4.x series requires Java 11 at build time and at runtime.
30
+
11
31
# Building logback
12
32
13
33
Version 1.3.x requires Java 9 to compile and build.
You can’t perform that action at this time.
0 commit comments