Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Load-time weaving of servlets?

Hi Folks,

Can anybody help out here?

In case it is not possible to disable the weaving - is there a perscribed approach - or even better, working example - of integration tests with working code coverage using jetty and maven? I do not insist on using JaCoCo in particular. I do want support for Java 7 and Java 8 bytecode, though.

Best Regards, Dimitar


On 4.06.2014 10:04, Dimitar Georgiev wrote:
Forgot to add a link to the example

https://github.com/dimitarg/jetty-ci/tree/master/coverage_example


On 4.06.2014 10:03, Dimitar Georgiev wrote:
Hello Jetty experts,

I am trying to implement integration testing (testing serlets/services through apache HTTP) and code coverage using Jetty, Maven/Failsafe and JaCoCo.
Here is the minimalistic example I am trying to get running.
My coverage does not work - JaCoCo complains that the classes (specificaly Servlets) compiled by javac/maven-compiler-plugin and ones executed at runtime differ. My example only has a dependency on servlet-api and uses no frameworks.

While there are workarounds to this problem in JaCoCo, which I am going to pursue, - Does jetty modify classes when loading them; if yes, what is the reason?
- Is there any way to prevent this?

Thanks for your time.

Best Regards, Dimitar






Back to the top