Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the tinylog group with 2 updates #75

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 2, 2025

Bumps the tinylog group with 2 updates: org.tinylog:tinylog-api and org.tinylog:tinylog-impl.

Updates org.tinylog:tinylog-api from 2.4.1 to 2.7.0

Release notes

Sourced from org.tinylog:tinylog-api's releases.

Version 2.7.0

The final release version 2.7.0 contains the same set of features as tinylog 2.7.0-M3 as no bugs were found.

Version 2.7.0-M3

Improvements for the rolling file writer:

  • Support continuing already existing log files, even if there are other newer files that are unrelated to tinylog
  • Support continuing log files when using a dynamic path segment that resolved to an already existing log file

Version 2.7.0-M2

Avoid waking the writing thread in periodic intervals to improve the battery life on mobile devices (#634 thanks to @​manisiu)

Version 2.7.0-M1

Provide syslog writer for sending log entries to syslog compatible servers (#507, thanks to @​pkarlowicz)

Version 2.6.2

Fix an issue with custom severity levels for the new fluent logging API of SLF4J 2 (see #459)

Version 2.6.1

Fix NoClassDefFoundError for org.slf4j.spi.LoggingEventAware with SLF4J 1.7 and earlier (see #397)

Version 2.6.0

The final release version 2.6.0 contains the same set of features as tinylog 2.6.0-M2 as no bugs were found.

Version 2.6.0-M2

  • Add specification and implementation details to manifest
  • Remove animal-sniffer-annotations as required runtime dependency for tinylog-impl (see #326)

Version 2.6.0-M1

  • Improved support for SLF4J 2
    • Output correct class names when using the new fluent API (#291)
    • Provide the new deque methods for MDC
  • Rewritten macros for Scala API
    • Improve support for Scala 2.12.17 and 2.13.9
    • Different bundle names (org.tinylog.api.scala_2.12 and org.tinylog.api.scala_2.13) for providing both bundles via P2 repository
    • Logging API for Scala requires Java 8+ now (logging API for Java and Kotlin is still compatible with Java 6 and 7)

Version 2.5.0

The final release version 2.5.0 contains the same set of features as tinylog 2.5.0-M2.1 as no further bugs were found.

Special thanks to f4lco for his generous donation to tinylog!

Version 2.5.0-M2.1

Version 2.5.0-M2

  • Keep buffer of JdbcWriter after connection loss (#91)
  • DynamicPolicy continues existing files (#251, thanks to @​simon04)
  • Require module java.naming by org.tinylog.api for JndiValueResolver (#248)
  • Line-delimited JSON support for JsonWriter (#229)

... (truncated)

Commits
  • 3f06443 Release version 2.7.0
  • 7417ea4 Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 (#662)
  • 1a7a15c Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.2.0 to 4.8.3.0 (#656)
  • a5e42a7 Bump org.codehaus.mojo:flatten-maven-plugin from 1.5.0 to 1.6.0 (#657)
  • dabf1c9 Bump org.slf4j:slf4j-api from 2.0.10 to 2.0.11 (#651)
  • b9f1d6a Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 (#652)
  • e7a8c22 Restore snapshot version 2.7-SNAPSHOT
  • deab6c6 Release version 2.7.0-M3
  • 9987105 Support continuing log files with same dynamic path segment
  • f200377 Support continuing log files even if there are other newer files
  • Additional commits viewable in compare view

Updates org.tinylog:tinylog-impl from 2.4.1 to 2.7.0

Release notes

Sourced from org.tinylog:tinylog-impl's releases.

Version 2.7.0

The final release version 2.7.0 contains the same set of features as tinylog 2.7.0-M3 as no bugs were found.

Version 2.7.0-M3

Improvements for the rolling file writer:

  • Support continuing already existing log files, even if there are other newer files that are unrelated to tinylog
  • Support continuing log files when using a dynamic path segment that resolved to an already existing log file

Version 2.7.0-M2

Avoid waking the writing thread in periodic intervals to improve the battery life on mobile devices (#634 thanks to @​manisiu)

Version 2.7.0-M1

Provide syslog writer for sending log entries to syslog compatible servers (#507, thanks to @​pkarlowicz)

Version 2.6.2

Fix an issue with custom severity levels for the new fluent logging API of SLF4J 2 (see #459)

Version 2.6.1

Fix NoClassDefFoundError for org.slf4j.spi.LoggingEventAware with SLF4J 1.7 and earlier (see #397)

Version 2.6.0

The final release version 2.6.0 contains the same set of features as tinylog 2.6.0-M2 as no bugs were found.

Version 2.6.0-M2

  • Add specification and implementation details to manifest
  • Remove animal-sniffer-annotations as required runtime dependency for tinylog-impl (see #326)

Version 2.6.0-M1

  • Improved support for SLF4J 2
    • Output correct class names when using the new fluent API (#291)
    • Provide the new deque methods for MDC
  • Rewritten macros for Scala API
    • Improve support for Scala 2.12.17 and 2.13.9
    • Different bundle names (org.tinylog.api.scala_2.12 and org.tinylog.api.scala_2.13) for providing both bundles via P2 repository
    • Logging API for Scala requires Java 8+ now (logging API for Java and Kotlin is still compatible with Java 6 and 7)

Version 2.5.0

The final release version 2.5.0 contains the same set of features as tinylog 2.5.0-M2.1 as no further bugs were found.

Special thanks to f4lco for his generous donation to tinylog!

Version 2.5.0-M2.1

Version 2.5.0-M2

  • Keep buffer of JdbcWriter after connection loss (#91)
  • DynamicPolicy continues existing files (#251, thanks to @​simon04)
  • Require module java.naming by org.tinylog.api for JndiValueResolver (#248)
  • Line-delimited JSON support for JsonWriter (#229)

... (truncated)

Commits
  • 3f06443 Release version 2.7.0
  • 7417ea4 Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 (#662)
  • 1a7a15c Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.2.0 to 4.8.3.0 (#656)
  • a5e42a7 Bump org.codehaus.mojo:flatten-maven-plugin from 1.5.0 to 1.6.0 (#657)
  • dabf1c9 Bump org.slf4j:slf4j-api from 2.0.10 to 2.0.11 (#651)
  • b9f1d6a Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 (#652)
  • e7a8c22 Restore snapshot version 2.7-SNAPSHOT
  • deab6c6 Release version 2.7.0-M3
  • 9987105 Support continuing log files with same dynamic path segment
  • f200377 Support continuing log files even if there are other newer files
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the type: Dependency Bump Pull requests that update a dependency file label Jan 2, 2025
@dependabot dependabot bot force-pushed the dependabot/gradle/tinylog-761690ed0b branch from 1db839d to fd4d864 Compare January 2, 2025 15:35
Bumps the tinylog group with 2 updates: [org.tinylog:tinylog-api](https://github.com/tinylog-org/tinylog) and [org.tinylog:tinylog-impl](https://github.com/tinylog-org/tinylog).


Updates `org.tinylog:tinylog-api` from 2.4.1 to 2.7.0
- [Release notes](https://github.com/tinylog-org/tinylog/releases)
- [Changelog](https://github.com/tinylog-org/tinylog/blob/v2.8/release.md)
- [Commits](tinylog-org/tinylog@2.4.1...2.7.0)

Updates `org.tinylog:tinylog-impl` from 2.4.1 to 2.7.0
- [Release notes](https://github.com/tinylog-org/tinylog/releases)
- [Changelog](https://github.com/tinylog-org/tinylog/blob/v2.8/release.md)
- [Commits](tinylog-org/tinylog@2.4.1...2.7.0)

---
updated-dependencies:
- dependency-name: org.tinylog:tinylog-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tinylog
- dependency-name: org.tinylog:tinylog-impl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tinylog
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/tinylog-761690ed0b branch from fd4d864 to 15e0be4 Compare January 3, 2025 15:44
@BenCheung0422
Copy link
Member

@dependabot close

@dependabot dependabot bot closed this Jan 4, 2025
Copy link
Author

dependabot bot commented on behalf of github Jan 4, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/gradle/tinylog-761690ed0b branch January 4, 2025 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: Dependency Bump Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant