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

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


    from 33ad1e2ecb [maven-release-plugin] prepare for next development 
iteration
     new 3176f92f96 Update org.apache:apache to version 33.
     new 9db6a2288f felix.log: Use OSGi annotations to produce OSGi MANIFEST.MF 
entries.
     new 6947f9b31c felix.log: Clean up.
     new 3a76120cea felix.log: Enable GitHub CI Build.
     new 873121c8a3 GitHub CI Build: Use Maven 3.9.9.
     new f1cf40211e felix.scr: Fix printing of array of primitive types.
     new 2d71c5b90b felix.log: Use Maven Bundle plugin version 6.0.0.

The 7 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:
 .github/workflows/maven-ci.yml                     | 14 +++++--
 log/pom.xml                                        | 49 ++++++++++++++++------
 .../main/java/org/apache/felix/log/Activator.java  | 10 ++++-
 .../org/apache/felix/log/FormatterLoggerImpl.java  |  1 +
 log/src/main/java/org/apache/felix/log/Log.java    |  2 +-
 .../java/org/apache/felix/log/LogEntryImpl.java    |  6 +++
 .../org/apache/felix/log/LogListenerThread.java    |  5 ++-
 .../org/apache/felix/log/LogNodeEnumeration.java   |  2 +
 .../apache/felix/log/LogReaderServiceFactory.java  |  2 +
 .../org/apache/felix/log/LogReaderServiceImpl.java |  7 ++++
 .../org/apache/felix/log/LogServiceFactory.java    |  2 +-
 .../java/org/apache/felix/log/LogServiceImpl.java  | 12 +++++-
 .../java/org/apache/felix/log/LoggerAdminImpl.java |  7 ++++
 .../org/apache/felix/log/LoggerContextImpl.java    |  8 +++-
 .../apache/felix/log/RootLoggerContextImpl.java    | 16 +------
 pom/pom.xml                                        |  2 +-
 .../apache/felix/scr/impl/ComponentCommands.java   |  6 +--
 17 files changed, 108 insertions(+), 43 deletions(-)

Reply via email to