Joakim Erdfelt
58fd6c0b10
Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x
2022-06-16 14:09:05 -05:00
Joakim Erdfelt
d1e5ffa4d9
Merge branch 'jetty-11.0.x' into jetty-12.0.x
2022-06-09 09:04:44 -05:00
Olivier Lamy
e7274e3bb1
Add ee8 modules with sources generated from ee9 sources ( #8066 )
...
* auto translate some modules from EE9 to EE8
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-06-01 13:38:42 +10:00
Simone Bordet
7a6ccce49a
Rewrite of the content handling, both on client and on server. ( #7985 )
...
Introduced a new io.Content class, with Content.Source, Content.Sink and Content.Chunk.
Updated the server-side to use io.Content instead of the previous server-side Content class.
Updated the client-side to use io.Content with a little specialization necessary for clients only.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Co-authored-by: Ludovic Orban <lorban@bitronix.be>
2022-05-30 13:34:51 +02:00
Greg Wilkins
f9b39d932a
Reworked BadMessage handling
...
Throw BadMessage from processing rather than onRequest
2022-05-28 15:49:38 +10:00
Jan Bartel
75cd28405a
Enable more ee9 servlet tests
2022-05-25 14:07:41 +10:00
Jan Bartel
39c5395fb1
Add --reads org.eclipse.jetty.logging to surefire config
2022-05-24 20:34:13 +10:00
Greg Wilkins
6161bc40ec
Jetty 12 gzip handler ( #8037 )
...
Added more tests and fixes for GzipHandler
* correctly implemented gather writes to reuse content buffer if not fully consumed.
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Co-authored-by: Lachlan Roberts <lachlan@webtide.com>
2022-05-24 17:17:45 +10:00
Simone Bordet
d2df269752
Merged branch 'jetty-11.0.x' into 'jetty-12.0.x'.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-05-23 16:38:12 +02:00
Greg Wilkins
22c1a2e901
Fixed webdefault-eeX.xml references
2022-05-13 10:16:06 +02:00
Joakim Erdfelt
385f00f72b
Merge remote-tracking branch 'jetty-11.0.x' into `jetty-12.0.x`
2022-05-11 16:52:08 -05:00
Greg Wilkins
f90e73ddb5
WIP deploying webapps
2022-05-10 00:02:06 +02:00
Greg Wilkins
90b65a49bf
WIP deploying webapps
2022-05-10 00:02:06 +02:00
Greg Wilkins
04acdb72f0
Jetty-12 Restructure
...
Copied over non ee10 components from the hackathon branch
Co-authored-by: Greg Wilkins <gregw@webtide.com>
Co-authored-by: Jan Bartel <janb@webtide.com>
Co-authored-by: Joakim Erdfelt <joakim@webtide.com>
Co-authored-by: Lachlan Roberts <lachlan@webtide.com>
Co-authored-by: Ludovic Orban <lorban@webtide.com>
Co-authored-by: Olivier Lamy <olamy@webtide.com>
Co-authored-by: Simone Bordet <sbordet@webtide.com>
2022-05-03 15:50:54 +02:00
Greg Wilkins
825fa75993
Jetty-12 Restructure
...
Git moved files into their known new locations
Co-authored-by: Greg Wilkins <gregw@webtide.com>
Co-authored-by: Jan Bartel <janb@webtide.com>
Co-authored-by: Joakim Erdfelt <joakim@webtide.com>
Co-authored-by: Lachlan Roberts <lachlan@webtide.com>
Co-authored-by: Ludovic Orban <lorban@webtide.com>
Co-authored-by: Olivier Lamy <olamy@webtide.com>
Co-authored-by: Simone Bordet <sbordet@webtide.com>
2022-05-03 15:46:22 +02:00