Update dependencies and Prepare for release#377
Conversation
|
Warning Review limit reached
More reviews will be available in 16 minutes and 12 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (7)
📝 WalkthroughWalkthroughThis PR releases version 1.9.0 of threeten-extra by updating the Maven project version from 1.8.1-SNAPSHOT to 1.9.0-SNAPSHOT, bumping four dependency versions, adding a changelog entry documenting two new features, marking new API methods with ChangesRelease 1.9.0 preparation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~4 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Prepares the project for the v1.9.0 release by updating published version references, adding @since tags for new APIs, and bumping dependency versions in the Maven build.
Changes:
- Update the website index and README to reference v1.9.0 and the corresponding Maven coordinates.
- Add
@since 1.9.0Javadoc tags for newly introduced APIs (PeriodDuration.truncatedToandAmountFormats.wordBased(PeriodDuration, Locale)). - Update Maven dependency version properties and bump the project snapshot version.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
src/site/markdown/index.md |
Updates website release/version text and Maven snippet to 1.9.0. |
src/main/java/org/threeten/extra/PeriodDuration.java |
Adds @since 1.9.0 for truncatedTo(...). |
src/main/java/org/threeten/extra/AmountFormats.java |
Adds @since 1.9.0 for the new wordBased(...) overload. |
src/changes/changes.xml |
Adds a 1.9.0 release entry (currently has metadata/formatting issues). |
README.md |
Updates release/version text and Maven snippet to 1.9.0. |
pom.xml |
Bumps project snapshot version and updates dependency version properties. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@src/changes/changes.xml`:
- Line 10: The <release> element on this line has a mismatched description and
an incorrect date; update the release tag so the description attribute matches
the version (description="v1.9.0") and correct the date attribute to the actual
release date (replace date="2024-04-16" with date="2026-05-31" or the true
v1.9.0 publish date), ensuring the <release version="1.9.0" ...> element
reflects both the right description and a valid date.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: ec823c3a-026e-46ff-b172-0ec3c5766cb7
📒 Files selected for processing (6)
README.mdpom.xmlsrc/changes/changes.xmlsrc/main/java/org/threeten/extra/AmountFormats.javasrc/main/java/org/threeten/extra/PeriodDuration.javasrc/site/markdown/index.md
17b7dff to
6fce870
Compare
6fce870 to
06883c8
Compare
c8355b2 to
322f83c
Compare
Prepare for release v1.9.0.
Update project dependencies
Summary by CodeRabbit
Release Notes
New Features
Documentation