FINERACT-2745: Deprecate and remove obsolete MIX XBRL reporting module - #6240
Open
DhroovSankla wants to merge 2 commits into
Open
FINERACT-2745: Deprecate and remove obsolete MIX XBRL reporting module#6240DhroovSankla wants to merge 2 commits into
DhroovSankla wants to merge 2 commits into
Conversation
DhroovSankla
force-pushed
the
FINERACT-2745-remove-mix-module
branch
from
August 6, 2026 16:03
3f6a822 to
9b9b904
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
During recent refactoring of JAX-RS response handling in the Mix Report module (FINERACT-2651 / PR #6017 and FINERACT-2670 / PR #6090), legacy technical debt was identified—specifically deprecated Java dependencies (such as ScriptEngine) and reliance on an obsolete external reporting standard (MIX XBRL).
Following a discussion thread on the official Apache DEV mailing list, community consensus was reached to deprecate and completely remove the MIX XBRL capability from upcoming releases to reduce technical debt and streamline build dependencies.
This PR cleanly removes the
fineract-mixmodule, its configuration scans, client helper libraries, integration tests, and database schema artifacts.Summary of Changes
fineract-mixsubproject directory.:fineract-mixfromsettings.gradle, rootbuild.gradle, providerdependencies.gradle, andfineract-war/build.gradle."org.apache.fineract.mix.domain"scan paths and patterns fromJdbcConfig.javaandJPAConfig.java.READ_MIX_TAXONOMY,CREATE_MIX_TAXONOMY, etc.) fromSecurityConfig.java.FineractFeignClient.javaandFineractClient.java.XBRLIntegrationTest.java) and Cucumber features (mix.report.feature).0243_remove_mix_module.xmlto drop the tablesmix_taxonomy,mix_taxonomy_mapping, andmix_xbrl_namespace, and to delete the legacyUPDATE_XBRLMAPPINGpermission code fromm_permission.Verification
spotlessCheck).