File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,21 @@ 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
+ # On the 1.5.x series
12
+
13
+ The 1.5.x series is a direct descendant of and a drop-in replacement
14
+ for the 1.4.x series. It differs from the 1.4.x series by the
15
+ relocation of the logback-access module which was moved to its [ own
16
+ separate github repository] ( https://github.com/qos-ch/logback-access ) .
17
+
18
+ Here is a summary of 1.5.x dependencies:
19
+
20
+ | Logback version | github branch | SLF4J version | JDK at runtime | JDK during build | Enterprise Edition (optional)|
21
+ | ------------------| ----------------| ---------------| ----------------| ------------------| ------------------------------|
22
+ | 1.5.x | master | 2.0.x | 11 | 21 | Jakarta EE (jakarta.* namespace)|
23
+
24
+
25
+
11
26
# Java EE and Jakarta EE versions
12
27
13
28
Given that downstream users are likely to depend on either Java EE (in
You can’t perform that action at this time.
0 commit comments