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 3e85259  Update implementation to use jakarta packages
 discard 6b63c52  Remove unused instructions
 discard 487b5f2  Update jetty to Jetty 11, jakarta servlet api
 discard f0819d5  Add servlet 4.0 methods
 discard e1cc15c  Add missing attribute mappings
 discard 53128f6  Remove unused instructions
 discard 0638ae6  Update jetty to Jetty 11, jakarta servlet api
     add 2ee99c9  [FELIX-6495] fix BND inconsistency for reproducibility in BND
     add cb0c9d7  Merge pull request #126 from hboutemy/master
     add ea0691e  [FELIX-6494] add version to Created-By entry
     add 09025c6  Merge pull request #125 from hboutemy/FELIX-6494
     add 18826a5  [maven-release-plugin] prepare release 
maven-bundle-plugin-5.1.4
     add b35e3d5  [maven-release-plugin] prepare for next development iteration
     add dc109ad  To support Java 14 release
     add e649a8a  asm-support-java18
     add bf412d5  Merge pull request #14 from nroduit/java-14
     add d3bc7fd  FELIX-6498 : Support servlet api 4.0
     new ddfe194  Update jetty to Jetty 11, jakarta servlet api
     new 8982366  Remove unused instructions
     new 1ab31cc  Add missing attribute mappings
     new b4a729e  Add servlet 4.0 methods
     new 13c2991  Update jetty to Jetty 11, jakarta servlet api
     new 18c6a68  Remove unused instructions
     new 09bda50  Update implementation to use jakarta packages
     new f6d48fa  Update mapping to jakarta.servlet

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   (3e85259)
            \
             N -- N -- N   refs/heads/http/jakarta (f6d48fa)

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 8 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    |  3 +-
 .../http/base/internal/dispatch/RequestInfo.java   | 35 +++++++--------
 .../internal/dispatch/ServletResponseWrapper.java  |  7 ++-
 .../base/internal/registry/PathResolution.java     |  6 +++
 .../internal/registry/PathResolverFactory.java     | 50 ++++++++++++++++++++--
 .../base/internal/service/ServletContextImpl.java  | 13 ++++--
 .../whiteboard/SharedServletContextImpl.java       |  7 ++-
 tools/maven-bundle-plugin/pom.xml                  |  4 +-
 .../pom.xml                                        | 32 +++++++++++---
 .../verify.groovy                                  |  0
 .../apache/felix/bundleplugin/BundlePlugin.java    | 31 +++++++++++++-
 .../apache/felix/bundleplugin/ManifestPlugin.java  |  6 ++-
 tools/org.apache.felix.scr.generator/pom.xml       |  6 +--
 13 files changed, 158 insertions(+), 42 deletions(-)
 copy tools/maven-bundle-plugin/src/it/{reproducible => 
reproducible-manifest}/pom.xml (70%)
 copy tools/maven-bundle-plugin/src/it/{reproducible => 
reproducible-manifest}/verify.groovy (100%)

Reply via email to