Hi,

We facing slow starts of jetty using the jetty maven plugin.

I ananlysed this a bit and the culprit seems to be the @HandlesTypes processing 
because of ServletContainerInitializers.

As far as I understand the class AnnotationConfiguration it's only possible to 
skip processing of given ServletContainerInitializer list.

Sadly above option seems to have nearly no impact on processing time as still 
all classes in all jars in the war must be scanned... Or mustn't it?

So an option would be awesome to tell the AnnotationConfiguration to skip 
processing of certain packages, e.g. all classes in the eclipselink package...

Does above option already exist and did I just miss it? Would above option make 
sense?

Feedback is warmly welcomed.

With kind regards
Thomas
_______________________________________________
jetty-users mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to