You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:18:40 UTC

[sling-org-apache-sling-commons-log] branch master created (now 8bd0951)

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

rombert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-log.git.


      at 8bd0951  SLING-7167 Adjust READMEs

This branch includes the following new commits:

     new 9dd606c  SLING-865 : Move to bundles
     new b41b1f4  SLING-865 : Adjust reactor pom and svn information in each module.
     new 4b5a3ac  SLING-865 : Adjust path to parent pom and add profiles for samples and contrib
     new d43b786  Correctly prevent JavaDoc generation
     new 3768cf5  SLING-916 move non-exported packages to internal packages
     new 6a25cf7  Use release parent pom
     new c2fb0a2  [maven-release-plugin] prepare release org.apache.sling.commons.log-2.0.4-incubator
     new ca31151  [maven-release-plugin] prepare for next development iteration
     new 6aafeab  Use next dev version of parent pom
     new 5920401  Set parent pom to released version.
     new ba6c53f  Move Sling to new TLP location
     new 619a314  Move Sling to new TLP location
     new 8b5dfea  SLING-1011 : Remove disclaimer file.
     new a9d7290  SLING-1011 : Adjust svn location
     new cfbb1b3  SLING-1011 : Remove disclaimer from readme's, adjust links to webite, fix versions in poms.
     new 6bdff92  SLING-1033 Upgrade to Sling parent POM 6 (and ensure web app has the leglize stuff, too)
     new 16a3a84  Add Bundle-DocURL
     new 735addb  SLING-978 Add support for scheduled log rotation analogous to Log4J's DailyRollingFileAppender.
     new d252c57  SLING-1060 Add support for implicit log writer configuration for logger configurations referring to "unconfigured" log files
     new 0b1a76b  SLING-1060 Fix wrong check with existing log writer (must be == instead of !=)
     new ca543d3  SLING-1062 Add web console plugin (requires post 1.2.10 trunk build or later web console for best results)
     new c91244a  Wrong package name of MessageFormat class
     new 6796402  SLING-1068 Require org.osgi.framework version 1.3 (instead of 1.4) and set a service property to prevent ClassCastException in 2.0.2-incubator Sling Engine bundle upon servlet registration
     new b049c3d  [maven-release-plugin] prepare release org.apache.sling.commons.log-2.0.6
     new 31e4433  [maven-release-plugin] prepare for next development iteration
     new ad69c54  SLING-1074 - SlingLogWriterTest failed under Windows
     new bcb655a  SLING-1076 Apply patch by Dave Brosius (thanks)
     new 38e2ae5  Clean up code
     new ab3dc1d  Clean up code
     new c17fafe  SLING-1205 Upgrade all projects to parent POM 8 and use OSGi provided OSGi libraries
     new aa00eac  SLING-1299 : Provide a web console configuration printer for the log files
     new 05ab30c  SLING-1326 use ConcurrentHashMap instead of HashMap to prevent concurrency issues accessing the configurations.
     new 8a53e92  SLING-1299 : Provide a web console configuration printer for the log files All rotated log files are now added to the zip - requires latest Apache Felix WebConsole
     new d7ab9cb  Remove code warnings.
     new c36ffd9  Use released version of the web console
     new 78e3831  Use released parent pom.
     new afa2e61  SLING-1739 Upgrade to SLF4J API 1.5.11 and export slf4j.spi and slf4j.helper subpackages (Thanks Jason Rose for providing the patch)
     new b91a071  SLING-1739 Reverting the export of the slf4j.spi and slf4j.helpers packages due to the veto.
     new ccbc058  SLING-1832 : Remove direct dependency to web console by using new configuration printer support
     new f9ec329  SLING-1832 : Remove direct dependency to web console by using new configuration printer support
     new f79d9c9  updating all modules to parent 10-SNAPSHOT in anticipation of emma additions to parent
     new cb7cd3b  Update to recent snapshots
     new fb92cba  SLING-1482 Encapsulate Configuration Admin support to (a) not require Configuration Admin API to operate and (b) not export Configuration Admin API CAUTION: This is largely untested
     new ebcd791  Unregister listeners on bundle stop
     new 88704f7  Use latest releases.
     new 5486712  SLING-1898 Adapt output to WebConsule's JQuery UI use and add a status line indicating the number of loggers used, the number of configurations received and the number of log writers active
     new 17413bb  Remove obsolete licence and notice files
     new 919eef6  [maven-release-plugin] prepare release org.apache.sling.commons.log-2.1.0
     new 384f070  [maven-release-plugin] prepare for next development iteration
     new e280482  SLING-1912 Properly re-import Log Service API and set minimum version for the dynamic Configuration Admin API import
     new 22dc03c  SLING-1927 Upgrade to SLF4J 1.6.1. This requires some internal refactoring because the MessageFormatter now returns FormatterTuple and has support for logging statements of the form log.info(pattern, arg0, arg1, ..., argn, throwable). Also LocationAwareLogger API has been adapted. Finally fix the export/import list to not re-import Commons Logging and Log4J API, since we just implement this API and if there is some other implementation and export for it, we don't care.
     new e025d1b  [maven-release-plugin] prepare release org.apache.sling.commons.log-2.1.2
     new 7615f9a  [maven-release-plugin] prepare for next development iteration
     new c64d54c  fixing emma build problem
     new 9a72e46  SLING-2164 - suppressing m2eclipse errors
     new 0fc7a8f  Update to recent snapshot
     new 3d1e9ca  Using latest released parent pom
     new d7735f2  SLING-2187 - adding new module to contain our custom notice file; adding remote-resources plugin configuration to parent pom and removing all existing appended-resources NOTICE files
     new c9b5c18  temporarily using snapshots during release vote
     new 6a552ff  using latest releases
     new 1c201c5  SLING-2193 - adding JUL support (optionally if framework property org.apache.sling.commons.log.julenabled is "true")
     new de88572  SLIGN-2224 Factor OSGi LogService implementation out into a separate bundle and don't embedd SLF4J API, logf4-over-slf4j, and jcl-over-slf4j any longer. Reflect this change in the Bundle Name (the symbolic name is still the same).
     new fef5a44  SLING-2243 - adding factoryPid to hand crafted metatype.xml
     new 3aa3465  SLING-2373 Unless explicit configuration file or configurator is set in system properties, a dummy configurator is configured and log manager is forced to read it.
     new 8ef7969  SLING-2373 Remove configurator system property again
     new 5e32a7e  SLING-2374 Update to SLF4J 1.6.4 and improve SLF4J API import to ensure proper version range on implemented org.slf4j and org.slf4j.spi packages
     new cce4ed1  [maven-release-plugin] prepare release org.apache.sling.commons.log-3.0.0
     new 1a29db1  [maven-release-plugin] prepare for next development iteration
     new e8bcc32  SLING-2395 Fix default value for log file size in metatype descriptor
     new 11b212b  SLING-2480 : Add config for maven-sling-plugin to m2e configuration
     new d6186f5  Update to latest parent pom
     new e4cffd7  Use released versions
     new 92f25d6  SLING-2614 support numeric log levels for configuration in addition to strings and add unit tests for the level conversions
     new 53d6b54  SLING-2397 Use ServiceFactory approach and dynamic import of Servlet API to delay creation of the log panel until used. This prevents startup errors and makes the panel available as soon as the Servlet API is available and it is actually used by the Web Console (which in turn also requires the Servlet API)
     new 16ed869  SLING-2397 Update the bundle configuration for dynamic import of the Servlet API
     new 9f2f9da  SLING-2149 Fixed. Added fallback to Stdout on permission denied and added unit tests to simulate the issue.
     new 7f4fa2a  SLING-2149 Attempt to make the test classes build on JDK1.5 even if they dont run.
     new 30900bb  SLING-2633 Raised unit test coverage from arround 40% to about 70%. Not everything is covered. I have tried not to be too strict so it doesnt become a maintanence overhead if dependencies change.
     new 9859fc0  SLING-2643 Patch from Dan Klco that disables the tests if the OS and user that is running the tests can still write after they have been denied. ie Windows7 + Administrator user. Thanks for the patch and the analysis.
     new 1970d61  Use latest releases and update to new parent pom
     new 30fd820  Update to latest parent pom and use latest releases in launchpad
     new bad8b72  SLING-2745 fixed.
     new 2a3d6cb  Correct reactor pom and update to parent pom 16
     new 4b048c2  Update to latest parent pom
     new 020825a  Remove useless JavaDoc links
     new 505404e  [maven-release-plugin] prepare release org.apache.sling.commons.log-3.0.2
     new b99e8a4  [maven-release-plugin] prepare for next development iteration
     new f780220  SLING-2024 Apply slightly modified patch by Chetan Mehrotra (thanks alot)
     new 90e2089  Inline EPL1 in the LICENSE file
     new 9062db0  SLING-3037 : IllegalArgumentException in logback Logger. Apply patch from Chetan Mehrotra
     new f626108  SLING-3037 : IllegalArgumentException in logback Logger. Apply patch from Chetan Mehrotra
     new 63cad9c  Update to parent pom 18
     new 41befeb  SLING-3045 - [logback]Warning logs logged for 'No appenders present in context [sling] for logger'
     new aeb3063  SLING-3047 - Log message from other loggers get added to error.log
     new 2d50f2d  SLING-3060 :  Enable Logback to use OSGi services for Filters and TurboFilters . Apply patch from Chetan Mehrotra
     new 12b1cfe  SLING-3069 :  Allow attaching an Appender to a Logger without changing its existing Log level
     new dc8f3ea  SLING-3069 :  Allow attaching an Appender to a Logger without changing its existing Log level
     new 85c498c  SLING-3069 :  Allow attaching an Appender to a Logger without changing its existing Log level
     new 2faa116  SLING-3069 :  Allow attaching an Appender to a Logger without changing its existing Log level
     new 53dd490  Use latest maven bundle plugin
     new baa893a  SLING-2024 : Make additivity configurable for a logger
     new 4f159dd  SLING-3185 - avoid ClassCastException caused by slf4j not being fully initialized. Contributed by Chetan Mehrotra, thanks!
     new 9375e02  SLING-3189 - slightly modified version of Chetan's patch which if needed waits for SLF4J in a separate thread
     new 70c1ea4  SLING-3242 - Allow referring to OSGi appenders from within Logback config
     new ec86f6f  SLING-3049 - Make Logback Stacktrace Packaging data support OSGi aware
     new f597a0f  SLING-3243 Update the Slf4j API bundle to 1.7.5
     new 2198a07  SLING-3049 - Make Logback Stacktrace Packaging data support OSGi aware
     new 873654d  SLING-2024 - Replace file logger with logback
     new 182ce5b  SLING-2024 - Replace file logger with logback
     new a2ecfe6  [maven-release-plugin] prepare release org.apache.sling.commons.log-4.0.0
     new 64e9052  [maven-release-plugin] prepare for next development iteration
     new 2c1d340  SLING-2024 - Replace file logger with logback
     new 9e89b74  SLING-2024 - Replace file logger with logback
     new d0f64ab  SLING-3253 Remove checked in Logback related classes before 4.x release
     new b1bc1aa  SLING-3049 - Make Logback Stacktrace Packaging data support OSGi aware
     new c46fda9  SLING-3258 - [regression] Sling log support webconsole no longer links to logger configurations
     new 61f9217  SLING-3257 - Make logback packaging data in stacktraces configurable
     new 6407533  SLING-2897 - [LOG] Enhance web console plugin with edit feature
     new acd158f  SLING-3049 - Make Logback Stacktrace Packaging data support OSGi aware
     new 3284d46  SLING-3286 - Remove plugin version overrides from poms
     new 9f8dee1  SLING-3251 - Enable Logback ChangeLevelDispatcher by default if JUL Integration is enabled
     new ddd14d6  SLING-3341 - [logback] Race condition in configuring Logback
     new f41865b  SLING-3341 - [logback] Race condition in configuring Logback
     new a1176f7  SLING-3344 - adding more exported packages to log bundle
     new 87ece43  SLING-3344 - adding all classic and core logback packages as exported
     new 4e4cc75  SLING-3037 - IllegalArgumentException in logback Logger
     new 3629251  SLING-3363 - Make Logback status part of Configuration Printer output
     new 05c3802  SLING-3045 - [logback]Warning logs logged for 'No appenders present in context [sling] for logger'
     new 2dc97fa  SLING-3045 - [logback]Warning logs logged for 'No appenders present in context [sling] for logger'
     new c3d5245  SLING-3045 - [logback]Warning logs logged for 'No appenders present in context [sling] for logger'
     new 1313611  SLING-3410 - Log the Logback initialization related logs to normal log for transient errors
     new 14681ef  SLING-3410 - Log the Logback initialization related logs to normal log for transient errors
     new d02c382  SLING-3411 - Enable configuring the maxCallerDataDepth in Logback LoggerContext
     new 30a884e  SLING-3275 - Add Buffered Logging Configuration in "Apache Sling Logging Logger"
     new 59ae9d9  SLING-3364 - All rotated log files are not made part of the zip provided through webconsole
     new 03a7b2a  [maven-release-plugin] prepare release org.apache.sling.commons.log-4.0.0
     new d409af9  [maven-release-plugin] prepare for next development iteration
     new bdbc0bc  Update to parent pom v19
     new a89fa4b  SLING-3705 - Update Logback version to 1.1.2
     new f88dd43  Updated to parent version 20
     new 2e87539  SLING-3813 - Pax-Exam tests fail when executed under Java 8
     new 587f138  SLING-3813 - Pax-Exam tests fail when executed under Java 8
     new 662f6fd  Update to Sling Parent POM 22 with baselining enabled
     new 0f859f5  SLING-4225 - The root directory for Sling logging should be configurable explicitly
     new 1724dfc  SLING-4408 - Support setting logger levels to Off
     new ae9f3c5  SLING-4552 : Escape output in webconsole plugin
     new d08c976  [maven-release-plugin] prepare release org.apache.sling.commons.log-4.0.2
     new f4a46af  [maven-release-plugin] prepare for next development iteration
     new 2b7ad43  Add missing licence headers and excludes for rat
     new a2ba855  SLING-4698 - Set parent.relativePath to empty for all modules
     new 19068fe  SLING-4726 Log Service: Enable Name Hint for Web Console Log Config Entries
     new 7e94303  Update to Sling Parent 23
     new dba0d85  Remove superflous sling.java.version=6 as it's the default now
     new 55a25cb  Tolerate empty system options for coverage in Pax-Exam tests
     new cc31923  set parent version to 24 and add empty relativePath where missing
     new 00460c2  SLING-4840 - Provide an option to disable a set of logger via config
     new 74b1218  SLING-4764 - ClassCastException when trying to modify properties in custom appender Service
     new 99cfff9  SLING-3421 - logback initialization does not initialize correct loggers if there's a single false one
     new 16902d7  SLING-4788 - SlingConfigurationPrinter should use mode aware and only stream the full logs in the zip version and avoid duplicate information
     new fee8675  SLING-4788 - SlingConfigurationPrinter should use mode aware and only stream the full logs in the zip version and avoid duplicate information
     new 5bb2479  SLING-4904 - Log Config printer should only dump last 'n' lines of the logs
     new 629ad85  SLING-4905 - Log WebConsole Plugin should provide link to actual log file
     new c71ef30  SLING-4907 - Provide support for registering Filter with all configured appenders
     new e0f262d  SLING-4906 - Reduce (transitive) package dependencies
     new cdab327  SLING-4839 - Allow to configure logger additivity via OSGi Config UI
     new b93dffa  SLING-4906 - Reduce (transitive) package dependencies
     new d499d5d  [maven-release-plugin] prepare release org.apache.sling.commons.log-4.0.4
     new f2462e0  [maven-release-plugin] prepare for next development iteration
     new 3301133  SLING-4914 - LogPanel should pass appender name as request parameter
     new 57d399f  [maven-release-plugin] prepare release org.apache.sling.commons.log-4.0.6
     new b169f78  [maven-release-plugin] prepare for next development iteration
     new 5a03938  Update the main reactor to parent 25
     new db4c16f  Add Appender service test for ROOT logger
     new e369600  Switch to parent pom 26
     new f96b4bb  SLING-5092 - Missing Content type for system/console/slinglog/tailer.txt
     new 136a7d0  SLING-5932 - Move Web Console Plugin to separate bundle
     new ab22035  SLING-6144 - Update logback dependency to 1.1.7
     new 57d5ca6  SLING-6142 - Add grep like support in Log Tailer
     new 01b222b  SLING-5756 - Async appender is not started upon reattach in case of log config change
     new e2eed61  [maven-release-plugin] prepare release org.apache.sling.commons.log-5.0.0
     new ed41bcb  [maven-release-plugin] prepare for next development iteration
     new ed5bf50  Update to parent pom 29
     new e42d278  SLING-6220 - [log] Perform initial configuration from framework properties synchronously
     new b4c48f5  commons.log: inherit the depends-maven-plugin version from master
     new 98f51b6  use Sling Parent 30
     new 1b82acb  SLING-6624 - LogConfigManager reports incorrect config pid when duplicate categories are defined
     new a63034e  [maven-release-plugin] prepare release org.apache.sling.commons.log-5.0.2
     new 3a8788a  [maven-release-plugin] prepare for next development iteration
     new 0b98296  SLING-7157 : metatype.properties file must not be in OSGI-INF/metatype
     new 8bd0951  SLING-7167 Adjust READMEs

The 190 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.


-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].