-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Comparing changes
Open a pull request
base repository: qos-ch/logback
base: v_1.5.25
head repository: qos-ch/logback
compare: v_1.5.26
- 9 commits
- 41 files changed
- 2 contributors
Commits on Jan 17, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 6d52744 - Browse repository at this point
Copy the full SHA 6d52744View commit details -
Configuration menu - View commit details
-
Copy full SHA for 033aba4 - Browse repository at this point
Copy the full SHA 033aba4View commit details
Commits on Jan 19, 2026
-
mention country only, add missing 2016-03-29
Signed-off-by: Ceki Gulcu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 420d67c - Browse repository at this point
Copy the full SHA 420d67cView commit details
Commits on Jan 23, 2026
-
Do not use javax.naming namespace in the catch block, so that Logback…
… can be used without requiring the javax.naming module (#1004) The InsertFromJNDIModelHandler is usually created when using Logback, but only used when JNDI is used in the logging configuration. Catching the javax.naming.NamingException will automatically resolve the class when the InsertFromJNDIModelHandler class is used, throwing an exception when it is not present. By catching the generic Exception, unless JNDI or SMTP are used, the javax.naming module is not required now. Signed-off-by: Marius Hanl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 00d272f - Browse repository at this point
Copy the full SHA 00d272fView commit details
Commits on Jan 24, 2026
-
version information is self declared by modules.
Due to cyclical dependency reasons, it is not possible for VersionUtil in logback-core to querty properties files located in logback-classic. It follows that, logback-classic deplicated some code found in VersionUtil in ClassicVersionUtil. Signed-off-by: ceki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a8f0b6 - Browse repository at this point
Copy the full SHA 7a8f0b6View commit details -
modify VersionCheckTest to use logback-core 1.5.25
Signed-off-by: ceki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8bd5660 - Browse repository at this point
Copy the full SHA 8bd5660View commit details -
move VersionUtil.getCoreVersionBySelfDeclaredProperties to CoreVersio…
…nUtil Signed-off-by: ceki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4368333 - Browse repository at this point
Copy the full SHA 4368333View commit details
Commits on Jan 25, 2026
-
refactoring based on usage in logback-access
Signed-off-by: ceki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d38a3e2 - Browse repository at this point
Copy the full SHA d38a3e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33deb54 - Browse repository at this point
Copy the full SHA 33deb54View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v_1.5.25...v_1.5.26