commons-logging icon indicating copy to clipboard operation
commons-logging copied to clipboard

Apache Commons Logging

Results 17 commons-logging issues
Sort by recently updated
recently updated
newest added

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.6 to 3.0.7. Release notes Sourced from actions/cache's releases. v3.0.7 What's Changed Fix for the download stuck problem has been added in actions/cache for users who were...

dependencies
github_actions

Without this .gitignore you'll see; ``` john@:~/forks/org.apache.commons/commons-logging (master) % git status On branch master Untracked files: (use "git add ..." to include in what will be committed) target/ nothing added...

Change deprecated File.toURL and use `new File(filename).toURI().toURL(); `

Bumps logkit from 1.0.1 to 2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=logkit:logkit&package-manager=maven&previous-version=1.0.1&new-version=2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Hi all, a while ago I published a pretty comprehensive guide on logging in Java (https://www.marcobehler.com/guides/a-guide-to-logging-in-java) and was thinking - with the risk of it being rejected for self promotion...