Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Bumps com.cedarsoftware:java-util from 3.0.2 to 3.0.3.

Changelog

Sourced from com.cedarsoftware:java-util's changelog.

3.0.3

  • java.sql.Date conversion - considered a timeless "date", like a birthday, and not shifted due to time zones. Example, 2025-02-07T23:59:59[America/New_York] coverage effective date, will remain 2025-02-07 when converted to any time zone.
  • Currency conversions added (toString, toMap and vice-versa)
  • Pattern conversions added (toString, toMap and vice-versa)
  • YearMonth conversions added (all date-time types to YearMonth)
  • Year conversions added (all date-time types to Year)
  • MonthDay conversions added (all date-time types to MonthDay)
  • All Temporal classes, when converted to a Map, will typically use a single String to represent the Temporal object. Uses the ISO 8601 formats for dates, other ISO formats for Currency, etc.
Commits
  • 3083a47 minor doc update
  • 2c78618 no trailing 0's on BigDecimal, more tests, removed redundant tests.
  • 60da99e updated pom.xml depedencies (assertj)
  • d925163 updated readme version
  • 6a6601a Disabled tests that need a newer version of json-io (they will be coming onli...
  • 4cf4bef version 3.0.3
  • ad59b63 Updated readme, pom.xml, changelog.md
  • 0895dfc - Added Currency and Pattern to Converter.
  • 157df54 - All older Java date-time classes and newer temporal classes, output in "one...
  • c6999fe - Added support for more number values to OffsetTime
  • 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.cedarsoftware:java-util](https://github.com/jdereg/java-util) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/jdereg/java-util/blob/master/changelog.md)
- [Commits](jdereg/java-util@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: com.cedarsoftware:java-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 10, 2025
@github-actions
Copy link
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟

🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run

  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot.

  • You can label PRs using build-all, build-dependents, skip-tests and test-dependents to fine-tune the checks executed by this PR.

  • Build and test logs are available in the Summary page. Only Apache Camel committers have access to the summary.

  • ⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@oscerd oscerd merged commit babccd2 into main Feb 10, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/com.cedarsoftware-java-util-3.0.3 branch February 10, 2025 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

camel-4 core-build-and-dependencies 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