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 com.twitter:util-core_2.13 from 22.3.0 to 24.2.0 #288

Merged
merged 1 commit into from
May 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 23, 2024

Bumps com.twitter:util-core_2.13 from 22.3.0 to 24.2.0.

Release notes

Sourced from com.twitter:util-core_2.13's releases.

Util 22.12.0

22.12.0

New Features

  • util-core: Introduce Future.fromCompletableFuture PHAB_ID=D940686
  • util-core: Introduce Time.fromInstant e9d1bc9e
  • util-core: Introduce TimeFormatter, a replacement for TimeFormat. TimeFormatter uses the modern java.time.format.DateTimeFormatter API instead of the java.text.SimpleDateFormat with the main advantage being that it doesn't require synchronization on either formatting or parsing, and is thus more performant and causes no contention. e9d1bc9e
  • util-stats: MetricBuilder now has API to configure a format in which histograms are exported. Use .withHistogramFormat to access it. PHAB_ID=D908189

Deprecations

  • util-core: TimeFormat, as well as the Time.format methods are deprecated in favor of using TimeFormatter. e9d1bc9e

Runtime Behavior Changes

  • util: Bump version of Jackson to 2.14.1. 1a6ff676
  • util-core: Time.at, Time.toString, and Time.fromRss now use TimeFormatter internally and thus have better performance and do not cause contention through synchronization. toString always uses TimeFormatter while at and fromRss only use it when run with Java 9 or later due to a compatibility bug in Java 1.8. e9d1bc9e

Util 22.7.0

22.7.0

  • util: Update snakeyaml to 1.28 d486a7da

Breaking API Changes

  • util-stats: SourceRole subtypes have been moved into the SourceRole object to make their relationship to the parent type more clear. 633cf5b0

Runtime Behavior Changes

  • util-jackson: Update Jackson library to version 2.13.3 8c96a442
  • util-jackson: Deserialized case classes with validation on optional fields shouldn't throw an error. 3b94d2e6

... (truncated)

Changelog

Sourced from com.twitter:util-core_2.13's changelog.

24.2.0

Runtime Behavior Changes


* util-app: When the application exits due to an error on startup, the error and
  and stack trace are printed to stderr in addition to the existing stdout. ``PHAB_ID=D1116753``

23.11.0

Runtime Behavior Changes

  • util: Bump version of Jackson to 2.14.2. PHAB_ID=D1049772

  • util: Bump version of Jackson to 2.14.3. PHAB_ID=D1069160

  • util-securty: Add deserializeAndFilterOutInvalidCertificates Which wraps the deserializeX509 call in a Try. PHAB_ID=D1107551

22.12.0

New Features


* util-core: Introduce Future.fromCompletableFuture ``PHAB_ID=D940686``
  • util-core: Introduce Time.fromInstant PHAB_ID=D987464

  • util-core: Introduce TimeFormatter, a replacement for TimeFormat. TimeFormatter uses the modern java.time.format.DateTimeFormatter API instead of the java.text.SimpleDateFormat with the main advantage being that it doesn't require synchronization on either formatting or parsing, and is thus more performant and causes no contention. PHAB_ID=D987464

  • util-stats: MetricBuilder now has API to configure a format in which histograms are exported. Use .withHistogramFormat to access it. PHAB_ID=D908189

Deprecations

  • util-core: TimeFormat, as well as the Time.format methods are deprecated in favor of using TimeFormatter. PHAB_ID=D987464

Runtime Behavior Changes


* util: Bump version of Jackson to 2.14.1. ``PHAB_ID=D1025778``
</tr></table> 

... (truncated)

Commits
  • ee95c70 Twitter-oss: Prepare OSS libraries for release 24.2.0
  • cbb1330 [source] Update PROJECT owner references to reflect deactivated ldap
  • 82e0bdb [finagle-stats] Do not allocate a new IndexedSeq on every metric lookup
  • 644094e util/util-app: Include the exception in the error message printed when the ap...
  • 69b940a update to snapshot 24.2.0-snapshot
  • 1507298 Cut version 23.11
  • 5873cb6 [Twitter-oss] bump release version
  • 053248d [util-security] add deserializeAndFilterOutInvalidCertificates
  • 0571f97 [util]: Portable shebang
  • 17e76b3 [Twitter-oss] bump release version
  • Additional commits viewable in compare view

Dependabot compatibility score

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 [com.twitter:util-core_2.13](https://github.com/twitter/util) from 22.3.0 to 24.2.0.
- [Release notes](https://github.com/twitter/util/releases)
- [Changelog](https://github.com/twitter/util/blob/util-24.2.0/CHANGELOG.rst)
- [Commits](twitter/util@util-22.3.0...util-24.2.0)

---
updated-dependencies:
- dependency-name: com.twitter:util-core_2.13
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 May 23, 2024
@cstamas cstamas merged commit 83a3067 into master May 23, 2024
4 checks passed
@cstamas cstamas deleted the dependabot/maven/com.twitter-util-core_2.13-24.2.0 branch May 23, 2024 19:02
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.

2 participants