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 f6d48fa Update mapping to jakarta.servlet
discard 09bda50 Update implementation to use jakarta packages
discard 18c6a68 Remove unused instructions
discard 13c2991 Update jetty to Jetty 11, jakarta servlet api
discard b4a729e Add servlet 4.0 methods
discard 1ab31cc Add missing attribute mappings
discard 8982366 Remove unused instructions
discard ddfe194 Update jetty to Jetty 11, jakarta servlet api
add 0959452 [FELIX-6461] Fix retry logic in FileInstall DirectoryWatcher
add 2728b1a Merge pull request #127 from jbonofre/FELIX-6461
add 2083577 [maven-release-plugin] prepare release
org.apache.felix.fileinstall-3.7.4
add 231bf2e [maven-release-plugin] prepare for next development iteration
add 0817ae1 FELIX-6498 : Support servlet api 4.0
new dbb517c Update jetty to Jetty 11, jakarta servlet api
new 7ad1040 Remove unused instructions
new 755e39f Add missing attribute mappings
new a9bd6a8 Add servlet 4.0 methods
new fd0d1cf Update jetty to Jetty 11, jakarta servlet api
new 294ce73 Remove unused instructions
new b898feb Update implementation to use jakarta packages
new fb961d8 Update mapping to jakarta.servlet
new 6d7ac08 Update to jakarta packages
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 (f6d48fa)
\
N -- N -- N refs/heads/http/jakarta (6d7ac08)
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 9 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:
fileinstall/pom.xml | 2 +-
.../fileinstall/internal/DirectoryWatcher.java | 2 +-
.../internal/registry/PathResolverFactory.java | 8 ++--
.../internal/registry/PathResolverFactoryTest.java | 52 +++++++++++++++++-----
4 files changed, 47 insertions(+), 17 deletions(-)