Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests
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
This is a release preparation PR that updates the client version, migrates from JSR305 to Jakarta annotations, and modernizes timestamp handling by switching from Date to Instant classes for improved precision.
- Client version updated to 5.4.3
- Replaced JSR305 annotations with Jakarta annotations
- Migrated from Date to Instant for better timestamp precision
Reviewed Changes
Copilot reviewed 32 out of 33 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| gradle.properties | Version bump to 5.5.0-SNAPSHOT |
| CHANGELOG.md | Documents the three main changes in this release |
| src/main/java/com/epam/reportportal/cucumber/*.java | Migration from javax to jakarta annotations and Date to Instant |
| src/test/java/com/epam/reportportal/cucumber/**/*.java | Test file updates for annotation migration, code formatting, and timestamp handling |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
No description provided.