Skip to content

Conversation

@siujamo
Copy link
Contributor

@siujamo siujamo commented Jun 17, 2025

This pull request removes the map-util-unsafe module. The module has reached a stable state with no new features planned for future updates. To streamline the codebase and reduce maintenance overhead, we are deleting this module.

No breaking changes are introduced as this module is no longer in active development or use.

@siujamo siujamo requested review from Copilot and zihluwang June 17, 2025 02:31
@siujamo siujamo self-assigned this Jun 17, 2025
@siujamo siujamo added the enhancement New feature or request label Jun 17, 2025
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 PR removes the deprecated map-util-unsafe module completely, reducing maintenance overhead.

  • Removed the module from the project includes in settings.gradle.kts
  • Deleted all module files including source code, build configuration, and README
  • Eliminated the logback configuration specific to map-util-unsafe

Reviewed Changes

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

Show a summary per file
File Description
settings.gradle.kts Removed "map-util-unsafe" from the module includes.
map-util-unsafe/src/main/resources/logback.xml Deleted the logback configuration file specific to the module.
map-util-unsafe/src/main/java/com/onixbyte/devkit/utils/unsafe/ReflectMapUtil.java Removed the deprecated ReflectMapUtil utility class.
map-util-unsafe/build.gradle.kts Removed the Gradle build script for the module.
map-util-unsafe/README.md Removed the README documentation for the module.

@siujamo siujamo merged commit 3d7dbae into develop Jun 17, 2025
@siujamo siujamo deleted the feature/remove-maputil-unsafe branch June 17, 2025 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants