Skip to content

Commit

Permalink
Arrange public API changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
emreyigit committed May 15, 2024
1 parent 9af3414 commit 578d641
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 19 deletions.
5 changes: 5 additions & 0 deletions src/Hazelcast.Net/Hazelcast.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
<!-- ContinuousIntegrationBuild is set via a dotnet pack option -->
</PropertyGroup>

<ItemGroup>
<None Remove="PublicAPI\net8.0\PublicAPI.Unshipped.txt" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4">
Expand Down Expand Up @@ -96,6 +100,7 @@
<AdditionalFiles Include="PublicAPI/net7.0/PublicAPI.Shipped.txt" Condition=" '$(TargetFramework)' == 'net7.0' " />
<AdditionalFiles Include="PublicAPI/net6.0/PublicAPI.Unshipped.txt" Condition=" '$(TargetFramework)' == 'net6.0' " />
<AdditionalFiles Include="PublicAPI/net7.0/PublicAPI.Unshipped.txt" Condition=" '$(TargetFramework)' == 'net7.0' " />
<AdditionalFiles Include="PublicAPI/net8.0/PublicAPI.Unshipped.txt" Condition=" '$(TargetFramework)' == 'net8.0' " />
</ItemGroup>

<ItemGroup>
Expand Down
44 changes: 25 additions & 19 deletions src/Hazelcast.Net/PublicAPI/PublicAPI.Shipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1884,16 +1884,6 @@ override Hazelcast.Models.DistributedObjectInfo.GetHashCode() -> int
~static Hazelcast.Models.DistributedObjectInfo.operator !=(Hazelcast.Models.DistributedObjectInfo left, Hazelcast.Models.DistributedObjectInfo right) -> bool
~static Hazelcast.Models.DistributedObjectInfo.operator ==(Hazelcast.Models.DistributedObjectInfo left, Hazelcast.Models.DistributedObjectInfo right) -> bool
~override Hazelcast.Logging.SingletonLoggerFactoryServiceFactory.Service.get -> Microsoft.Extensions.Logging.ILoggerFactory
*REMOVED*Hazelcast.PreviewOptions
*REMOVED*Hazelcast.PreviewOptions.EnableNewReconnectOptions.get -> bool
*REMOVED*Hazelcast.PreviewOptions.EnableNewReconnectOptions.set -> void
*REMOVED*Hazelcast.PreviewOptions.EnableNewRetryOptions.get -> bool
*REMOVED*Hazelcast.PreviewOptions.EnableNewRetryOptions.set -> void
*REMOVED*Hazelcast.PreviewOptions.PreviewOptions() -> void
*REMOVED*~Hazelcast.HazelcastOptions.Preview.get -> Hazelcast.PreviewOptions
*REMOVED*~Hazelcast.Messaging.MessagingOptions.MessagingOptions(Hazelcast.PreviewOptions preview = null) -> void
*REMOVED*~Hazelcast.Networking.NetworkingOptions.NetworkingOptions(Hazelcast.PreviewOptions preview = null) -> void
*REMOVED*~Hazelcast.PreviewOptions.Clone() -> Hazelcast.PreviewOptions
const Hazelcast.Models.QueryCacheOptions.Defaults.DelaySeconds = 0 -> int
const Hazelcast.Models.QueryCacheOptions.Defaults.InMemoryFormat = Hazelcast.Core.InMemoryFormat.Binary -> Hazelcast.Core.InMemoryFormat
const Hazelcast.Models.RingbufferOptions.Defaults.InMemoryFormat = Hazelcast.Core.InMemoryFormat.Binary -> Hazelcast.Core.InMemoryFormat
Expand Down Expand Up @@ -2375,13 +2365,6 @@ virtual Hazelcast.Models.ListenerOptions.Local.set -> void
~Hazelcast.Models.BitmapIndexOptions.ReadData(Hazelcast.Serialization.IObjectDataInput input) -> void
~Hazelcast.Models.BitmapIndexOptions.SetUniqueKey(string uniqueKey) -> Hazelcast.Models.BitmapIndexOptions
~Hazelcast.Models.BitmapIndexOptions.WriteData(Hazelcast.Serialization.IObjectDataOutput output) -> void
~Hazelcast.Models.CacheSimpleEntryListenerOptions.CacheEntryEventFilterFactory.get -> string
~Hazelcast.Models.CacheSimpleEntryListenerOptions.CacheEntryEventFilterFactory.set -> void
~Hazelcast.Models.CacheSimpleEntryListenerOptions.CacheEntryListenerFactory.get -> string
~Hazelcast.Models.CacheSimpleEntryListenerOptions.CacheEntryListenerFactory.set -> void
~Hazelcast.Models.CacheSimpleEntryListenerOptions.CacheSimpleEntryListenerOptions(Hazelcast.Models.CacheSimpleEntryListenerOptions listenerConfig) -> void
~Hazelcast.Models.CacheSimpleEntryListenerOptions.ReadData(Hazelcast.Serialization.IObjectDataInput input) -> void
~Hazelcast.Models.CacheSimpleEntryListenerOptions.WriteData(Hazelcast.Serialization.IObjectDataOutput output) -> void
~Hazelcast.Models.Capacity.ToPrettyString() -> string
~Hazelcast.Models.DataPersistenceOptions.DataPersistenceOptions(Hazelcast.Models.DataPersistenceOptions dataPersistenceConfig) -> void
~Hazelcast.Models.DataPersistenceOptions.ReadData(Hazelcast.Serialization.IObjectDataInput input) -> void
Expand Down Expand Up @@ -2606,7 +2589,6 @@ virtual Hazelcast.Models.ListenerOptions.Local.set -> void
~const Hazelcast.Models.MergePolicyOptions.Defaults.MergePolicy = "com.hazelcast.spi.merge.PutIfAbsentMergePolicy" -> string
~const Hazelcast.NearCaching.NearCacheOptions.Defaults.Name = "default" -> string
~override Hazelcast.Models.AttributeOptions.ToString() -> string
~override Hazelcast.Models.CacheSimpleEntryListenerOptions.ToString() -> string
~override Hazelcast.Models.Capacity.ToString() -> string
~override Hazelcast.Models.DataPersistenceOptions.ToString() -> string
~override Hazelcast.Models.DiskTierOptions.ToString() -> string
Expand Down Expand Up @@ -2641,4 +2623,28 @@ virtual Hazelcast.Models.ListenerOptions.Local.set -> void
~static Hazelcast.Models.MemoryUnitExtensions.Abbrev(this Hazelcast.Models.MemoryUnit memoryUnit) -> string
~static readonly Hazelcast.Models.MemoryTierOptions.Defaults.Capacity -> Hazelcast.Models.Capacity
~virtual Hazelcast.Models.ListenerOptions.ReadData(Hazelcast.Serialization.IObjectDataInput input) -> void
~virtual Hazelcast.Models.ListenerOptions.WriteData(Hazelcast.Serialization.IObjectDataOutput output) -> void
~virtual Hazelcast.Models.ListenerOptions.WriteData(Hazelcast.Serialization.IObjectDataOutput output) -> void
Hazelcast.CP.ICountDownLatch
Hazelcast.CP.ICPMap<TKey, TValue>
Hazelcast.CP.ISemaphore
~Hazelcast.CP.ICountDownLatch.AwaitAsync(System.TimeSpan timeout) -> System.Threading.Tasks.Task<bool>
~Hazelcast.CP.ICountDownLatch.CountDownAsync() -> System.Threading.Tasks.Task
~Hazelcast.CP.ICountDownLatch.GetCountAsync() -> System.Threading.Tasks.Task<int>
~Hazelcast.CP.ICountDownLatch.TrySetCountAsync(int count) -> System.Threading.Tasks.Task<bool>
~Hazelcast.CP.ICPMap<TKey, TValue>.CompareAndSetAsync(TKey key, TValue expectedValue, TValue newValue) -> System.Threading.Tasks.Task<bool>
~Hazelcast.CP.ICPMap<TKey, TValue>.DeleteAsync(TKey key) -> System.Threading.Tasks.Task
~Hazelcast.CP.ICPMap<TKey, TValue>.GetAsync(TKey key) -> System.Threading.Tasks.Task<TValue>
~Hazelcast.CP.ICPMap<TKey, TValue>.PutAsync(TKey key, TValue value) -> System.Threading.Tasks.Task<TValue>
~Hazelcast.CP.ICPMap<TKey, TValue>.RemoveAsync(TKey key) -> System.Threading.Tasks.Task<TValue>
~Hazelcast.CP.ICPMap<TKey, TValue>.SetAsync(TKey key, TValue value) -> System.Threading.Tasks.Task
~Hazelcast.CP.ICPSubsystem.GetCountDownLatchAsync(string name) -> System.Threading.Tasks.Task<Hazelcast.CP.ICountDownLatch>
~Hazelcast.CP.ICPSubsystem.GetMapAsync<TKey, TValue>(string name) -> System.Threading.Tasks.Task<Hazelcast.CP.ICPMap<TKey, TValue>>
~Hazelcast.CP.ICPSubsystem.GetSemaphore(string name) -> System.Threading.Tasks.Task<Hazelcast.CP.ISemaphore>
~Hazelcast.CP.ISemaphore.AcquireAsync(int permits = 1) -> System.Threading.Tasks.Task
~Hazelcast.CP.ISemaphore.DrainPermitsAsync() -> System.Threading.Tasks.Task<int>
~Hazelcast.CP.ISemaphore.GetAvailablePermitsAsync() -> System.Threading.Tasks.Task<int>
~Hazelcast.CP.ISemaphore.IncreasePermitsAsync(int delta) -> System.Threading.Tasks.Task
~Hazelcast.CP.ISemaphore.InitializeAsync(int permits = 1) -> System.Threading.Tasks.Task<bool>
~Hazelcast.CP.ISemaphore.ReducePermitsAsync(int delta) -> System.Threading.Tasks.Task
~Hazelcast.CP.ISemaphore.ReleaseAsync(int permits = 1) -> System.Threading.Tasks.Task
~Hazelcast.CP.ISemaphore.TryAcquireAsync(int permits = 1, long timeoutMs = 0) -> System.Threading.Tasks.Task<bool>
1 change: 1 addition & 0 deletions src/Hazelcast.Net/PublicAPI/net7.0/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#nullable enable

1 change: 1 addition & 0 deletions src/Hazelcast.Net/PublicAPI/net8.0/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#nullable enable

0 comments on commit 578d641

Please sign in to comment.