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:20:07 UTC

[sling-org-apache-sling-hc-core] branch master created (now 0872d84)

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-hc-core.git.


      at 0872d84  SLING-7167 Adjust READMEs

This branch includes the following new commits:

     new e02a51d  SLING-3127 - prepare Health Check tools release
     new cc70a24  SLING-3127 - it's Apache Sling ;-)
     new de3d2ed  SLING-3127 - add scm info
     new 14fc8f6  SLING-3127 - use latest parent pom
     new bd011d9  [maven-release-plugin] prepare release org.apache.sling.hc.core-1.0.0
     new 0a0eddd  [maven-release-plugin] prepare for next development iteration
     new 847c584  [maven-release-plugin] prepare release org.apache.sling.hc.core-1.0.2
     new 1e07118  [maven-release-plugin] prepare for next development iteration
     new bba59f5  [maven-release-plugin] prepare release org.apache.sling.hc.core-1.0.4
     new ac5c724  [maven-release-plugin] prepare for next development iteration
     new 0216b3f  GRANITE-3167 : JmxScriptBindingsProvider should use debug log level
     new 71381ce  SLING-3191 : Prevent endless recursion of composite health checks
     new 7b7bf9e  SLING-3192 : Correct metatype information for health checks
     new 0a8f31d  SLING-3192 : Correct metatype information for health checks
     new c582ee2  [maven-release-plugin] prepare release org.apache.sling.hc.core-1.0.6
     new 86ad17a  [maven-release-plugin] prepare for next development iteration
     new 4686f6b  SLING-3192 - metatype typos
     new d0b40a4  SLING-3278 : Provide a HealthCheckExecutor service. Applied modified patch from Georg Henzler. I've changed the methods names and signatures of the executor service and did some implementation changes and code clean ups. This is not the final version, the commit should rather help going forward
     new 97b8186  SLING-3278 : Provide a HealthCheckExecutor service. Applied modified patch from Georg Henzler. I've changed the methods names and signatures of the executor service and did some implementation changes and code clean ups. This is not the final version, the commit should rather help going forward
     new f98e3d7  Update javadocs
     new a7e8c94  SLING-3278 : Provide a HealthCheckExecutor service. Only use service.id as cache key, don't hold service reference
     new 2273ac7  SLING-3278 : Provide a HealthCheckExecutor service. Move executor into separate package, reuse Result from HC
     new 36e1cf0  SLING-3278 : Provide a HealthCheckExecutor service. Separate health check meta data into separate class.
     new cc180da  SLING-3278 : Provide a HealthCheckExecutor service. Use ordered result
     new 608d499  HealthCheckMetaData -> HealthCheckMetadata
     new d06fe69  HealthCheckMetaData -> HealthCheckMetadata
     new 12dfaf9  HealthCheckMetaData -> HealthCheckMetadata
     new 7550cb4  SLING-3312 : Move JMX bean registration into core module
     new 3e6b4b4  SLING-3278 : Provide a HealthCheckExecutor service. Change API to execute checks based on tags, add service reference to HealthCheckMetadata
     new f9eb073  SLING-3278 : Provide a HealthCheckExecutor service. Use executor for jmx mbean execution
     new 2ee3ae5  SLING-3278 : Provide a HealthCheckExecutor service. Simplify code for single reference execution, remove cached entry if service is unregistered
     new 43736f3  SLING-3278 : Provide a HealthCheckExecutor service. Don't return a date if execution timed out
     new 794df87  SLING-3278 : Provide a HealthCheckExecutor service. Add hasTimedOut method to execution result
     new f616762  SLING-3278 : Provide a HealthCheckExecutor service. Apply patch from Georg Henzler
     new 18c3fcc  SLING-3207 : Rethinking the mbean registration for health checks
     new 3cca66c  SLING-3323 : Extend ResultLog.Entry to (optionally) hold an exception. Apply patch from Georg Henzler
     new b05c542  SLING-3321 : Incorrect caching behaviour
     new a65c33d  SLING-3321 : Incorrect caching behaviour
     new e344adb  [maven-release-plugin] prepare release org.apache.sling.hc.core-1.1.0
     new d4657d8  [maven-release-plugin] prepare for next development iteration
     new 1063266  Update to parent pom v19
     new 117e20d  SLING-3500 - use HealthCheckExecutor in CompositeHealthCheck - contributed by Georg Henzler, thanks!
     new 4f6c9f8  SLING-3500 - minor tweaks
     new a3b1ed2  SLING-3744 - optionally schedule execution of health checks via cron-like service property. Contributed by Georg Henzler, thanks!
     new 52745e3  SLING-3744 - increase API package version - HealthCheck has a new constant
     new 5920e10  SLING-3744 - if a health check takes a long time to execute we should wait until it's finished before executing it again
     new 734bbb0  SLING-3624 - SlingHealthCheck annotation, contributed by  Bjoern Weide, thanks!
     new b9e3dda  SLING-3624 : Add SlingHealthCheck annotation
     new 176caac  SLING-3624 - move SlingHealthCheck annotation to a new annotations jar
     new 082fc9d  Updated to parent version 20
     new fdb7984  [maven-release-plugin] prepare release org.apache.sling.hc.core-1.1.2
     new 657dc88  [maven-release-plugin] prepare for next development iteration
     new 9d8ef66  Update to Sling Parent POM 22 with baselining enabled
     new 8e21f2d  SLING-3501 - allow for combining Health Checks selection tags with OR in addition to the default AND. Contributed by Georg Henzler, thanks!
     new 6d63566  Correct metatype information
     new 9eb41f3  [maven-release-plugin] prepare release org.apache.sling.hc.core-1.2.0
     new 5a2bc63  [maven-release-plugin] prepare for next development iteration
     new 7eaa10c  SLING-4652 : org.apache.sling.hc.core.impl.executor.AsyncHealthCheckExecutor has an empty metatype description
     new 2ef2092  [maven-release-plugin] prepare release org.apache.sling.hc.core-1.2.2
     new 049efb4  [maven-release-plugin] prepare for next development iteration
     new 4b8bdc8  Add missing licence header
     new c04467a  SLING-4416 - improved exception report - contributed by Georg Henzler, thanks!
     new 5f70d66  SLING-4416 - change status back to CRITICAL as it was before
     new cd181cf  SLING-4698 - Set parent.relativePath to empty for all modules
     new e154af9  Update to Sling Parent 23
     new 4ad39f0  Remove superflous sling.java.version=6 as it's the default now
     new 639e7ba  set parent version to 24 and add empty relativePath where missing
     new 207f19c  SLING-4862 - Health Checks Servlet, contributed by Georg Henzler, thanks!
     new 9249b08  SLING-4862 - add a few (somewhat paranoid) escapes to HTML renderer
     new 27d6830  SLING-4862 - add list of supported URL parameters to HTML output, to make it self-explaining
     new a5dd81c  SLING-4862 - fix HTTP status param info
     new 7ffd763  SLING-4862 - minimalistic txt renderer + fix missing jsonp parameter help text
     new 3716dc7  SLING-4862 - Improved parameter help texts, contributed by Georg Henzler, thanks!
     new 42952b9  SLING-4941 : JMX-configurable OK/NOK-Check for testing purposes. Apply patch from Georg Henzler
     new 9c12de2  SLING-5076 : Allow health check servlet to be disabled. Apply patch from Georg Henzler
     new 71faefa  Update the main reactor to parent 25
     new aa72b47  Switch to parent pom 26
     new f9765e7  SLNG-5415 For timed-out health checks, show result of last finished result
     new 3585e08  SLING-5415 - additional tests for HealthCheckExecutorImpl, contributed by Georg Henzler, thanks!
     new bda864c  SLING-5415 - avoid warning
     new 07ad7c8  SLING-5415 - formatting
     new 0552f9d  SLING-5569 - move Health Checks core integration tests to the core module
     new 5e37f4f  SLING-5569 - test the ExtendedHealthCheckExecutor interface
     new c9f59ae  Fix a number of javadoc errors
     new 6c8e412  Get bundle from a file for Pax Exam, getting it from Maven doesn't work when the release plugin builds this
     new bf12f31  [maven-release-plugin] prepare release org.apache.sling.hc.core-1.2.4
     new 5b64add  [maven-release-plugin] prepare for next development iteration
     new 9e23b75  SLING-5623 Use javax.servlet-api instead of org.apache.felix.http.servlet-api
     new 86e0cbb  SLING-5603 Upgrade Commons Lang to 3.4
     new 8449c7b  SLING-5685 Upgrade Commons IO to 2.5
     new efe8966  SLING-5623 Use javax.servlet-api instead of org.apache.felix.http.servlet-api
     new 54bbffc  import static org.ops4j.pax.exam.CoreOptions.bundle
     new 53eab5b  SLING-5827 - more robust conversion of service properties
     new 0493a01  SLING-5839 : Implementation must not rely on SERVICE_PID
     new b333abc  SLING-5839 : Implementation must not rely on SERVICE_PID
     new b4600dd  SLING-5839 : Implementation must not rely on SERVICE_PID
     new 3d4e55b  SLING-5603 reverted r1741562 to still allow to deploy the newest HC core bundle on older systems (not having commons-lang3)
     new 73d5e85  fix typo in constant
     new 0f1a779  SLING-5874 - avoid wasting 50ms in HealthCheckExecutorImpl - contributed by Georg Henzler, thanks!
     new 4ab93cf  SLING-6126  Introduce HC service property hc.resultCacheTtlInMs for per-HC TTL configuration. Thanks Evgeniy Fitsner for your contribution.
     new 53a4bc2  Correct metatype info
     new 0b56757  Correct metatype info
     new d2348da  SLING-6599 Improve logging in HealthCheckMBeanCreator
     new f9f61b1  fix typos
     new 280506c  [maven-release-plugin] prepare release org.apache.sling.hc.core-1.2.6
     new bc1f231  [maven-release-plugin] prepare for next development iteration
     new 5caefc1  SLING-6693: Replace commons.json usage in org.apache.sling.hc.core
     new e3493ee  SLING-6693: Switch to geronimo provider for javax.json api.
     new a426f72  SLING-6773 - separate HC API from Core
     new becc38b  SLING-6822 - include separate Finished At column header
     new 028c0de  SLING-6803 - ensure that Health Check servlet responds on root path
     new 8b184d1  SLING-6803 - ensure that Health Check servlet responds on root path. fix IT
     new 69f537b  SLING-6806 - add tags to HTML/JSON Health Check output
     new c009f7e  SLING-6806 - move tags in HTML output to part of the first column
     new 65eb649  update to org.apache.sling.commons.johnzon 1.0.0
     new 1527cf4  SLING-6806 improved table layout to save space
     new 8f270b4  SLING-6834 new verbose text format (.verbose.txt) for HC servlet
     new c8c1193  SLING-6834 Fixed IT
     new e42b69f  SLING-6834 IT fix
     new 7248076  [maven-release-plugin] prepare release org.apache.sling.hc.core-1.2.8
     new f3448dc  [maven-release-plugin] prepare for next development iteration
     new b66a69d  SLING-6804 - allow selecting health checks by name
     new b8af06a  SLING-6855 Introducing property hc.warningsStickForMinutes that makes warn HC results sticky for the given minutes
     new 1434929  SLING-6946 Send CORS header Access-Control-Allow-Origin
     new 844b2af  SLING-6855 - more logging + use WARN level for Stick Result header
     new c130f61  SLING-6855 - sticky results were not cached for async HCs
     new e5ea1a7  SLING-6855 - test async sticky results
     new 41d362c  SLING-7040 : Update commons lang 2.x to 3.5
     new af47a73  SLING-7069 - provide option to combine tags with or
     new 0872d84  SLING-7167 Adjust READMEs

The 130 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>'].