This is an automated email from the ASF dual-hosted git repository. mthl pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git.
from 8aea160 Fixed: Getting policy error while editing html text data using cms (OFBIZ-11265) new 1317703 Implemented: Show dependency resolution algorithm problem (OFBIZ-11275) new 7044af8 Implemented: Add a generic directed graph utilitary class (OFBIZ-11275) new 3d3533c Fixed: Remove dependency management from ‘ComponentContainer’ (OFBIZ-11275) new 03b69b3 Fixed: Fix linting issues (OFBIZ-11265) The 4 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: build.gradle | 4 +- config/checkstyle/checkstyle.xml | 5 +- .../base/component/AlreadyLoadedException.java | 44 ------- .../ofbiz/base/component/ComponentConfig.java | 61 +++++++++- .../ofbiz/base/container/ComponentContainer.java | 133 ++++----------------- .../java/org/apache/ofbiz/base/util/Digraph.java | 118 ++++++++++++++++++ .../base/container/ComponentContainerTest.java | 82 +++++++++++++ .../org/apache/ofbiz/base/util/DiGraphTest.java | 93 ++++++++++++++ .../org/apache/ofbiz/base/util/UtilCodecTests.java | 3 +- .../org/apache/ofbiz/service/ModelService.java | 4 +- .../applications/accounting}/ofbiz-component.xml | 11 +- .../applications/order}/ofbiz-component.xml | 12 +- 12 files changed, 401 insertions(+), 169 deletions(-) delete mode 100644 framework/base/src/main/java/org/apache/ofbiz/base/component/AlreadyLoadedException.java create mode 100644 framework/base/src/main/java/org/apache/ofbiz/base/util/Digraph.java create mode 100644 framework/base/src/test/java/org/apache/ofbiz/base/container/ComponentContainerTest.java create mode 100644 framework/base/src/test/java/org/apache/ofbiz/base/util/DiGraphTest.java copy {applications/securityext => testsdata/ComponentContainerTest/applications/accounting}/ofbiz-component.xml (78%) copy {framework/minilang => testsdata/ComponentContainerTest/applications/order}/ofbiz-component.xml (79%)