This is an automated email from the ASF dual-hosted git repository.
vidakovic pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from 55d6db23fb Merge pull request #6295
add adbac5067d FINERACT-2645: add Spring Modulith cross-feature boundary
test for all modules
add 427650f654 FINERACT-2645: scope spring-modulith deps to test and drop
unused docs
add 2c3a272415 FINERACT-2645: fix StringSplitter Error Prone failure in
boundary test
add 3573132488 FINERACT-2645 Resolve SpotBugs issues in modulith boundary
test
add 4908341e85 FINERACT-2645: assert zero cross-feature violations in
boundary report
add 6e2c49e6ad FINERACT-2645: slf4j added and test dependencies order
updated
new 23f0c583dc Merge pull request #6044 from
mansi75/FINERACT-2645-modulith-architecture-overview
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
fineract-provider/build.gradle | 6 +
fineract-provider/dependencies.gradle | 4 +-
.../AllModulesCrossFeatureBoundaryTest.java | 228 +++++++++++++++++++++
3 files changed, 237 insertions(+), 1 deletion(-)
create mode 100644
fineract-provider/src/test/java/org/apache/fineract/architecture/AllModulesCrossFeatureBoundaryTest.java