Skip to content

Commit ea3cec8

Browse files
authored
Update README.md
1 parent 887cbba commit ea3cec8

File tree

1 file changed

+17
-29
lines changed

1 file changed

+17
-29
lines changed

README.md

+17-29
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Logback documentation can be found on the [project
88
web-site](https://logback.qos.ch/documentation.html) as well as under
99
the docs/ folder of the logback distribution.
1010

11-
# On the 1.5.x series
11+
## On the 1.5.x series
1212

1313
The 1.5.x series is a direct descendant of and a drop-in replacement
1414
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).
1818
Here is a summary of 1.5.x dependencies:
1919

2020
|Logback version |github branch |SLF4J version | JDK at runtime | JDK during build | Enterprise Edition (optional)|
21-
|------------------|----------------|---------------|----------------|------------------|------------------------------|
21+
|:---------------:|:--------:|:---------:|:-------:|:--------:|------------------------------|
2222
| 1.5.x | master | 2.0.x | 11 | 21 | Jakarta EE (jakarta.* namespace)|
2323

2424

2525

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.
3528

3629
Both 1.3.x and 1.4.x series require SLF4J 2.0.x or later.
3730

@@ -42,7 +35,7 @@ The 1.4.x series requires Java 11 at build time and at runtime.
4235

4336
# Building logback
4437

45-
Version 1.3.x requires Java 9 to compile and build.
38+
Version 1.5.x requires Java 21 to compile and build.
4639

4740
More details on building logback is documented at:
4841

@@ -51,11 +44,12 @@ More details on building logback is documented at:
5144
# In case of problems
5245

5346
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.
5953

6054
# Urgent issues
6155

@@ -66,21 +60,14 @@ followed up by a release.
6660

6761
# Pull requests
6862

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:
7165

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
8267
your contribution to make it easier to merge your changes back.
8368

69+
2. Make the effort to explain the aim of your proposed change.
70+
8471
3. Make your changes on the branch you hopefully created in Step 2. Be
8572
sure that your code passes existing unit tests.
8673

@@ -92,6 +79,7 @@ looks forward to your contribution. Please follow this process:
9279

9380
6. Submit a pull request to logback from your commit page on GitHub.
9481

82+
7. Do not forget to explain your proposed changes.
9583

9684
<!--
9785
# Continuous integration build status

0 commit comments

Comments
 (0)