@@ -8,7 +8,7 @@ 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
11
+ ## On the 1.5.x series
12
12
13
13
The 1.5.x series is a direct descendant of and a drop-in replacement
14
14
for the 1.4.x series. It differs from the 1.4.x series by the
@@ -18,20 +18,13 @@ separate github repository](https://github.com/qos-ch/logback-access).
18
18
Here is a summary of 1.5.x dependencies:
19
19
20
20
| Logback version | github branch | SLF4J version | JDK at runtime | JDK during build | Enterprise Edition (optional)|
21
- | ------------------ | ---------------- | --------------- | ---------------- | ------------------ | ------------------------------|
21
+ | : ---------------: | : --------: | : ---------: | : -------: | : --------: | ------------------------------|
22
22
| 1.5.x | master | 2.0.x | 11 | 21 | Jakarta EE (jakarta.* namespace)|
23
23
24
24
25
25
26
- # Java EE and Jakarta EE versions
27
-
28
- Given that downstream users are likely to depend on either Java EE (in
29
- the javax namespace) or on Jakarta EE (in the jakarta namespace) in
30
- their projects, it was deemed important for logback to support both EE
31
- alternatives.
32
-
33
- ** Version 1.3.x supports Java EE, while version 1.4.x supports Jakarta EE.**
34
- The two versions are feature identical.
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.
35
28
36
29
Both 1.3.x and 1.4.x series require SLF4J 2.0.x or later.
37
30
@@ -42,7 +35,7 @@ The 1.4.x series requires Java 11 at build time and at runtime.
42
35
43
36
# Building logback
44
37
45
- Version 1.3 .x requires Java 9 to compile and build.
38
+ Version 1.5 .x requires Java 21 to compile and build.
46
39
47
40
More details on building logback is documented at:
48
41
@@ -51,11 +44,12 @@ More details on building logback is documented at:
51
44
# In case of problems
52
45
53
46
In case of problems please do not hesitate to post an e-mail message
54
- on the
[email protected] mailing list. However, please do not
55
- directly e-mail logback developers. The answer to your question might
56
- be useful to other users. Moreover, there are many knowledgeable users
57
- on the logback-user mailing lists who can quickly answer your
58
- questions.
47
+ on the
[email protected] mailing list. You may also post message on the
48
+ [ github discussions] ( https://github.com/qos-ch/logback/discussions ) forum.
49
+ However, please do not directly e-mail logback developers.
50
+ The answer to your question might be useful to other users. Moreover,
51
+ there are many knowledgeable users on the logback-user mailing lists
52
+ who can quickly answer your questions.
59
53
60
54
# Urgent issues
61
55
@@ -66,21 +60,14 @@ followed up by a release.
66
60
67
61
# Pull requests
68
62
69
- If you are interested in improving logback, great! The logback community
70
- looks forward to your contribution. Please follow this process:
63
+ If you are interested in improving logback, that is great! The logback
64
+ community looks forward to your contribution. Please follow this process:
71
65
72
- 1 . Please file a [ bug
73
- report] ( https://logback.qos.ch/bugreport.html ) before filing a pull requests.
74
- Note that pull requests wit an associated JIRA issue will get more attention.
75
- Moreover, your pull request is unlikely to be merged without an associated jira issue.
76
-
77
- Optional: Start a discussion on the [ logback-dev mailing
78
- list] ( https://logback.qos.ch/mailinglist.html ) about your proposed
79
- change.
80
-
81
- 2 . Fork qos-ch/logback. Ideally, create a new branch from your fork for
66
+ 1 . Fork qos-ch/logback. Ideally, create a new branch from your fork for
82
67
your contribution to make it easier to merge your changes back.
83
68
69
+ 2 . Make the effort to explain the aim of your proposed change.
70
+
84
71
3 . Make your changes on the branch you hopefully created in Step 2. Be
85
72
sure that your code passes existing unit tests.
86
73
@@ -92,6 +79,7 @@ looks forward to your contribution. Please follow this process:
92
79
93
80
6 . Submit a pull request to logback from your commit page on GitHub.
94
81
82
+ 7 . Do not forget to explain your proposed changes.
95
83
96
84
<!--
97
85
# Continuous integration build status
0 commit comments