> Can we tone it back a little? I'd recommend to make it not weave anything > by default!
If you did that then proxy would be effectively disabled. > On 30 May 2018, at 20:51, Raymond Auge <[email protected]> wrote: > > Hello all, > > Does someone know why Proxy is so aggressively weaving by default? > > It seems that the default opt-in is everything (except itself) > > public static final String WEAVING_ENABLED_CLASSES_DEFAULT = "*"; > > with the default opt outs being only: > > public static final String WEAVING_DISABLED_CLASSES_DEFAULT = > "org.objectweb.asm.*,org.slf4j.*,org.apache.log4j.*,javax.*,ch.qos.logback.*"; > > this has the tendency to blow stuff up. > > Can we tone it back a little? I'd recommend to make it not weave anything > by default! > > -- > *Raymond Augé* <http://www.liferay.com/web/raymond.auge/profile> > (@rotty3000) > Senior Software Architect *Liferay, Inc.* <http://www.liferay.com> > (@Liferay) > Board Member & EEG Co-Chair, OSGi Alliance <http://osgi.org> (@OSGiAlliance)
