* IDEMPIERE-4842 Easier model registration - Needs to enable jar scanning to support felix/console installation of plugin jar. - add rejectJars call to reduce startup delay after enable of jar scanning. keep the list short to reduce future maintenance hazard. - remove the not supported use of acceptPackagesNonRecursive and acceptClasses together. - change getAcceptClassesPatterns() default to X_* and M*. Withouut acceptPackages, we need to scan both X and M classes. * IDEMPIERE-4842 Easier model registration - remove use of rejectJars since the performance difference is small and need maintenance. - remove warning for not overriding getPackages(). Plugin that doesn't has many model class (< 100) doesn't have to override getPackages() as performance is good enough with the use of acceptClasses(...). |
||
---|---|---|
.. | ||
.settings | ||
META-INF | ||
OSGI-INF | ||
antlr | ||
schema | ||
src | ||
.packaging | ||
.project | ||
build.properties | ||
documentation.bat | ||
packaging-build.xml | ||
plugin.xml | ||
pom.xml |