apache / apache/rocketmq-a2a

Typo in package name: uitl should be util

Open
#30 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
47
Forks
16
Avg merge
50m
Merged PRs (30d)
1

Description

The package `org.apache.rocketmq.a2a.common.uitl` is misspelled.
`uitl` should be `util`.

This affects:
- src/main/java/.../common/uitl/RequestIdGenerator.java
- src/main/java/.../common/uitl/RocketMQUtil.java
- Import statements in RocketMQTransport.java, RocketMQA2AServerRoutes.java,
and example modules

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the common/uitl package and its RequestIdGenerator.java and RocketMQUtil.java files, then inspect imports in RocketMQTransport.java, RocketMQA2AServerRoutes.java, and the example modules. Rename the package to common/util and update the affected imports; the work is done when the old package name no longer appears and the project builds successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.