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

rombert pushed a change to annotated tag org.apache.sling.discovery.oak-1.2.14
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-oak.git.


      at f84e207  (tag)
 tagging 38a4ab4cad17b2509a7bf65345498b65407d3d0a (commit)
      by Stefan Egli
      on Mon Sep 26 09:55:45 2016 +0000

- Log -----------------------------------------------------------------
org.apache.sling.discovery.oak-1.2.14
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new d1c3dce  SLING-4603 : added discovery.oak to the project - this is 
based on discovery.base, which handles topology connectors and contains a few 
other base classes that were factored out of discovery.impl for exactly this 
reuse
     new f889c65  SLING-4603 : some minor wording change
     new c03ca86  SLING-4603 : more aggressively clearing the idMap-cache to 
avoid stale entries on slingId change - plus added getSyncHistory to 
BaseSyncTokenConsistencyService to allow adding it to the webconsole for debug 
- plus some cleanup in webconsole wrt discoveryLite info
     new f030cb5  SLING-4603 : introducing configuration for syncToken 
enabling/disabling - plus using the ConsistencyServiceChain - plus more details 
when PROPERTIES_CHANGED
     new f32fadf  SLING-5173 : re-added complete consistency-history after 
introducing splitting them and using the ConsistencyServiceChain. Probably 
should be refactored into something slightly nicer though
     new e993509  SLING-5188 : similar to moving discovery.impl's topology 
webconsole, do the same for discovery.oak
     new e2707dd  SLING-5094 / SLING-5173 / SLING-4603 related : ensure that 
before invoking the ConsistencyService.sync no async events are still in the 
queue. This is achieved by enqueueing an async event too that once it gets 
triggered ensures that no async events are left. This mechanism ensures that 
before the syncToken is written, all TopologyEventListeners have received a 
TOPOLOGY_CHANGING - and only that guarantees that the syncToken mechanism 
carries a high guarantee.
     new 38813a3  SLING-5191 / SLING-4603 : rename ConsistencyService to 
ClusterSyncService - plus making timeout/interval values for the same 
configurable in discovery.oak
     new f845fb8  SLING-4603 : method renamed : handlePotentialTopologyChange, 
which is slightly confusing anyway, renamed to checkForTopologyChange
     new bf3ac64  SLING-4603 : switch to discovery.base/.commons 1.0.0
     new d22f2a2  [maven-release-plugin] prepare release 
org.apache.sling.discovery.oak-1.0.0
     new cf00b6e  [maven-release-plugin] prepare for next development iteration
     new 76cc1ee  update discovery dependencies to next snapshot versions until 
release versions available in maven central
     new 680771e  SLING-5214: include millis in testing log formats
     new ed30aaa  SLING-5215 : fixed getTopology to return the correct, 
previous oldView when the view is undefined, ie not current. This is achieved 
by making sure OakDiscoveryService sets the oldView whenever the view changes
     new 9ef7c5d  SLING-5216 / SLING-5195 : more test cases added
     new 122527a  @no-jira : adjusted discovery.base and .commons dependency to 
1.0.2
     new 524b1a9  [maven-release-plugin] prepare release 
org.apache.sling.discovery.oak-1.0.2
     new 155b4a1  [maven-release-plugin] prepare for next development iteration
     new ba02791  @no-jira : adjusted discovery.base and .commons dependency to 
1.0.3-SNAPSHOT
     new 917cac3  SLING-5256 : change in localClusterSyncTokenId should always 
trigger a TOPOLOGY_CHANGED - ensured by adjusting 
ViewStateManager.onlyDiffersInProperties and 
DefaultTopologyView.compareTopology accordingly including new tests for both - 
plus added OakDiscoveryServiceTest.testDescriptorSeqNumChange to verify that 
discovery.oak now properly detects otherwise-equal topologies when their 
sequence_number==localClusterSyncTokenId differs (unlikely to happen under 
normal load sit [...]
     new 8cc6d0f  SLING-5278 : adding a 2sec safety sleep to avoid failing test 
on jenkins - plus more logging in case it reoccurs
     new 9c09dd4  SLING-5284 : use dedicated PeriodicBackgroundJob-thread 
instead of scheduler
     new 1495890  SLING-5286 : re-activate fast topology change propagation
     new 65e191e  SLING-5284 : new PeriodicBackgroundJob requires upping of 
version to 1.1.0
     new e660d0b  @no-jira using discovery.commons 1.0.4 and discovery.base 
1.1.0
     new db51f6d  [maven-release-plugin] prepare release 
org.apache.sling.discovery.oak-1.1.0
     new 5c615a6  [maven-release-plugin] prepare for next development iteration
     new bd43c5c  @no-jira using discovery.commons 1.0.5-SNAPSHOT and 
discovery.base 1.1.1-SNAPSHOT
     new 7a100d5  no-jira : fixing a log.info message that did not print out 
all parameters
     new e9ab194  SLING-5328 : add missing documentation
     new 5808792  SLING-5326 : adding time-difference health-check 
'ClocksInSyncHealthCheck'
     new 4615883  SLING-5326 : removing unnecessary import
     new c9c8f13  SLING-5326 : adjusted health-check name to be more human 
readable
     new 2b08fde  SLING-5326 : renamed ClocksInSyncHC to SynchronizedClocksHC - 
like that better..
     new aae4a2f  SLING-5326 : corrected peer slingId for outgoing connectors 
that is shown in health-check messages
     new a6311ab  no-jira : switching to discovery.commons 1.0.6 and 
discovery.base 1.1.2
     new 8215919  [maven-release-plugin] prepare release 
org.apache.sling.discovery.oak-1.2.0
     new 17ed775  [maven-release-plugin] prepare for next development iteration
     new e69bb8a  no-jira : switching to discovery.commons 1.0.7-SNAPSHOT and 
discovery.base 1.1.3-SNAPSHOT
     new afa58bc  Remove type from bundle dependencies
     new f075830  Switch to parent pom 26
     new 7a5c7ee  SLING-5458 : support cluster id of discovery lite descriptor 
to be null - in which case discovery.oak stores and reads a clusterId property 
to/from /var/discovery/oak
     new 7bf9afb  SLING-5382 : avoid NPE when PropertyProviders are 
bind/unbind/changed before activate
     new cca6f1e  using earlier released version of discovery bundles for 
discovery.oak 1.2.2 release
     new f23ba39  SLING-5458 : requires changes in discovery.commons, so 
discovery.oak upps the dependency to discovery.commons and both need to be 
released
     new f603f1a  SLING-5458 : using in-release version of discovery.commons 
1.0.8 for releasing discovery.oak 1.2.2
     new 9a29564  [maven-release-plugin] prepare release 
org.apache.sling.discovery.oak-1.2.2
     new b90089c  [maven-release-plugin] prepare for next development iteration
     new 6c25781  switching to discovery.commons 1.0.9-SNAPSHOT for next 
development iteration
     new 7991282  SLING-5464 : using in-release version of discovery.commons 
1.0.10 for releasing discovery.oak 1.2.4
     new 6fe6c0e  [maven-release-plugin] prepare release 
org.apache.sling.discovery.oak-1.2.4
     new 8f4bf6d  [maven-release-plugin] prepare for next development iteration
     new a001240  switching to discovery.commons 1.0.11-SNAPSHOT for next 
development iteration
     new 1adb521  SLING-5480 : adjust query to reflect new naming convention 
used in oak for jmx mbeans
     new 5f7836e  switching discovery.commons 1.0.10 for now, as thats been 
released and stable enough at this point
     new 4e6ff6c  [maven-release-plugin] prepare release 
org.apache.sling.discovery.oak-1.2.6
     new da1c7cb  [maven-release-plugin] prepare for next development iteration
     new 796c800  SLING-5527 Remove Launchpad API dependency from Discovery Oak
     new 0f5eef0  SLING-5600 Fix and update Jackrabbit dependencies
     new 0de70f0  SLING-5598 : exclude slow running test by newly introduced 
Slow junit category - to run them nevertheless use -PincludeSlowTests
     new 10aec79  SLING-5697 Missing null check in OakViewChecker for 
slingHomePath
     new fbc30dc  use org.apache.sling.commons.testing 2.0.26
     new 7ed2d2f  use latest stable releases (Jackrabbit and Oak)
     new 9f70730  [maven-release-plugin] prepare release 
org.apache.sling.discovery.oak-1.2.8
     new 8c1bead  [maven-release-plugin] prepare for next development iteration
     new ddaa6c3  SLING-6020 : reduce 'No Descriptor value available' log error 
down to log warn
     new 2a89103  releng : switching to discovery.base 1.1.4 for the 
discovery.oak 1.2.10 release
     new 6756b4c  [maven-release-plugin] prepare release 
org.apache.sling.discovery.oak-1.2.10
     new 5793d45  [maven-release-plugin] prepare for next development iteration
     new e69784e  SLING-6055 Discovery: Use test scope for sling-mock dependency
     new 233d6c5  SLING-6065 : removed unnecessary log.error which is actually 
a legitimate case at startup
     new b9d8984  SLING-5995 : changing IdMapService from being an OSGi 
EventListener to a Sling ResourceChangeListener
     new 7438070  releng : switching discovery.commons to in-release-process 
1.0.14
     new 77d5610  [maven-release-plugin] prepare release 
org.apache.sling.discovery.oak-1.2.12
     new 06bcd3f  [maven-release-plugin] prepare for next development iteration
     new e7da7c5  releng : switching discovery.commons to new SNAPSHOT 
1.0.15-SNAPSHOT
     new 54c1749  fix build error: switch sling API to 2.11 because 2.10 was 
never released
     new 97a7135  releng : switching discovery.commons to in-release-process 
1.0.16
     new 55f5f59  [maven-release-plugin] prepare release 
org.apache.sling.discovery.oak-1.2.14
     new 38a4ab4  [maven-release-plugin] copy for tag 
org.apache.sling.discovery.oak-1.2.14

The 81 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
['"[email protected]" <[email protected]>'].

Reply via email to