This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/http/jetty-4.x/org.eclipse.jetty.http2-http2-server-9.4.48.v20220622
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
omit 008dca919b Bump http2-server in /http/jetty-4.x
add 372a05a6ac FELIX-6551 | OSGi event blocklisting is not informative
(#168)
add cb553d57b9 FELIX-6551 : Simplify logging, use atomic boolean for
denied flag
add cbb0ca5ef8 [maven-release-plugin] prepare release
org.apache.felix.eventadmin-1.6.4
add 043f416401 [maven-release-plugin] prepare for next development
iteration
add 2370a62da2 [FELIX-6548] Prevent NPE in "manifest" goal with parent
outside reactor
add 892f617430 This closes #169
add 9890bd8596 [FELIX-6550] Add error log when MojoFailureException occurs
add a90b1d2cc0 [maven-release-plugin] prepare release
maven-bundle-plugin-5.1.8
add 8d086ce35a [maven-release-plugin] prepare for next development
iteration
add 75589f81ba update changelog for event admin
add 4da125c736 Update changelog.txt for maven-bundle-plugin
add c11f99e04a FELIX-6553 : RequestDispatcher include is not ignoring
header modifications
add 7c5b508b66 FELIX-6558 : Extend import of servlet package to include
servlet 4
add c8ef5b81d4 FELIX-6559 : Consume Servlet API Version Range (3.x,5] in
Apache Felix Http SSL Filter.
add 8bb97afc08 Remove spurious test result file
add b2180103d9 FELIX-6554 : Exception while starting Felix Configurator
add 6603d69977 FELIX-6560 : Interpolation of embedded arrays does not work
add f3c6e6bff9 Change converter dependency to latest from OSGi
add 7a02678174 [maven-release-plugin] prepare release
org.apache.felix.configadmin.plugin.interpolation-1.2.6
add aec1d91779 [maven-release-plugin] prepare for next development
iteration
add 25b757aabc Fix for FELIX-6563: [Regression] Webconsole REST API
doesn't return Confguration PID when creating a new configuration (#171)
add 4e6c6640bc FELIX-6561 : Vulnerabilities in jquery-ui-1.12.1.js
add dd85e4846f [maven-release-plugin] prepare release
org.apache.felix.webconsole-4.8.4
add bc85dc4454 [maven-release-plugin] prepare for next development
iteration
add 65f985a1ff Update changelog
add f0fe4a234c Configurator: move converter and johnzon deps to latest
version
add 448c41e313 [maven-release-plugin] prepare release
org.apache.felix.configurator-1.0.16
add 623986ce7d [maven-release-plugin] prepare for next development
iteration
add 8815594fba [FELIX-6564] Fixed NPE while retrieving component
descriptions from SCR
add a27dd47244 Merge pull request #172 from amitjoy/fix/npe/scr
add 0f1cf418ba FELIX-6569 - upgrade jetty version to fix CVE-2022-2048
(#175)
add bc8ab7893a Bump http2-server in /http/jetty-4.x
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 (008dca919b)
\
N -- N -- N
refs/heads/dependabot/maven/http/jetty-4.x/org.eclipse.jetty.http2-http2-server-9.4.48.v20220622
(bc8ab7893a)
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.
No new revisions were added by this update.
Summary of changes:
configadmin-plugins/interpolation/pom.xml | 8 +-
.../InterpolationConfigurationPlugin.java | 22 +-
.../InterpolationConfigurationPluginTest.java | 14 +
.../plugin/interpolation/InterpolatorTest.java | 1 -
...TEST-org.osgi.test.cases.configurator-7.0.0.xml | 116 -
configurator/pom.xml | 10 +-
.../felix/configurator/impl/Configurator.java | 2 +-
eventadmin/impl/changelog.txt | 6 +
eventadmin/impl/pom.xml | 2 +-
.../eventadmin/impl/handler/EventHandlerProxy.java | 38 +-
.../internal/dispatch/IncludeResponseWrapper.java | 129 +
.../internal/dispatch/RequestDispatcherImpl.java | 3 +-
.../dispatch/IncludeResponseWrapperTest.java | 103 +
.../internal/dispatch/IncludeResponseWrapper.java | 129 +
.../internal/dispatch/RequestDispatcherImpl.java | 3 +-
.../dispatch/IncludeResponseWrapperTest.java | 103 +
http/jetty-4.x/pom.xml | 2 +-
http/sslfilter/pom.xml | 2 +-
.../impl/runtime/ServiceComponentRuntimeImpl.java | 17 +
tools/maven-bundle-plugin/changelog.txt | 74 +
tools/maven-bundle-plugin/pom.xml | 6 +-
.../src/it/existing-metadata-no-update/.gitignore | 1 +
.../pom.xml | 35 +-
.../it/existing-metadata-no-update/prebuild.groovy | 9 +-
.../target/classes/META-INF/MANIFEST.MF | 0
...rg.apache.felix_maven-bundle-plugin_manifest_xx | 0
.../verify.groovy | 4 +-
.../apache/felix/bundleplugin/ManifestPlugin.java | 20 +-
webconsole-plugins/memoryusage/pom.xml | 2 +-
webconsole/changelog.txt | 42 +
webconsole/pom.xml | 8 +-
.../res/lib/{jquery-3.5.1.js => jquery-3.6.1.js} | 427 +-
...ry-migrate-3.3.0.js => jquery-migrate-3.4.0.js} | 492 +-
.../debug-resources/res/lib/jquery-ui-1.12.1.js | 13 -
.../debug-resources/res/lib/jquery-ui-1.13.2.js | 19062 +++++++++++++++++++
.../internal/configuration/ConfigAdminSupport.java | 3 +-
.../internal/configuration/ConfigManager.java | 3 +-
.../src/main/resources/res/lib/jquery-3.5.1.js | 2 -
.../src/main/resources/res/lib/jquery-3.6.1.js | 2 +
.../main/resources/res/lib/jquery-migrate-3.3.0.js | 2 -
.../main/resources/res/lib/jquery-migrate-3.4.0.js | 2 +
.../src/main/resources/res/lib/jquery-ui-1.12.1.js | 13 -
.../src/main/resources/res/lib/jquery-ui-1.13.2.js | 6 +
.../images/ui-bg_glass_55_fbf9ee_1x400.png | Bin 393 -> 445 bytes
.../images/ui-bg_glass_65_ffffff_1x400.png | Bin 265 -> 317 bytes
.../images/ui-bg_glass_75_dadada_1x400.png | Bin 323 -> 375 bytes
.../images/ui-bg_glass_75_e6e6e6_1x400.png | Bin 324 -> 376 bytes
.../images/ui-bg_glass_95_fef1ec_1x400.png | Bin 390 -> 442 bytes
.../ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 325 -> 377 bytes
.../smoothness/images/ui-icons_222222_256x240.png | Bin 7025 -> 7077 bytes
.../smoothness/images/ui-icons_2e83ff_256x240.png | Bin 4676 -> 4670 bytes
.../smoothness/images/ui-icons_454545_256x240.png | Bin 7090 -> 7142 bytes
.../smoothness/images/ui-icons_888888_256x240.png | Bin 7111 -> 7163 bytes
.../smoothness/images/ui-icons_cd0a0a_256x240.png | Bin 4676 -> 4670 bytes
.../res/lib/themes/smoothness/jquery-ui.css | 4 +-
.../src/main/resources/templates/main_header.html | 6 +-
56 files changed, 20353 insertions(+), 595 deletions(-)
delete mode 100644 configurator/TEST-org.osgi.test.cases.configurator-7.0.0.xml
create mode 100644
http/base-4.x/src/main/java/org/apache/felix/http/base/internal/dispatch/IncludeResponseWrapper.java
create mode 100644
http/base-4.x/src/test/java/org/apache/felix/http/base/internal/dispatch/IncludeResponseWrapperTest.java
create mode 100644
http/base/src/main/java/org/apache/felix/http/base/internal/dispatch/IncludeResponseWrapper.java
create mode 100644
http/base/src/test/java/org/apache/felix/http/base/internal/dispatch/IncludeResponseWrapperTest.java
create mode 100644
tools/maven-bundle-plugin/src/it/existing-metadata-no-update/.gitignore
copy tools/maven-bundle-plugin/src/it/{archiver =>
existing-metadata-no-update}/pom.xml (62%)
copy configadmin/src/main/java/org/apache/felix/cm/package-info.java =>
tools/maven-bundle-plugin/src/it/existing-metadata-no-update/prebuild.groovy
(78%)
copy
dependencymanager/org.apache.felix.dependencymanager.annotation/src/.gitignore
=>
tools/maven-bundle-plugin/src/it/existing-metadata-no-update/target/classes/META-INF/MANIFEST.MF
(100%)
copy
ipojo/manipulator/bnd-ipojo-plugin/src/main/appended-resources/META-INF/NOTICE
=>
tools/maven-bundle-plugin/src/it/existing-metadata-no-update/target/maven-bundle-plugin/org.apache.felix_maven-bundle-plugin_manifest_xx
(100%)
copy tools/maven-bundle-plugin/src/it/{archiver =>
existing-metadata-no-update}/verify.groovy (92%)
rename webconsole/src/main/debug-resources/res/lib/{jquery-3.5.1.js =>
jquery-3.6.1.js} (96%)
mode change 100644 => 100755
rename webconsole/src/main/debug-resources/res/lib/{jquery-migrate-3.3.0.js =>
jquery-migrate-3.4.0.js} (58%)
mode change 100644 => 100755
delete mode 100644
webconsole/src/main/debug-resources/res/lib/jquery-ui-1.12.1.js
create mode 100755
webconsole/src/main/debug-resources/res/lib/jquery-ui-1.13.2.js
delete mode 100644 webconsole/src/main/resources/res/lib/jquery-3.5.1.js
create mode 100755 webconsole/src/main/resources/res/lib/jquery-3.6.1.js
delete mode 100644
webconsole/src/main/resources/res/lib/jquery-migrate-3.3.0.js
create mode 100755
webconsole/src/main/resources/res/lib/jquery-migrate-3.4.0.js
delete mode 100644 webconsole/src/main/resources/res/lib/jquery-ui-1.12.1.js
create mode 100755 webconsole/src/main/resources/res/lib/jquery-ui-1.13.2.js