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:19:29 UTC

[sling-org-apache-sling-discovery-base] branch master created (now 6a56110)

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-discovery-base.git.


      at 6a56110  SLING-7167 Adjust READMEs

This branch includes the following new commits:

     new c1dfe1e  SLING-5173 : introducing discovery.base which is the sharable parts of discovery.impl for discovery.oak - eg it includes topology connectors and base classes - plus it also includes many it-kind tests of discovery.impl
     new 4595b1c  SLING-5173 : fixed getSocketConnectionTimeout to a more proper getSocketConnectTimeout
     new e1b4f81  SLING-5173 : rename commons impl packages to base as they are meant for reuse by discovery.impl and discovery.oak - plus avoid using abstract component class with scr annotations - use abstract getters instead - plus some more fine-tuning of log messages - plus make discovery.impl's Config also implement DiscoveryLiteConfig - plus properly handle binds happening before activate in DiscoveryServiceImpl
     new 9451fd7  SLING-5173 related : minor wording fix
     new 90f7285  SLING-5173 : fixed test logic
     new 07d1a2b  SLING-5196 : using maven-bundle-plugin 2.5.3 to remain backwards-compatibility
     new ea84674  SLING-5173 : using discovery.commons 1.0.0
     new d45c420  [maven-release-plugin] prepare release org.apache.sling.discovery.base-1.0.0
     new 6fd89e2  [maven-release-plugin] prepare for next development iteration
     new 527b469  update discovery dependencies to next snapshot versions until release versions available in maven central
     new b3c41cf  @no-jira : improve test stability
     new 8877a6a  SLING-5214: include millis in testing log formats
     new 4fcb36a  SLING-5200 : add possibility of injecting delays into particular places during simulation, eg in resourceResolver.commit
     new dffd637  SLING-5126 : another test variant added
     new 1cbd9e6  SLING-5126 / SLING-5195 related: fixing a test
     new bbda9b1  SLING-5216 / SLING-5195 : more test cases added
     new 2d2e531  SLING-5216 / SLING-5195 : more test cases added
     new 18fcb83  SLING-5224 : increasing wait time from 100ms to 1000ms to avoid test failure on jenkins
     new 4fda619  SLING-5224 : more logging for testBoostrap
     new 635778d  SLING-5216 : another VotingHandler test case added - changed analyzeVotings return value for this - but no other changes to the analyzeVotings algo or code
     new 69ef466  SLING-5241 : increasing wait time for receiving an event from 0.5s to 1.0s
     new 7eb57e1  @no-jira using discovery.commons 1.0.2
     new 0286c27  [maven-release-plugin] prepare release org.apache.sling.discovery.base-1.0.2
     new 50fbf1c  [maven-release-plugin] prepare for next development iteration
     new 24fcaff  @no-jira : moved discovery.commons to 1.0.3-SNAPSHOT
     new 69b05e6  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 ea7e306  SLING-5260 : made loop in testConnectorSwitching4139 last 15-20sec to cope with 10sec timeout
     new 6c457b1  no-jira : added a 2sec wait time to increase test stability of testLongRunningListener
     new ae31ed1  SLING-5264 : increasing timeouts to account for slowness of jenkins
     new 9683cfc  no-jira : increasing sleeps to account for another apache jenkins slowness - sling-trunk-1.7 2661
     new 9dee1f4  no-jira : added another safety sleep of 2sec for testConnectorSwitching4139 to make sure those heartbeats/votings going on there have enough time to settle
     new 6a37079  SLING-5264 follow-up : adding more logging to analyzeVotings/promote and AbstractDiscoveryServiceTest to track down still existing issue
     new c8d400b  SLING-5279 : tests made more stable wrt stopping a VirtualInstance that was likely not done yet and interfered with subsequent test runs
     new 30d3e3b  no-jira : just some logger.debug messages fixed
     new 35ba3a0  no-jira : fixed a logger.info
     new 2c5b7e0  SLING-5284 : use dedicated PeriodicBackgroundJob-thread instead of scheduler
     new d5dda01  SLING-5286 : re-activate fast topology change propagation
     new 80fccef  SLING-5284 : new PeriodicBackgroundJob requires upping the version to 1.1.0
     new ad0ef17  SLING-5287 : lowering the testThirtyInstances test to be a testTwentyFourInstances - that should use less memory - lets see if that's enough
     new bdf93fd  SLING-5251 : add config parameter useSyncTokenService that enables usage of a SyncTokenService if available. This increases synchronization QoS when for topology changes
     new 57915d5  @no-jira using discovery.commons 1.0.4
     new b4ce5d1  [maven-release-plugin] prepare release org.apache.sling.discovery.base-1.1.0
     new a94f0b2  [maven-release-plugin] prepare for next development iteration
     new b1b969a  @no-jira using discovery.commons 1.0.5-SNAPSHOT
     new b86c0ad  SLING-5303 : adding a few more loops to avoid a failure that happened on jenkins due to the fact that heartbeatsAndCheckView can throw exceptions when invoked during promotion/other repository changes in a test environment. More loops should help work around that.
     new 14ba711  SLING-5313 : using jcr-commons 2.10.1 instead of the one referenced by sling.commons.testing which is 2.2.9
     new 983c86f  SLING-5326 : adding time-difference health-check 'ClocksInSyncHealthCheck'
     new 3287b6c  no-jira : switching to discovery.commons 1.0.6
     new 28d39c2  [maven-release-plugin] prepare release org.apache.sling.discovery.base-1.1.2
     new 435230a  [maven-release-plugin] prepare for next development iteration
     new 14ff939  no-jira : switching to discovery.commons 1.0.7-SNAPSHOT
     new d5076ab  Remove type from bundle dependencies
     new 84403ff  Switch to parent pom 26
     new 984fe94  SLING-5485 Remove Launchpad API dependency from Discovery Base
     new 73621b9  SLING-5598 : exclude slow running test by newly introduced Slow junit category - to run them nevertheless use -PincludeSlowTests
     new 57d436e  use org.apache.sling.commons.testing 2.0.26
     new 9c67201  use org.apache.sling.discovery.commons 1.0.12
     new 1b520bf  align Jackrabbit versions
     new daa846e  [maven-release-plugin] prepare release org.apache.sling.discovery.base-1.1.4
     new bac4cd3  [maven-release-plugin] prepare for next development iteration
     new c8abe55  SLING-5732 : discovery : avoid empty commit when nothing has changed
     new 3b2a2ae  SLING-5231 : remove getAdministrativeResourceResolver from discovery components : merged patches from Carsten
     new ecf08d0  SLING-5231 : remove getAdministrativeResourceResolver from discovery components : adjusted dependency on discovery.commons
     new 0f1a609  no-jira : switching to in-release discovery.commons 1.0.18
     new eee0aee  [maven-release-plugin] prepare release org.apache.sling.discovery.base-1.1.6
     new 002dc6f  [maven-release-plugin] prepare for next development iteration
     new 1180203  no-jira : switching to next discovery.commons 1.0.19-SNAPSHOT
     new 5af0053  SLING-6689: Replace commons.json usage in org.apache.sling.discovery.base
     new d497254  SLING-6689: Switch to geronimo provider for javax.json api.
     new 6624dd2  update to org.apache.sling.commons.johnzon 1.0.0
     new 4850715  SLING-6809 : toString improved to enlist more details - including a paranoia fallback that goes to the previous output in case of any Exception
     new d93a88d  [maven-release-plugin] prepare release org.apache.sling.discovery.base-1.1.8
     new a3486ae  [maven-release-plugin] prepare for next development iteration
     new 9976d22  [maven-release-plugin] rollback the release of org.apache.sling.discovery.base-1.1.8
     new fc3a23b  SLING-6689: remove public method that leaks JSONObject.
     new 68e25ea  [maven-release-plugin] prepare release org.apache.sling.discovery.base-2.0.0
     new 27f0beb  [maven-release-plugin] prepare for next development iteration
     new 16a69bc  SLING-6888: Remove commons.json and org.json excludes.
     new 72c249b  SLING-6945 : lowered a harmless log.error to log.info with more detailed log message
     new e4d6814  use org.apache.sling.discovery.commons 1.0.20
     new e16794e  use org.apache.sling.discovery.commons 1.0.22
     new ba7dc53  [maven-release-plugin] prepare release org.apache.sling.discovery.base-2.0.2
     new 11e222c  [maven-release-plugin] prepare for next development iteration
     new c4bd935  use org.apache.sling.discovery.commons 1.0.23-SNAPSHOT - until 1.0.22 is voted and released
     new cb07a31  use org.apache.sling.discovery.commons 1.0.20 (1.0.22 was dropped due to johnzon requiring JRE 7 already, thus doesn't make sense to restrict commons to 6 anymore)
     new 1d5af80  SLING-6993 : johnzon regression : apparently jsonobj.getString internally did a toString in commons.json, not in commons.johnzon it seems. fixing by doing get().toString() instead
     new a8087ec  [maven-release-plugin] prepare release org.apache.sling.discovery.base-2.0.4
     new f98c232  [maven-release-plugin] prepare for next development iteration
     new 6a56110  SLING-7167 Adjust READMEs

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