Skip to content

Commit

Permalink
Merge pull request #681 from Particular/move-to-v7
Browse files Browse the repository at this point in the history
Move master to v7
  • Loading branch information
WilliamBZA authored Sep 11, 2024
2 parents b211e51 + bf7423f commit 40e8682
Show file tree
Hide file tree
Showing 20 changed files with 148 additions and 864 deletions.
1 change: 0 additions & 1 deletion src/AcceptanceTests/ConfigureClaimCheckEndpoint.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.Threading.Tasks;
using NServiceBus;
using NServiceBus.ClaimCheck;
using NServiceBus.AcceptanceTesting.Support;
using NServiceBus.ClaimCheck.AzureBlobStorage.AcceptanceTests;

Expand Down
2 changes: 1 addition & 1 deletion src/Custom.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<MinVerMinimumMajorMinor>6.0</MinVerMinimumMajorMinor>
<MinVerMinimumMajorMinor>7.0</MinVerMinimumMajorMinor>
<MinVerAutoIncrement>minor</MinVerAutoIncrement>
</PropertyGroup>

Expand Down
23 changes: 0 additions & 23 deletions src/DataBus/AzureDataBus.cs

This file was deleted.

63 changes: 0 additions & 63 deletions src/DataBus/AzureDataBusPersistence.cs

This file was deleted.

92 changes: 0 additions & 92 deletions src/DataBus/BlobStorageDataBus.cs

This file was deleted.

15 changes: 0 additions & 15 deletions src/DataBus/Config/IProvideBlobServiceClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,3 @@ public interface IProvideBlobServiceClient
}
}

namespace NServiceBus.DataBus.AzureBlobStorage
{
using Azure.Storage.Blobs;

/// <summary>
/// Provides a <see cref="BlobServiceClient"/> via dependency injection. A custom implementation can be registered on the container and will be picked up by the persistence.
/// <remarks>
/// The client provided will not be disposed by the persistence. It is the responsibility of the provider to take care of proper resource disposal if necessary.
/// </remarks>
/// </summary>
[ObsoleteEx(Message = "NServiceBus.DataBus.AzureBlobStorage.IProvideBlobServiceClient has been replaced by NServiceBus.ClaimCheck.AzureBlobStorage.IProvideBlobServiceClient.", RemoveInVersion = "8", TreatAsErrorFromVersion = "7", ReplacementTypeOrMember = "NServiceBus.ClaimCheck.AzureBlobStorage.IProvideBlobServiceClient")]
public interface IProvideBlobServiceClient : NServiceBus.ClaimCheck.AzureBlobStorage.IProvideBlobServiceClient
{
}
}
134 changes: 0 additions & 134 deletions src/DataBus/ConfigureAzureDataBus.cs

This file was deleted.

Loading

0 comments on commit 40e8682

Please sign in to comment.