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 tinylog from 2.3.2 to 2.7.0 in /hub-backend #1124

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2024

Bumps tinylog from 2.3.2 to 2.7.0.
Updates org.tinylog:tinylog-api-kotlin from 2.3.2 to 2.7.0

Release notes

Sourced from org.tinylog:tinylog-api-kotlin'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.3.2 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

Updates org.tinylog:slf4j-tinylog from 2.3.2 to 2.7.0

Release notes

Sourced from org.tinylog:slf4j-tinylog'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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `tinylog` from 2.3.2 to 2.7.0.

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

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants