You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by jb...@apache.org on 2021/12/12 17:00:38 UTC

[felix-dev] branch master updated (8792eb5 -> 23a6f42)

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

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


    from 8792eb5  [maven-release-plugin] prepare for next development iteration
     new ef36f3d  FELIX-6319 add configuration printer for framework properties
     new f7535ef  FELIX-6310 use Constants.SYSTEM_BUNDLE_ID and FrameworkDTO
     new b39f9af  FELIX-6319 move to package o.a.f.w.internal.core
     new 5d564d2  add missing space
     new d053f47  sort map by keys
     new 71d888d  Merge branch 'master' into FELIX-6319-framework-properties-plugin
     new 23a6f42  Merge pull request #104 from kwin/FELIX-6319-framework-properties-plugin

The 16326 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:
 .../internal/core/FrameworkPropertiesPrinter.java  | 87 ++++++++++++++++++++++
 .../webconsole/internal/servlet/OsgiManager.java   |  1 +
 2 files changed, 88 insertions(+)
 create mode 100644 webconsole/src/main/java/org/apache/felix/webconsole/internal/core/FrameworkPropertiesPrinter.java