File tree 1 file changed +4
-12
lines changed
1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,6 @@ Here is a summary of 1.5.x dependencies:
21
21
| :---------------:| :--------:| :---------:| :-------:| :--------:| ------------------------------|
22
22
| 1.5.x | master | 2.0.x | 11 | 21 | Jakarta EE (jakarta.* namespace)|
23
23
24
-
25
-
26
- ## INACTIVE - 1.3.x supports Java EE, while version 1.4.x supports Jakarta EE.
27
- The two versions are feature identical. However, They are no longer actively maintained.
28
-
29
- Both 1.3.x and 1.4.x series require SLF4J 2.0.x or later.
30
-
31
- The 1.3.x series requires Java 8 at runtime. If you wish to build
32
- logback from source, you will need Java 9.
33
-
34
- The 1.4.x series requires Java 11 at build time and at runtime.
35
-
36
24
# Building logback
37
25
38
26
Version 1.5.x requires Java 21 to compile and build.
@@ -78,6 +66,10 @@ community looks forward to your contribution. Please follow this process:
78
66
later.
79
67
80
68
6 . Submit a pull request to logback from your commit page on GitHub.
69
+ All commits must have signed off by the contributor attesting to
70
+ [ Developer Certificate of Origin (DCO)] ( https://developercertificate.org/ ) .
71
+ Commits without sign off will be automatically rejected by the [ DCO GitHub
72
+ check] ( https://probot.github.io/apps/dco/ ) application.
81
73
82
74
7 . Do not forget to explain your proposed changes.
83
75
You can’t perform that action at this time.
0 commit comments