Re: Performance improvements / Allow disabling of Managed Bean / Further step to CDI

2015-09-24 Thread Thomas Andraschko
created a issue for 1) and attached a patch: https://issues.apache.org/jira/browse/MYFACES-4015 2015-09-23 11:01 GMT+02:00 Thomas Andraschko : > Hi, > > the last days i've tried to optimize the startup of our dev environment. > The first thing i found to optimize, is to move the annotation scanni

Performance improvements / Allow disabling of Managed Bean / Further step to CDI

2015-09-23 Thread Thomas Andraschko
Hi, the last days i've tried to optimize the startup of our dev environment. The first thing i found to optimize, is to move the annotation scanning to CDI and also disable the JSF Managed Bean handling. We could introduce a new flag (o.a.m.DISABLE_MANAGED_BEAN_SUPPORT) to disable Managed Beans an