core-jgi/org.adempiere.base
hengsin 164e6d15b6
IDEMPIERE-4842 Easier model registration (#895)
* 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(...).
2021-09-23 21:14:47 +08:00
..
.settings IDEMPIERE-4842 Easier model registration (#893) 2021-09-22 22:42:51 +08:00
META-INF IDEMPIERE-4842 Easier model registration (#893) 2021-09-22 22:42:51 +08:00
OSGI-INF IDEMPIERE-4842 Easier model registration (#893) 2021-09-22 22:42:51 +08:00
antlr IDEMPIERE-4824 Boolean Logic Expression Enhancements (#716) 2021-06-10 23:08:22 +08:00
schema
src IDEMPIERE-4842 Easier model registration (#895) 2021-09-23 21:14:47 +08:00
.packaging
.project IDEMPIERE-4933 Platform update for 9.x (#870) 2021-09-10 09:55:07 +02:00
build.properties IDEMPIERE-4842 Easier model registration (#893) 2021-09-22 22:42:51 +08:00
documentation.bat
packaging-build.xml
plugin.xml IDEMPIERE-4709 Print Format Item: implement script column (expression) (#663) 2021-04-22 21:15:40 +02:00
pom.xml IDEMPIERE-4842 Easier model registration (#893) 2021-09-22 22:42:51 +08:00