From 5bc0998ce1899195bd6c57b9708493197a68db95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ceki=20G=C3=BClc=C3=BC?= Date: Thu, 30 Jan 2025 16:47:15 +0100 Subject: [PATCH] Update README.md --- README.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 861c8b4f9b..c1d13079f3 100755 --- a/README.md +++ b/README.md @@ -21,18 +21,6 @@ Here is a summary of 1.5.x dependencies: |:---------------:|:--------:|:---------:|:-------:|:--------:|------------------------------| | 1.5.x | master | 2.0.x | 11 | 21 | Jakarta EE (jakarta.* namespace)| - - -## INACTIVE - 1.3.x supports Java EE, while version 1.4.x supports Jakarta EE. -The two versions are feature identical. However, They are no longer actively maintained. - -Both 1.3.x and 1.4.x series require SLF4J 2.0.x or later. - -The 1.3.x series requires Java 8 at runtime. If you wish to build -logback from source, you will need Java 9. - -The 1.4.x series requires Java 11 at build time and at runtime. - # Building logback 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: later. 6. Submit a pull request to logback from your commit page on GitHub. + All commits must have signed off by the contributor attesting to + [Developer Certificate of Origin (DCO)](https://developercertificate.org/). + Commits without sign off will be automatically rejected by the [DCO GitHub + check](https://probot.github.io/apps/dco/) application. 7. Do not forget to explain your proposed changes.