There was a conversion on this list in August that suggested jarjar, minijar & shade style of working.

Selenium needs to bundle Jetty in its server jar. Jetty is notoriously hard to 'shade' given there are a gazillion fine grained issues around reflection and other dependancies like the servlet api (should that be shaded too ?).

The Uberjar way would preserve original class names, but hide them all from other things in the classpath. Selenium server is booted from the command line via a main() method obviously - thus it is an ideal case for Uberjar

Did anyone quantify how much and in what way things were slower with Uberjar ?

Regards,

- Paul


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to