Update git submodules
* Update plugins/replication from branch 'stable-3.1'
to c8d1a5bac0e5e4494edd9eb7f73024acf2dbfff0
- Merge branch 'stable-3.0' into stable-3.1
* stable-3.0:
Fix firing pending "..all.." events on startup
Change-Id: I38cc0318331479695af1eb34bcc8c3a45aec61aa
- Merge branch 'stable-2.16' into stable-3.0
* stable-2.16:
Fix firing pending "..all.." events on startup
Change-Id: I04f042199fd8935bee987b8363956115a40e0872
- Fix firing pending "..all.." events on startup
The Destination.wouldPushRef() method is called on startup to see if a
Destination is configured to be pushed to for a specific ref, if it is
not configured to do so, then firing the pending update is skipped.
Since the magic "..all.." ref will never match the configuration in
replication.config, always match it since if replication is configured
at all, then it should be matched.
Bug: Issue 11745
Change-Id: I53bd527932e6aea9ddd465772925d601aa034bd3
(cherry picked from commit 3ddf835c203565dbd415f468e0d40eac1b815c63)
diff --git a/plugins/replication b/plugins/replication
index c1cff57..c8d1a5b 160000
--- a/plugins/replication
+++ b/plugins/replication
@@ -1 +1 @@
-Subproject commit c1cff57bc7a46abbc9dced59de4a5a74b6f84d6a
+Subproject commit c8d1a5bac0e5e4494edd9eb7f73024acf2dbfff0