Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Improved: Refactor the startup API to completely remove the startup l…
…oaders collection This commit refactors the startup bootstrapping logic to remove any references to the StartupLoader API and any related files. This is due to the fact that any loaders including the old POS is completely removed from the system. Thus this improvement simplifies the startup logic and makes it easier to maintain. Thank you: Mathieu Lirzin for the patch, careful review and patience git-svn-id: https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk@1852847 13f79535-47bb-0310-9956-ffa450edef68
- Loading branch information
Showing
4 changed files
with
49 additions
and
117 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
56 changes: 0 additions & 56 deletions
56
framework/start/src/main/java/org/apache/ofbiz/base/start/StartupLoader.java
This file was deleted.
Oops, something went wrong.