This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a change to branch http/jakarta
in repository https://gitbox.apache.org/repos/asf/felix-dev.git.


 discard e924e80  Add servlet 4.0 methods
 discard 1326dae  Add missing attribute mappings
 discard 78eefc3  Remove unused instructions
 discard 8dc97db  Update jetty to Jetty 11, jakarta servlet api
     add 8d80e57  FELIX-6498 : Support servlet api 4.0
     add 802ec33  FELIX-6498 : Support servlet api 4.0
     new 3330d4c  Update jetty to Jetty 11, jakarta servlet api
     new 5c45729  Remove unused instructions
     new caaea7b  Add missing attribute mappings
     new 2369ee1  Add servlet 4.0 methods
     new c8144e2  Update jetty to Jetty 11, jakarta servlet api
     new d3b4e8f  Remove unused instructions

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e924e80)
            \
             N -- N -- N   refs/heads/http/jakarta (d3b4e8f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 6 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:
 .../http/base/internal/dispatch/Dispatcher.java    |  6 +-
 .../internal/dispatch/RequestDispatcherImpl.java   | 10 ++-
 .../http/base/internal/dispatch/RequestInfo.java   | 56 +++++++++++++-
 .../internal/dispatch/ServletRequestWrapper.java   | 29 ++++++-
 .../internal/dispatch/ServletResponseWrapper.java  |  6 +-
 .../base/internal/registry/PathResolution.java     |  6 +-
 .../base/internal/registry/ServletRegistry.java    |  4 +-
 .../base/internal/service/ServletContextImpl.java  | 88 ++++++++++++++++++++--
 .../whiteboard/SharedServletContextImpl.java       | 33 +++-----
 http/bridge/pom.xml                                |  5 +-
 http/itest/pom.xml                                 |  2 +-
 http/jetty/pom.xml                                 |  4 +-
 12 files changed, 201 insertions(+), 48 deletions(-)

Reply via email to