Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Problem when trying to mix a Jetty-12 ee8 Servlet and Jetty Handler s

Hi,

BTW, I was not able to find the source code for the ee8 packages on the jetty-project github.

the source code of EE8 is not visible on Github as it is a copy of the EE9 code with different package names ("jakarta.servlet" => "javax.servlet"). So it is only generated during building. SO basically EE8 and EE9 are identical code, just the compilation output uses different package names. To understand what the code is doing, look into the ee9 code path.

Uwe

-- 
Uwe Schindler
uschindler@xxxxxxxxxx 
ASF Member, Member of PMC and Committer of Apache Lucene and Apache Solr
Bremen, Germany
https://lucene.apache.org/
https://solr.apache.org/

Back to the top