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:23:59 UTC

[sling-org-apache-sling-distribution-core] branch master created (now 3843b14)

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


      at 3843b14  SLING-7167 Adjust READMEs

This branch includes the following new commits:

     new f94d2f6  SLING-4140 - renamed and moved Sling Replication to Sling Content Distribution
     new 94beead  SLING-4140 - renamed and moved Sling Replication to Sling Content Distribution
     new 575e712  SLING-4140 - renamed and moved Sling Replication to Sling Content Distribution
     new a6d588f  SLING-4144 - split distribution api and core bundles
     new 7568518  SLING-4144 - split distribution api and core bundles
     new 06d5878  SLING-3553 - varius minor fixes (final modifiers, visibility issues, etc.)
     new b19e433  SLING-3891 - moved readme under contrib/extensions/distribution, minor javadoc fix
     new 6e1016e  SLING-4145 - removing DistributionEvent subclass of Event, moving getTopic to DistributionEventType
     new 0bb9c4f  SLING-4149: adding component factories based on resources
     new 1679aa2  SLING-4150 - throw an exception if remote importer transport fails
     new 4e06b12  SLING-4153 - removed serializable, made request constructors consistent, adjusted jsr305 annotations
     new 4b64085  SLING-4149: renaming factory to resource based & adding defaults
     new 4991833  SLING-4153 - ManagedDC extending from DC, renaming DQueueDistributionStrategy to DQueueDispatchingStrategy
     new d45e594  SLING-4153: Cleaning DistributionComponentFactory of all constants and making it a ConsumerType
     new 1453653  SLING-4153: Making DistributionComponentFactory delegate creation of subcomponents
     new 4a6c2a6  SLING-4145, SLING-4190 - dispatching strategy returning item states instead of boolean, removed explicit time from request, status in response is now a message
     new 6651f96  SLING-4153 - improve javadoc, added distribution request state, minor fixes
     new ea061cd  SLING-4153 - moved paths and request type into package's packageinfo
     new e19ff14  SLING-4153 - Queue#remove returns the removed item, Importer#importPackage returns void
     new efcbfa4  SLING-4153 - avoiding test failures due to difference in the encapsulating request time
     new 3991cf7  SLING-4514: Generating OSGI configs from content and starting services using osgi services
     new ddf8f52  SLING-4153 - prevent timing based test failures for void package test
     new c71df1e  SLING-4153 - fixed AL headers and imports
     new b4e411c  SLING-4153: hiding authorization strategy and request time
     new 0d6781b  SLING-4154: making also importers and exporters to be picked up by content based factory
     new fb91913  SLING-4153 - fixed transport API to just expose the secret
     new 8116fc9  SLING-4153 - fixed transport API to just expose the secret
     new d60e6da  SLING-3836: adding shallow distribution option to requests
     new f26cd5e  SLING-4153: changing events to be controlled by agent + some name changes for settings
     new 456a87c  SLING-4054: adding package builder based on jcr packages
     new 0e59e64  SLING-4060: creating dedicated factories for sync and queue agents
     new e6eafb9  SLING-4153 - improved queue's javadoc
     new b2c673b  SLING-4153 - renamed QueueItemState to QueueItemStatus
     new 01e0d68  SLING-4153: adding distributor type and making DistributionRequest and interface
     new c5a21b3  SLING-4153: changing distribution response to a provider interface
     new 651b2d0  SLING-4153: moving all extensions API from api package to core
     new 2b7c1e0  SLING-4153 - fixed request states, removed useless asStream method in transport secret
     new 577e455  SLING-4153 - moved communication to root distribution package
     new ee5211b  SLING-4252 - added config factory for repository importer
     new 7228674  SLING-4153 - minor log fix
     new d527f8a  SLING-4009: implementing multiple queue dispatch strategy to have one queue per receiving endpoint
     new 771157c  SLING-4281: returning tracked agents from component provider
     new 0341aed  SLING-4289: refactoring the resourceproviders for osgi configs and osgi services
     new 0a85a6b  SLING-4289: fixing trigger binding to be selective by default
     new 1758b93  SLING-4009: making multiple queue delivery option explicit via osgi config
     new bbd0992  SLING-3553 - applied some findbugs fix
     new c22f65f  SLING-4290 - set cardinality defaults to 100
     new 7c2517b  SLING-4306: fixing trigger disabling
     new 80d4e19  SLING-4308: change resourceprovidersfactory to resourceprovider
     new 8ba5d7d  SLING-4292: exposing queue and queue items as resources
     new 74bbdda  SLING-4324: spliting LocalDistributionTriggerFactory in specific factories
     new c5618ec  SLING-4331: adding labels and descriptions to osgi factories
     new 25a63df  SLING-4324: the persisted jcr triggers are not initialized correctly
     new 9e336af  SLING-4324: fixing jcr triggers temporarily until SLING-4312 is fixed
     new d60f66a  SLING-4341: removing package also when a package is deleted from queue
     new d1a22a9  SLING-4348: enabling queue processing for sync agents
     new 19d234f  SLING-4351: exposing log information over http api
     new 57a673b  SLING-4367: trigger package imported event after succesful import
     new 3aaa143  SLING-4368: transport secret providers should receive the transport uri
     new 6b6f503  SLING-4375: exposing agent state via api
     new 4d37f04  SLING-4367: fixing package imported event after distribution
     new 730edde  SLING-4389: Adding a trivial request type TEST for testing connectivity of a distribution agent
     new dd6d509  SLING-4391: changing distribution event api to contain constants
     new fec9689  SLING-4392: removing mechanism for generating osgi configs from jcr descriptions
     new 3031c43  SLING-4393: permit path restrictions for agents via allowed.root property
     new 74e898c  SLING-4404: making sure agent exporter export TEST packages
     new bf4133f  SLING-4422: using commons.json to build distribution servlet responses
     new 359f5fb  SLING-4426: making distribution triggers cluster aware
     new 5915811  SLING-4430: prefix all distribution config labels with Apache
     new 3de3d7e  SLING-4430: prefix all distribution config labels with Apache
     new 8190474  SLING-4459: cleaning empty entries in distribution config string arrays
     new 0224627  [maven-release-plugin] prepare release org.apache.sling.distribution.core-0.1.0
     new c6bcc3c  [maven-release-plugin] prepare for next development iteration
     new 2c698af  Adding pull items configuration to distribution sync agents + depending on snapshots until release
     new 2f3df47  SLING-4550: do not drop last distribution package in a pull series
     new d6bd3b8  [maven-release-plugin] prepare release org.apache.sling.distribution.core-0.1.1
     new 2e0b2ae  [maven-release-plugin] prepare for next development iteration
     new 6f790b4  SLING-4583: requiring less privileges to distribute a subtree
     new f171363  SLING-4583: specify the package root explicitly
     new 0a6508e  SLING-4629: allow configuration of passive queues, for which processing is not enabled
     new 85607a6  SLING-4646 - null checks on DefaultDistributionEventFactory
     new 27dcfcb  SLING-4650 - fixed ImportMode property parsing
     new 2570462  SLING-4647: using maxPullItems only for PULL requests
     new 3e7e94f  Use latest parent pom
     new 499ac7a  Remove unused label
     new a8a77d7  Add missing licence headers
     new 066c2d3  SLING-4682 - added missing jsr305 annotations to DistributionQueue and AbstractDistributionPackageBuilder, minor fixes
     new 41c69c3  Release shared packages that are exported from an agent
     new ba5d398  Allow certain paths to be ignored by jcrtrigger
     new 36aeafc  Fixing concurrency problems for shared distribution packages in multiple queues
     new 5ac0755  [maven-release-plugin] prepare release org.apache.sling.distribution.core-0.1.2
     new 27b3584  [maven-release-plugin] prepare for next development iteration
     new 75c9433  Distribute entire rep:policy node on a change
     new 73df4c7  This closes #90 commit 514ce5913ccbad9e1fdd1010a392f904806cb64b Author: Maciej Dybek <ma...@cognifide.com> Date: 2015-05-14T12:04:16Z SLING-4715 - Event filter in ResourceEventDistributionTrigger is wrongly configured
     new 1455f19  SLING-4716: delete distribution packages that are not imported correctly by importStream
     new 5bae564  SLING-4727: add customization options for temp folders in vlt package builders
     new aad40b0  SLING-4745: do not drop already retrieved packages when a transport error occurs
     new 8600ebc  [maven-release-plugin] prepare release org.apache.sling.distribution.core-0.1.4
     new 7f6e2ac  [maven-release-plugin] prepare for next development iteration
     new 1eb334f  SLING-4808: treat empty config values as null
     new 8cf4663  SLING-4818: always replicate the entire group if the members have changed
     new a60f14a  SLING-4818: distribute entire group (deep true) if rep:members is changed
     new 7a87a89  Update contrib modules to Parent 23
     new bcf516c  SLING-4834: jcr trigger should distribute asyncronously to avoid observation limits
     new 5588377  set parent version to 24 and add empty relativePath where missing
     new c1752e9  SLING-4651: delete remote package only after it is fetched
     new a185901  SLING-4651: fix error in if else statement for package exporter
     new 8af509d  SLING-4913: support include and exclude patterns for distribution packages
     new 6a8e181  SLING-4916: refactoring distributionqueueitems
     new 921bcd8  [maven-release-plugin] prepare release org.apache.sling.distribution.core-0.1.6
     new f1b2304  [maven-release-plugin] prepare for next development iteration
     new 7e1692a  Optimize distribution queue API for minimizing job queries
     new c2c3769  SLING-3966: error queue strategy should be executed after import fails
     new 9957b08  SLING-5008 - applied fixes related to static code analysis report
     new 34e1b38  SLING-5009 - AbstractJcrEventTrigger uses a service user
     new 5fd2e05  SLING-5008 - fixed prioritPath dispatching strategy init and tests wrongly assuming package.getInfo could be null
     new 8568cbc  SLING-5047: specific request state for failed executions vs non existing agents
     new 469bd5f  SLING-5048: always distribute the entire rep:policy node
     new ac4e5bf  Updating distribution/core/pom.xml to a released api version
     new f715393  [maven-release-plugin] prepare release org.apache.sling.distribution.core-0.1.8
     new c125de0  [maven-release-plugin] prepare for next development iteration
     new 67e41fe  SLING-5056: fix distribution response isSuccessful method
     new f0e0691  SLING-5073: guard against null passive queues
     new 0cea192  SLING-5073: some minor changes for improved logging
     new fe0f310  SLING-5073: some minor changes for improved logging
     new a6935d3  Update the contrib reactor to parent 25
     new 181dbb1  updating to released api bundle
     new 4ca16d4  [maven-release-plugin] prepare release org.apache.sling.distribution.core-0.1.8
     new 9aa8397  [maven-release-plugin] prepare for next development iteration
     new 99eff52  SLING-5150: use selective queues for forward and queue agents
     new 4770012  SLING-5183: use a single distribution exception to simplify exception handling
     new f5bfa1f  SLING-5179 - expose package (builder) API
     new 8b01219  SLING-5181 - added missing @Nonnull @CheckForNull annotations
     new 8491d09  SLING-5180: cleaned DistributionPackageInfo
     new f59c5a2  SLING-5209: have all distribution package data under a common tree
     new 2d242a2  SLING-5281: allow execution with calling user session
     new e40f612  SLING-5283: allow copy of items between distribution queues
     new 45f6b67  SLING-5179: move package package api to core to ease release of new core version
     new 097148e  [maven-release-plugin] prepare release org.apache.sling.distribution.core-0.1.10
     new 7c6459f  [maven-release-plugin] prepare for next development iteration
     new 78b7fac  Cancel release for distribution.core-0.1.10
     new 627d197  SLING-5179: move also distributionexception to an impl package
     new bf0d8d0  [maven-release-plugin] prepare release org.apache.sling.distribution.core-0.1.10
     new 3a904e2  [maven-release-plugin] prepare for next development iteration
     new c46dcb5  Update distribution dependencies to snapshots
     new 1967f70  SLING-5295: use slingRepository.loginFromService to impersonate calling user
     new 0865893  SLING-5300: enable defaults for distribution components
     new 521df66  SLING-5179: fix extension bundle by linking it to core
     new 15c4c64  SLING-5179: fix some logging and exports
     new 0d2ad33  SLING-5316: expose userid in distribution queues
     new ea6a4e7  SLING-5336: improve shared distribution packages concurrency
     new a54d0ca  SLING-5336: improve logging for shared packages
     new 4815bc1  SLING-5336: always return the created distribution queue entry
     new 6897c88  SLING-5336: always return the created distribution queue entry
     new 6680b5c  SLING-5336: log an error if a distribution item cannot be added to queue
     new 366286e  SLING-5367: allow distribution request filters
     new 78b7e5a  SLING-5368: make distribution.core work with Sling Event 4.0.0
     new 1ffc50f  SLING-5346: return passive state for queues that do not process items
     new 08c1835  use released dependencies for distribution api
     new af16529  [maven-release-plugin] prepare release org.apache.sling.distribution.core-0.1.12
     new bc3ca36  [maven-release-plugin] prepare for next development iteration
     new cd6b8b7  use org.apache.sling.distribution.api 0.3.1-SNAPSHOT to fix build (0.3.0 under vote)
     new e2e8364  SLING-5396: delete remote package after it is enqueued
     new 0f6f41e  SLING-5397: change selectiveQueues to priorityQueues
     new 3900180  SLING-5397: adding missing files
     new a2741cb  SLING-5396: use single transport context per exporter/importer
     new 4c45474  SLING-5399 - cleared logging, first iteration, minor refactorings
     new cd77e64  SLING-5399 - moving hidden transport interfaces to impl
     new a09b27b  Switch to parent pom 26
     new 71d46b3  SLING-5399: log only start and end of a distribution request at info level
     new c4a45c7  SLING-5426: expose size for distribution packages
     new f5190e6  SLING-5429: do not require root access for storing jcr packages
     new 0cba1fe  SLING-5430: allow move between distribution queues
     new 8ee70fe  SLING-3553 - committed findbugs fixes
     new 3621b9c  SLING-5436: do not move distribution packages to error queues on connection errors
     new e3efe15  SLING-5438 - using the internal JcrPackage during installation
     new 3dbd689  SLING-5439 - HTTP entity / Content should be discarded
     new b28d548  SLING-5440 - only get DistributionQueueEntry from Job
     new 21326ec  SLING-5444: display namehints in webconsole for distribution factories
     new ce180f4  SLING-5446 - DefaultSharedDistributionPackageBuilder should not be tight to the VLT builder only
     new 3edc1c6  SLING-5432: expose configuration option for binaryless distribution
     new d9d91be  SLING-5472: fix distribution package leak
     new b65fa6d  SLING-5473: reduce locking for shared distribution packages
     new c4cf861  [maven-release-plugin] prepare release org.apache.sling.distribution.core-0.1.14
     new c5453f1  [maven-release-plugin] prepare for next development iteration
     new b2afc60  SLING-5550: optimize acquiring of distribution packages
     new 589a1bc  SLING-5581 - throw an error in transport if response status != 200
     new 5be9cce  SLING-5581 - switching back to returnContent which already does what we need
     new b931722  SLING-5581 - added a comment about intended usage of http client API
     new b91821f  SLING-5576: improve queue items listing performance by using iterators
     new e4da689  SLING-5619: revert changes for SLING-5576
     new 4faff31  [maven-release-plugin] prepare release org.apache.sling.distribution.core-0.1.16
     new 31a4514  [maven-release-plugin] prepare for next development iteration
     new a582bc6  SLING-5633: tweak imports to allow core to install with jcr.api 2.2.0
     new 3ea05ae  SLING-5633: install jcr packages from file
     new f834846  SLING-5633: allow configuration of autosave threshold
     new 9d086e3  SLING-5577: refactor content serialization to be independent of persistence
     new ae211f6  SLING-5657: refactor shared packages to enable file storage
     new 53907b7  SLING-5577: the local importer should install streams  without persistening them
     new a1bb7c1  SLING-5576: optimizations for distribution queue items listings
     new 20d5c1b  [maven-release-plugin] prepare release org.apache.sling.distribution.core-0.1.18
     new edd0068  [maven-release-plugin] prepare for next development iteration
     new 0fe2ca7  SLING-5686: pass remote.package.id through package info
     new 8c7b595  SLING-5696 - minor fixes (imports and javadoc)
     new 5cf8483  SLING-5711 - adjust wrong / misleading javadocs
     new 0940d52  SLING-5717 - added unit test for PrivilegeDistributionRequestAuthorizationStrategy
     new 3295bd0  SLING-5711: fix wrong commit of unfinished work
     new cdcf52c  SLING-5733 - one processor per in memory queue, triggered every second
     new fe7cee0  SLING-5733 - adjusted processor task test
     new a41ceaa  SLING-4075 - added test for getPackage on local exporter
     new 4aac75e  SLING-4075 - added test for getPackage on remote exporter
     new d10a8fd  SLING-5734 - added support for using both in-memory and jobs queues
     new 9850220  SLING-5734 - fixed property description
     new c2301fd  SLING-5737 - added light file based checkpointing
     new f389f7f  SLING-5737 - added entries to the map in the test
     new 2c78433  SLING-5737 - log an error if checkpointing fails, no runtime exception
     new 3726617  SLING-5748 - checkpointing memory queue made optional, updated forward agent factory
     new 57e6fb6  SLING-5711 - adjusted some more javadocs
     new 290d74a  SLING-5737 - fix checkpointing with String[], added more proper testing of the reloaded item
     new 57467de  This closes #144 commit e876de40c51cbcbc2f0aac41f3e0607b7c0c6ca2 Author: tmaret <tm...@adobe.com> Date: 2016-05-30T15:34:30Z SLING-5752 - SimpleHttpDistributionTransport does not leverage configured scheme from distribution endpoint Pass scheme from distribution endpoint when building Executor's HttpHost
     new a30cf47  SLING-5752 - re-enabled SimpleHttpDistributionTransportTest
     new 6f237cc  SLING-5759: fix creation and deletion of distribution resources
     new 850326d  SLING-5785: allow to store some distribution properties in content
     new e6d8c8b  SLING-5789 - checkpointing directories should be pruned at the end of the tests
     new 319b5e7  SLING-5815 - moving DistributionPackage and related APIs in packaging package
     new 7b78a34  This closes #152 commit 4151cda6cb741ceaa0975ec0180fedf7ce75434c Author: tmaret <tm...@adobe.com> Date: 2016-07-15T14:42:35Z SLING-5849 - Inconsistent event handling between local package importer and its factory Generate Package Events in the package importer instead of the factory
     new ac1c941  This closes #155 commit 419d686f1ab0828171e0a9eb245a026e5b443875 Author: tmaret <tm...@adobe.com> Date: 2016-07-20T07:11:58Z SLING-5875 - Distribution resource configuration manager does update resources Use the content resource node if it exists already Fix the infinite recursion of commit calls
     new ee004e9  This closes #154 commit d24ef381afdc4d4c93378694772c9afe53e45ba9 Author: tmaret <tm...@adobe.com> Date: 2016-07-20T07:02:52Z SLING-5872 - Management of agent configurations must identify configurations by name Remove the agents with the same name wich are not bind to the same factory
     new 99f7902  SLING-5695 - async delivery when normal queue has too many items
     new 7a32a21  SLING-5730 - applied patch from Simone Tripodi for writing packages in memory below a certain size
     new 1908a49  SLING-5695 - fixed local importer, minor fixes, reduced too loud logs
     new c32fb73  SLING-5695 - fixed local importer
     new 0682f65  SLING-5695 - create an unsorted queue for async delivery
     new 5e5917f  SLING-5695 - minor refactoring and testing
     new f44c8c3  SLING-5913 - applied patch from Simone Tripodi for code cleanup
     new bac4b88  SLING-5913 - code cleanup, applying patch by Simone Tripodi
     new 8b499d3  SLING-5913 - testcode cleanup, applying patch by Simone Tripodi
     new 1954340  SLING-5913 - reverted unwanted change on pom
     new 3fe468e  SLING-5924 - raised the file threashold default for resource pb to 1M
     new c06c7f0  SLING-5924 - applied patch from Simone Tripodi for using direct/indirect ByteBuffer for resource package builder
     new 5c97afa  SLING-5933 - make it possible to configure async delivery in forward agent
     new 9f3e8ac  SLING-5695 - remved commented code, trivial fixes
     new cd7712d  SLING-5695 - too loud logs
     new 36738be  SLING-5730 - patch from Simone Tripodi for improved IO performance
     new 5ea238f  SLING-5913 - patch from Simone Tripodi for code cleaning
     new b53466d  SLING-5934 - added size to DistributionQueueItem
     new 8edb067  SLING-5941 - applied patch from Simone Tripodi for optionally verifying package integrity
     new ec31f96  SLING-5941 - [SCD] Verify the uploaded distribution packages integrity via checksums
     new b7592db  SLING-5906 - Allow to filter resource by properties
     new d4dd20f  Revert: SLING-5906 - Allow to filter resource by properties
     new c6721fe  SLING-5977 - moved SimpleDistributionAgent inner classes out, added tests, created proper class for agent authentication info
     new 46db26f  SLING-5977 - moved SimpleDistributionAgent remaining inner class out, added tests
     new e78aa6b  SLING-5906 - Allow to filter resource by properties
     new 159d195  SLING-5988 - [SCD] support deep property filters
     new d30971a  SLING-5989 - [SCD] SimpleDistributionAgent appears inactive after enabling
     new 99540d2  SLING-5990 - [SCD] FileBackedMemoryOutputStream is 10x slower than file buffering for large files
     new 6b2ee60  SLING-6041 - avoid embedding httpasyncclient
     new 0ffd953  SLING-6041 - fixed import-package directive
     new 2be2ecb  SLING-6054 - creating missing paths for jcr event trigger
     new 47f1a9d  SLING-5900 - added filter to avoid creation of duplicate IDs, patch from Simone Tripodi
     new 0a3a00b  SLING-6101 - introduced agent mbeans, patch by Simone Tripodi
     new 000627b  SLING-6054 - fixed missing paths check
     new 798987f  SLING-6189 - applied patch from Simone Tripodi for UCDTSP mbean
     new 9e9d542  SLING-6189 - applied patch from Simone Tripodi for UCDTSP mbean
     new 66d7a1c  SLING-6210 - added deep option to jcr event trigger, minor fix to abstract agent factory to sync triggers registration
     new b839b63  SLING-6210 - added missing default value for deep distribution
     new 9c85a78  SLING-6232 - applied patch from Simone Tripodi about monitoring package builders
     new b4761f2  SLING-6238 - adding jmx support for queue providers
     new b46d93b  SLING-6299 SCD ClassCastException ServiceRegistration cannot be cast to Comparable
     new a472429  SLING-6300 - added patch from Simone Tripodi for MBeans testing, minor fixes to JcrEventTriggerTest
     new c52f2f2  SLING-6300 - added patch from Simone Tripodi for MBeans testing, minor fixes to JcrEventTriggerTest
     new 26075a8  SLING-5815 - expose content serializer
     new cd04bdf  SLING-5815 - removed unused code
     new 7cdc8dd  SLING-5815 - fixed inverted requestFiltering handling
     new b64e604  SLING-5815 - fixed inverted requestFiltering handling in file builder
     new caa8efb  SLING-5815 - added more tests for kryo and avro serializers, added some nullable/checkfornull annotations to export options/filter
     new 6c269e0  SLING-5815 - added missing toString to export filter, minor tweak to fv serializer test
     new ad9a352  SLING-6324 - added randomization to package ids, patch from Simone Tripodi
     new e9e55a2  SLING-6324 - removed duplicated / unneeded mbean registrations
     new c2110b4  SLING-6324 - avoiding exposing resource / file path of packages within their ids
     new 8bd0507  SLING-6339 - applied patch from Simone Tripodi for warnings cleanup
     new 2104b07  SLING-6391 - avoid overriding from defaults in ResourceConfigManager, minor fixes
     new d567292  SLING-6391 - added some javadoc and comments
     new f995b1d  SLING-6418 - NPE in o.a.s.d.p.i.e.AgentDistributionPackageExporter#exportPackages
     new 18fcf07  SLING-6434 - serviceName configurations must be considered null when empty/blank
     new 1bb56a1  SLING-6435 - o.a.s.t.resourceresolver-mock maven dependency is tri-plicated in distribution.core pom
     new 5d13ede  SLING-6210 - added additional test for ignored paths
     new a23ac8f  SLING-5695 - no need to make stream.reset failure return a RE
     new 5392252  SLING-6250 - addede test from Julian Sedding
     new 6b3e406  SLING-6477 - use service user when impersonating API is not available
     new 594b283  minor static analysis fixes, fixed rat excludes on it project
     new 794bbea  SLING-6503 - Concurrency issue can prevent repository packages to be cleaned up
     new 2ac0e45  SLING-6503 - Concurrency issue can prevent repository packages to be cleaned up
     new 3216dd0  trivial - add missing inherited annotations to MonitoringDistributionPackageBuilder
     new c4d3cca  [maven-release-plugin] prepare release org.apache.sling.distribution.core-0.2.0
     new 3fe666b  [maven-release-plugin] prepare for next development iteration
     new 79466bb  SLING-6514 - test distributions should not go through queues
     new 3434b73  SLING-6523 - priority queues back to processing queues
     new f26e142  [maven-release-plugin] prepare release org.apache.sling.distribution.core-0.2.2
     new 6cd565d  [maven-release-plugin] prepare for next development iteration
     new 6cfe665  SLING-6524 - SimpleDistributionQueueProviderTest#testEnableQueueProcessingWithCheckpointRecovery fails with symlinks
     new 15c27ae  [maven-release-plugin] prepare release org.apache.sling.distribution.core-0.2.4
     new c2d1eff  [maven-release-plugin] prepare for next development iteration
     new 6b1b6d5  SLING-6554 - calculate size at instance creation time
     new aae95fa  SLING-6564 - logs sent to SLF4J logging too
     new ef28723  SLING-6566 - ResourceDistributionPackageBuilder package files are never collected
     new 4d6c9c5  SLING-6589 - DistributionPackageUtils#disposable should handle hanging packages
     new ef56e14  [maven-release-plugin] prepare release org.apache.sling.distribution.core-0.2.6
     new 268dc56  [maven-release-plugin] prepare for next development iteration
     new 178df61  SLING-4075 - added some tests, minor static analysis related fixes
     new 5b6089b  SLING-6781 - VltUtils only keep the last filter for a given path
     new cda033f  SLING-5952 - added timeout configs to http transport
     new c99c189  SLING-5952 - added missing http config class
     new 53bf18e  SLING-4075 - removed too loud logs
     new b45b51c  SLING-6838 - HTTP connection : close header, closing IS after http fetch
     new 13cfeed  SLING-6848 - package level monitoring not enabled by default
     new b40a82d  SLING-6892: Remove commons.json from Content Distribution Core.
     new 99f0c77  [maven-release-plugin] prepare release org.apache.sling.distribution.core-0.2.8
     new 98d7e6f  [maven-release-plugin] prepare for next development iteration
     new ecf30d9  SLING-6939 - sling distribution leaks jcr sessions
     new e772403  SLING-6939 - sling distribution leaks jcr sessions
     new 1dc52c3  SLING-6969 - Support OAuth 2.0 server to server authentication in Distribution transport
     new a4f2d8a  SLING-6616 - [Performance] Tweak compression levels for speed
     new b4d55a3  SLING-6933 - [Performance] Leverage JCRVLT hollow packages
     new efa42d8  SLING-6988 - async delivery should use an unordered queue
     new bb7b23f  SLING-6977 - applied patch from Simone Tripodi
     new c3c9519  SLING-6977 - Improve SCD compilation by suppressing warnings
     new b0e0557  SLING-7017 - Make it possible to mount packages at different paths
     new 5828a52  SLING-7020 - DefaultDistributionComponentProvider is causing an NPE when agents are listed
     new 7262234  SLING-7120 - Checkpoints not stored in file when using In-file queue
     new 3843b14  SLING-7167 Adjust READMEs

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