зеркало из https://github.com/akkadotnet/akka.net.git
Added .NET Foundation Copyright headers (#3331)
* updated powershell script for adding copyright headers to include .NET Foundation * first cut at replacing existing headers * added debugging * more script changes * completed changes to header script file * updated all copyright headers * removed copyright header from third-party code
This commit is contained in:
Родитель
7e2688f551
Коммит
3f924fda8d
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="Messages.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -91,4 +91,4 @@ namespace PersistenceBenchmark
|
|||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="PerformanceActors.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -93,4 +93,4 @@ namespace PersistenceBenchmark
|
|||
.WasHandled;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="Program.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClientActorBase.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClientAsyncActor.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClientReceiveActor.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="Program.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="Program.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -279,4 +279,4 @@ namespace RemotePingPong
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="AssemblyInfo.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="Program.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -27,4 +27,4 @@ namespace SpawnBenchmark
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="RootActor.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -64,4 +64,4 @@ namespace SpawnBenchmark
|
|||
|
||||
public static Props Props { get; } = Props.Create<RootActor>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="SpawnActor.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<PropertyGroup>
|
||||
<Copyright>Copyright © 2013-2017 Akka.NET Team</Copyright>
|
||||
<Authors>Akka.NET Team</Authors>
|
||||
<VersionPrefix>1.3.4</VersionPrefix>
|
||||
<VersionPrefix>1.3.5</VersionPrefix>
|
||||
<PackageIconUrl>http://getakka.net/images/akkalogo.png</PackageIconUrl>
|
||||
<PackageProjectUrl>https://github.com/akkadotnet/akka.net</PackageProjectUrl>
|
||||
<PackageLicenseUrl>https://github.com/akkadotnet/akka.net/blob/master/LICENSE</PackageLicenseUrl>
|
||||
|
@ -17,22 +17,6 @@
|
|||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<PackageReleaseNotes>Maintenance Release for Akka.NET 1.3**
|
||||
Akka.NET v1.3.4 is a minor patch mostly focused on bugfixes.
|
||||
Updates and Bugfixes**
|
||||
1. [Akka: Ask interface should be clean](https://github.com/akkadotnet/akka.net/pull/3220)
|
||||
1. [Akka.Cluster.Sharding: DData replicator is always assigned](https://github.com/akkadotnet/akka.net/issues/3297)
|
||||
2. [Akka.Cluster: Akka.Cluster Group Routers don't respect role setting when running with allow-local-routees](https://github.com/akkadotnet/akka.net/issues/3294)
|
||||
3. [Akka.Streams: Implement PartitionHub](https://github.com/akkadotnet/akka.net/pull/3287)
|
||||
4. [Akka.Remote AkkaPduCodec performance fixes](https://github.com/akkadotnet/akka.net/pull/3299)
|
||||
5. [Akka.Serialization.Hyperion updated](https://github.com/akkadotnet/akka.net/pull/3306) to [Hyperion v0.9.8](https://github.com/akkadotnet/Hyperion/releases/tag/v0.9.8)
|
||||
You can see [the full set of changes for Akka.NET v1.3.4 here](https://github.com/akkadotnet/akka.net/milestone/22).
|
||||
| COMMITS | LOC+ | LOC- | AUTHOR |
|
||||
| --- | --- | --- | --- |
|
||||
| 6 | 304 | 209 | Aaron Stannard |
|
||||
| 1 | 250 | 220 | Maxim Cherednik |
|
||||
| 1 | 1278 | 42 | Marc Piechura |
|
||||
| 1 | 1 | 1 | zbynek001 |
|
||||
| 1 | 1 | 1 | Vasily Kirichenko |</PackageReleaseNotes>
|
||||
<PackageReleaseNotes>Placeholder for nightlies</PackageReleaseNotes>
|
||||
</PropertyGroup>
|
||||
</Project>
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="AsyncWriteProxyEx.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterShardingCustomShardAllocationSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -352,4 +352,4 @@ namespace Akka.Cluster.Sharding.Tests
|
|||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterShardingFailureSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -400,4 +400,4 @@ namespace Akka.Cluster.Sharding.Tests
|
|||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterShardingGetStateSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -307,4 +307,4 @@ namespace Akka.Cluster.Sharding.Tests
|
|||
EnterBarrier("done");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterShardingGetStatsSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -371,4 +371,4 @@ namespace Akka.Cluster.Sharding.Tests
|
|||
EnterBarrier("done");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterShardingGracefulShutdownSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -296,4 +296,4 @@ namespace Akka.Cluster.Sharding.Tests
|
|||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterShardingLeavingSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -327,4 +327,4 @@ namespace Akka.Cluster.Sharding.Tests
|
|||
EnterBarrier("after-4");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterShardingMinMembersSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -282,4 +282,4 @@ namespace Akka.Cluster.Sharding.Tests
|
|||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterShardingRememberEntitiesNewExtractorSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -410,4 +410,4 @@ namespace Akka.Cluster.Sharding.Tests
|
|||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterShardingRememberEntitiesSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -331,4 +331,4 @@ namespace Akka.Cluster.Sharding.Tests
|
|||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterShardingSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -1251,4 +1251,4 @@ namespace Akka.Cluster.Sharding.Tests
|
|||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="MemoryJournalShared.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="AssemblyInfo.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="AllAtOnceEntityRecoveryStrategySpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterShardingConfigSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterShardingMessageSerializerSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ConstantRateEntityRecoveryStrategySpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -60,4 +60,4 @@ namespace Akka.Cluster.Sharding.Tests
|
|||
result.Should().BeEmpty();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="LeastShardAllocationStrategySpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -123,4 +123,4 @@ namespace Akka.Cluster.Sharding.Tests
|
|||
r2.Count.Should().Be(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="AssemblyInfo.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterSharding.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -984,4 +984,4 @@ namespace Akka.Cluster.Sharding
|
|||
Region = region;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterShardingGuardian.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -279,4 +279,4 @@ namespace Akka.Cluster.Sharding
|
|||
return encName + "Coordinator";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterShardingSettings.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="DDataShard.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -226,4 +226,4 @@ namespace Akka.Cluster.Sharding
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="DDataShardCoordinator.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -299,4 +299,4 @@ namespace Akka.Cluster.Sharding
|
|||
|
||||
private void GetCoordinatorState() => _replicator.Tell(Dsl.Get(_coordinatorStateKey, _readConsistency));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="EntityRecoveryStrategy.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -108,4 +108,4 @@ namespace Akka.Cluster.Sharding
|
|||
.Select(g => g.Select(x => x.item));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="PersistentShard.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -206,4 +206,4 @@ namespace Akka.Cluster.Sharding
|
|||
child.Tell(payload, sender);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="PersistentShardCoordinator.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -1479,4 +1479,4 @@ namespace Akka.Cluster.Sharding
|
|||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="AssemblyInfo.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -21,4 +21,4 @@ using System.Runtime.InteropServices;
|
|||
[assembly: ComVisible(false)]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("a05c31e8-0246-46a1-b3bc-4d6fe7a9aa49")]
|
||||
[assembly: Guid("a05c31e8-0246-46a1-b3bc-4d6fe7a9aa49")]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterShardingMessageSerializer.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -410,4 +410,4 @@ namespace Akka.Cluster.Sharding.Serialization
|
|||
return system.Provider.ResolveActorRef(path);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterShardingMessages.g.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: ClusterShardingMessages.proto
|
||||
#pragma warning disable 1591, 0612, 3021
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="Shard.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -813,4 +813,4 @@ namespace Akka.Cluster.Sharding
|
|||
_tickTask.Cancel();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ShardAllocationStrategy.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -146,4 +146,4 @@ namespace Akka.Cluster.Sharding
|
|||
return result;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ShardCoordinator.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -508,4 +508,4 @@ namespace Akka.Cluster.Sharding
|
|||
#endregion
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ShardRegion.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -1001,4 +1001,4 @@ namespace Akka.Cluster.Sharding
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ShardingMessages.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -288,4 +288,4 @@ namespace Akka.Cluster.Sharding
|
|||
EntityIds = entityIds;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterClientSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterClientStartSpecConfig.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -133,4 +133,4 @@ namespace Akka.Cluster.Tools.Tests.MultiNode.Client
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterClientStopSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="AssemblyInfo.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="DistributedPubSubMediatorSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -821,4 +821,4 @@ namespace Akka.Cluster.Tools.Tests.MultiNode.PublishSubscribe
|
|||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="DistributedPubSubRestartSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterSingletonManagerChaosSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -222,4 +222,4 @@ namespace Akka.Cluster.Tools.Tests.MultiNode.Singleton
|
|||
EnterBarrier(nodes.First().Name + "-up");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterSingletonManagerLeaveSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterSingletonManagerSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -649,4 +649,4 @@ namespace Akka.Cluster.Tools.Tests.MultiNode.Singleton
|
|||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterSingletonManagerStartupSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -118,4 +118,4 @@ namespace Akka.Cluster.Tools.Tests.MultiNode.Singleton
|
|||
name: "echo");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterClientConfigSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterClientMessageSerializerSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="AssemblyInfo.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="DistributedPubSubConfigSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -52,4 +52,4 @@ namespace Akka.Cluster.Tools.Tests.PublishSubscribe
|
|||
Assert.True(Sys.HasExtension<DistributedPubSub>());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="DistributedPubSubMediatorRouterSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -218,4 +218,4 @@ namespace Akka.Cluster.Tools.Tests.PublishSubscribe
|
|||
");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="DistributedPubSubMediatorSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="DistributedPubSubMessageSerializerSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -116,4 +116,4 @@ namespace Akka.Cluster.Tools.Tests.PublishSubscribe
|
|||
Assert.Equal(message, deserialized);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterSingletonConfigSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterSingletonMessageSerializerSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -61,4 +61,4 @@ namespace Akka.Cluster.Tools.Tests.Singleton
|
|||
Assert.Equal(message, deserialized);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterSingletonProxySpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
// <copyright file="ClusterSingletonRestart2Spec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterSingletonRestart2Spec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
// <copyright file="ClusterSingletonRestartSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterSingletonRestartSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
||||
using System;
|
||||
using System.Collections.Immutable;
|
||||
using System.Linq;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterClient.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterClientReceptionist.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterClientSettings.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -220,4 +220,4 @@ namespace Akka.Cluster.Tools.Client
|
|||
reconnectTimeout ?? ReconnectTimeout);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterReceptionist.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterReceptionistSettings.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -183,4 +183,4 @@ namespace Akka.Cluster.Tools.Client
|
|||
failureDetectionInterval ?? FailureDetectionInterval);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterClientMessageSerializer.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -116,4 +116,4 @@ namespace Akka.Cluster.Tools.Client.Serialization
|
|||
return new ClusterReceptionist.Contacts(proto.ContactPoints.ToImmutableList());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterClientMessages.g.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: ClusterClientMessages.proto
|
||||
#pragma warning disable 1591, 0612, 3021
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="AssemblyInfo.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -21,4 +21,4 @@ using System.Runtime.InteropServices;
|
|||
[assembly: ComVisible(false)]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("5cf8a8be-b634-473f-bb01-eba878746bd4")]
|
||||
[assembly: Guid("5cf8a8be-b634-473f-bb01-eba878746bd4")]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="DistributedMessages.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -612,4 +612,4 @@ namespace Akka.Cluster.Tools.PublishSubscribe
|
|||
return $"CurrentTopics<{string.Join(",", Topics)}>";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="DistributedPubSub.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -111,4 +111,4 @@ namespace Akka.Cluster.Tools.PublishSubscribe
|
|||
name);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="DistributedPubSubMediator.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -625,4 +625,4 @@ namespace Akka.Cluster.Tools.PublishSubscribe
|
|||
return t;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="DistributedPubSubSettings.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -167,4 +167,4 @@ namespace Akka.Cluster.Tools.PublishSubscribe
|
|||
return new DistributedPubSubSettings(Role, RoutingLogic, GossipInterval, RemovedTimeToLive, maxDeltaElements);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="TopicMessages.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -488,4 +488,4 @@ namespace Akka.Cluster.Tools.PublishSubscribe.Internal
|
|||
/// <param name="message">TBD</param>
|
||||
public MediatorRouterEnvelope(object message) : base(message) { }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="Topics.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -339,4 +339,4 @@ namespace Akka.Cluster.Tools.PublishSubscribe.Internal
|
|||
return path.ToStringWithoutAddress();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="PerGroupingBuffer.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -85,4 +85,4 @@ namespace Akka.Cluster.Tools.PublishSubscribe
|
|||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="DistributedPubSubMessageSerializer.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -289,4 +289,4 @@ namespace Akka.Cluster.Tools.PublishSubscribe.Serialization
|
|||
return obj.GetType().TypeQualifiedName();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="DistributedPubSubMessages.g.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: DistributedPubSubMessages.proto
|
||||
#pragma warning disable 1591, 0612, 3021
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterSingletonManager.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -1115,4 +1115,4 @@ namespace Akka.Cluster.Tools.Singleton
|
|||
else Self.Tell(new DelayedMemberRemoved(member));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterSingletonManagerSettings.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -164,4 +164,4 @@ namespace Akka.Cluster.Tools.Singleton
|
|||
handOverRetryInterval: handOverRetryInterval ?? HandOverRetryInterval);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterSingletonProxy.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -271,4 +271,4 @@ namespace Akka.Cluster.Tools.Singleton
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterSingletonProxySettings.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="MemberAgeOrdering.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="OldestChangedBuffer.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -276,4 +276,4 @@ namespace Akka.Cluster.Tools.Singleton
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="ClusterSingletonMessageSerializer.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
#region copyright
|
||||
// -----------------------------------------------------------------------
|
||||
// <copyright file="LmdbDurableStore.cs" company="Akka.NET project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2017 Akka.NET project <https://github.com/akkadotnet>
|
||||
// </copyright>
|
||||
// -----------------------------------------------------------------------
|
||||
#endregion
|
||||
//-----------------------------------------------------------------------
|
||||
// <copyright file="LmdbDurableStore.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
@ -226,4 +224,4 @@ namespace Akka.DistributedData.LightningDB
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="AssemblyInfo.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
#region copyright
|
||||
// -----------------------------------------------------------------------
|
||||
// <copyright file="DurableDataSpec.cs" company="Akka.NET project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2017 Akka.NET project <https://github.com/akkadotnet>
|
||||
// </copyright>
|
||||
// -----------------------------------------------------------------------
|
||||
#endregion
|
||||
//-----------------------------------------------------------------------
|
||||
// <copyright file="DurableDataSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Collections.Immutable;
|
||||
|
@ -384,4 +382,4 @@ namespace Akka.DistributedData.Tests.MultiNode
|
|||
{
|
||||
public DurableDataWriteBehindSpecNode1() : base(new DurableDataSpecConfig(writeBehind: true), typeof(DurableDataWriteBehindSpecNode1)) { }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
#region copyright
|
||||
// -----------------------------------------------------------------------
|
||||
// <copyright file="DurablePruningSpec.cs" company="Akka.NET project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2017 Akka.NET project <https://github.com/akkadotnet>
|
||||
// </copyright>
|
||||
// -----------------------------------------------------------------------
|
||||
#endregion
|
||||
//-----------------------------------------------------------------------
|
||||
// <copyright file="DurablePruningSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Collections.Immutable;
|
||||
|
@ -188,4 +186,4 @@ namespace Akka.DistributedData.Tests.MultiNode
|
|||
EnterBarrier(from.Name + "-joined");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="JepsenInspiredInsertSpec.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
@ -347,4 +347,4 @@ namespace Akka.DistributedData.Tests.MultiNode
|
|||
TestTransport = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//-----------------------------------------------------------------------
|
||||
// <copyright file="AssemblyInfo.cs" company="Akka.NET Project">
|
||||
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
|
||||
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
|
||||
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
|
||||
// </copyright>
|
||||
//-----------------------------------------------------------------------
|
||||
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче