Skip to content

Conversation

@siujamo
Copy link
Contributor

@siujamo siujamo commented Jun 17, 2025

This pull request renamed artefact IDs and name of all modules.

Closes #75

@siujamo siujamo requested review from Copilot and zihluwang and removed request for Copilot and zihluwang June 17, 2025 09:45
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request updates module names and artefact IDs by renaming packages from "com.onixbyte.devkit.utils" to "com.onixbyte.common.util" and updating build configurations accordingly.

  • Renamed package declarations in test and main source files.
  • Updated Maven publication settings (artifactId, publication name, SCM configuration) in the Gradle build file.

Reviewed Changes

Copilot reviewed 80 out of 80 changed files in this pull request and generated no comments.

Show a summary per file
File Description
common-toolbox/src/test/java/com/onixbyte/common/util/RangeUtilTest.java Updated package declaration to the new namespace.
common-toolbox/src/test/java/com/onixbyte/common/util/HashUtilTest.java Updated package declaration to the new namespace.
common-toolbox/src/test/java/com/onixbyte/common/util/CollectionUtilTest.java Updated package declaration to the new namespace.
common-toolbox/src/test/java/com/onixbyte/common/util/BranchUtilTest.java Updated package declaration to the new namespace.
common-toolbox/src/test/java/com/onixbyte/common/util/BoolUtilTest.java Updated package declaration to the new namespace.
common-toolbox/src/test/java/com/onixbyte/common/util/Base64UtilTest.java Updated package declaration to the new namespace.
common-toolbox/src/test/java/com/onixbyte/common/util/AesUtilTest.java Updated package declaration to the new namespace.
common-toolbox/src/main/java/com/onixbyte/common/util/RangeUtil.java Updated package declaration to the new namespace.
common-toolbox/src/main/java/com/onixbyte/common/util/ObjectMapAdapter.java Updated package declaration to the new namespace.
common-toolbox/src/main/java/com/onixbyte/common/util/MapUtil.java Updated package declaration to the new namespace.
common-toolbox/src/main/java/com/onixbyte/common/util/HashUtil.java Updated package declaration to the new namespace.
common-toolbox/src/main/java/com/onixbyte/common/util/CollectionUtil.java Updated package declaration to the new namespace.
common-toolbox/src/main/java/com/onixbyte/common/util/BranchUtil.java Updated package declaration to the new namespace.
common-toolbox/src/main/java/com/onixbyte/common/util/BoolUtil.java Updated package declaration to the new namespace.
common-toolbox/src/main/java/com/onixbyte/common/util/Base64Util.java Updated package declaration to the new namespace.
common-toolbox/src/main/java/com/onixbyte/common/util/AesUtil.java Updated package declaration to the new namespace.
common-toolbox/build.gradle.kts Renamed Maven publication and updated artifactId, package naming in pom and SCM connection details.

@siujamo siujamo merged commit 7ea6646 into develop Jun 17, 2025
@zihluwang zihluwang deleted the feature/rename-modules branch June 17, 2025 12:38
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.

2 participants