Skip to content

EPMRPP-117997 || Fix jackson deprecated features#55

Open
Evelina02 wants to merge 1 commit into
developfrom
EPMRPP-117997-fix-plugin
Open

EPMRPP-117997 || Fix jackson deprecated features#55
Evelina02 wants to merge 1 commit into
developfrom
EPMRPP-117997-fix-plugin

Conversation

@Evelina02

@Evelina02 Evelina02 commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • Bug Fixes
    • Updated the service integration dependency to a newer revision.
    • Improved JSON serialization configuration for consistent snake_case property handling.
    • Improved request conversion and dependency wiring for GitLab ticket operations.

@coderabbitai

coderabbitai Bot commented Jul 24, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@Evelina02, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 45 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: dc6982a1-6738-4d96-96db-11a42ba45b7a

📥 Commits

Reviewing files that changed from the base of the PR and between 7673c4f and 7317ff5.

📒 Files selected for processing (6)
  • build.gradle
  • src/main/java/com/epam/reportportal/extension/gitlab/GitlabExtension.java
  • src/main/java/com/epam/reportportal/extension/gitlab/client/GitlabClient.java
  • src/main/java/com/epam/reportportal/extension/gitlab/client/GitlabClientProvider.java
  • src/main/java/com/epam/reportportal/extension/gitlab/dto/IssueDto.java
  • src/main/java/com/epam/reportportal/extension/gitlab/utils/GitlabObjectMapperProvider.java

Walkthrough

The change updates the non-release service-api version, modernizes Jackson mapper configuration, and injects ObjectMapper into GitlabExtension for lazy request converter creation.

Changes

GitLab mapper integration

Layer / File(s) Summary
Dependency and mapper configuration
build.gradle, src/main/java/com/epam/reportportal/extension/gitlab/utils/GitlabObjectMapperProvider.java
The non-release service-api coordinates now use 7969602; Jackson uses PropertyNamingStrategies and default property inclusion.
Injected request converter wiring
src/main/java/com/epam/reportportal/extension/gitlab/GitlabExtension.java
GitlabExtension receives an ObjectMapper, memoizes RequestEntityConverter creation, and supplies the converter to PostTicketCommand.

Estimated code review effort: 2 (Simple) | ~10 minutes

Poem

A rabbit hops through mapper streams,
With snake-case paths and Jackson dreams.
The converter waits, then springs to run,
Injected neatly, one by one.
Service versions bloom anew—
“Hop hop!” says the rabbit, “Done for you!”

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title matches the main change: updating Jackson usage to remove deprecated features.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch EPMRPP-117997-fix-plugin

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@Evelina02
Evelina02 force-pushed the EPMRPP-117997-fix-plugin branch from 7673c4f to 7317ff5 Compare July 24, 2026 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant