This is an automated email from the ASF dual-hosted git repository.
paulrutter pushed a change to branch http.jetty12.ee10
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
from ec0173dc67 Merge branch 'master' into http.jetty12.ee10
add 7d7d1abb91 Set up default protection ruleset for default and release
branches
add 85879e77c0 Merge pull request #504 from
apache/infrastructure-ruleset-bot/default-branch-protection
add 14000ae131 Add a short info for running the TCK
add 469904920f FELIX-6833 : Drop support for Security Manager
add 76322e9ca0 Rename profile
add 2651a951db Use upcoming release - this will pass once the release is
out
add d1c9a29816 FELIX-6832 Fix Jetty 12.1 deprecation warnings
add 9faae83b54 FELIX-6832 Remove obsolete
org.apache.felix.jetty.gzip.inflateBufferSize property
add c815a4640d FELIX-6832 Remove inflateBufferSize from HTTP README
add 51ca517db2 FELIX-6832 Add jetty12 CHANGELOG.MD with 2.0.1 entries
add af0a70a7e8 FELIX-6832 README: reflect Servlet API 6.1
add d7bf19b345 FELIX-6832 Provision jetty-compression bundles in
LightClassifierIT
add 5843221196 FELIX-6832 Extend jetty12 CHANGELOG.MD with 2.0.0 release
notes
add 18346fbf9d Merge pull request #509 from
apache/maintenance/FELIX-6832-fix-deprecations
new f15b0681de Merge branch 'master' into http.jetty12.ee10
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.asf.yaml | 14 +
http/README.md | 404 +++++++++++++++++----
http/base/pom.xml | 2 +-
.../http/base/internal/dispatch/Dispatcher.java | 3 +-
.../internal/dispatch/RequestDispatcherImpl.java | 6 +-
.../dispatch/ServletRequestMultipartWrapper.java | 33 +-
.../http/base/internal/handler/ServletHandler.java | 6 -
.../internal/handler/WhiteboardServletHandler.java | 63 +---
.../internal/whiteboard/WhiteboardManager.java | 4 +-
http/itest/pom.xml | 14 +-
http/jetty/README | 5 +-
http/jetty/pom.xml | 2 +-
http/jetty12/CHANGELOG.MD | 31 ++
http/jetty12/README | 2 +-
http/jetty12/pom.xml | 7 +-
.../jetty/internal/ConfigMetaTypeProvider.java | 10 +-
.../felix/http/jetty/internal/JettyConfig.java | 13 +-
.../felix/http/jetty/internal/JettyService.java | 48 ++-
.../felix/http/jetty/it/LightClassifierIT.java | 3 +
http/samples/whiteboard/pom.xml | 2 +-
20 files changed, 449 insertions(+), 223 deletions(-)
create mode 100644 .asf.yaml
create mode 100644 http/jetty12/CHANGELOG.MD