Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-tck-dev] tckrefactor branch


On 11/23/21 3:33 AM, Olivier Lamy wrote:
Hi,

I’m looking at working on the servlet module.
Ideally I’d like to have this compiling mvn clean install -pl :servlet
-am  some classes in the common module use classes from the runtime
module.
But this one has been commented on. Any reason?

From what I recall, the common folder contains the current `vehicles` that likely depend on the Java Test Harness
(currently referenced from runtime mostly).  The Java Test Harness references need to be removed I think but we need to replace them with equivalent Arquillian/ShrinkWrap code I think.  I suppose that we could of just deleted all of the references to the Java Test Harness but we didn't do that, in case it helps to see the current (Java Test Harness) usage. 



The code is using different httpclients.
Do we want to use java.net.http.HttpClient or anything else? (Jetty
client, Apache etc..)

Do you think https://github.com/eclipse-ee4j/jakartaee-tck/issues/736 would be the right issue to discuss httpclients? 



cheers


cheers

Scott


Back to the top