-
Notifications
You must be signed in to change notification settings - Fork 165
Add projects for obsolete/replaced packages #1565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
cab026f
Add projects for obsolete/replaced packages
bart-vmware 08e6c58
Restore packages in release configuration
bart-vmware cbc5f04
Auto-fill descriptions/tags from 3x project files
bart-vmware 81a6619
Manually provide missing descriptions/tags
bart-vmware 0273436
Replace commas with semicolons in tags
bart-vmware d51cd4c
Clreanup tags in non-obsolete projects
bart-vmware 09a3732
Run code cleanup
bart-vmware 8f33a42
Make target names unique, collect all warnings before compile is aborted
bart-vmware 640e77d
Mention originating package in warning
bart-vmware 16c0053
Use alternate trigger to improve the experience in Visual Studio
bart-vmware 7a75675
Review feedback: adjust text for removed packages
bart-vmware 6d05ba2
Review feedback: adjust text for superseded packages
bart-vmware File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
src/Obsolete/Steeltoe.Bootstrap.Autoconfig/Build/Steeltoe.Bootstrap.Autoconfig.targets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<Project> | ||
<Target Name="Warn_SteeltoeBootstrapAutoconfig" AfterTargets="AfterResolveReferences"> | ||
<Warning | ||
Text="The NuGet package Steeltoe.Bootstrap.Autoconfig has been superseded in Steeltoe v4. Reference Steeltoe.Bootstrap.AutoConfiguration instead. See https://steeltoe.io/docs/v3/obsolete for details." /> | ||
</Target> | ||
|
||
<Target Name="Fail_Steeltoe" BeforeTargets="BeforeCompile;CoreCompile"> | ||
<Error Text="One or more Steeltoe package dependencies need attention. See the build warnings for details." /> | ||
</Target> | ||
</Project> |
17 changes: 17 additions & 0 deletions
17
src/Obsolete/Steeltoe.Bootstrap.Autoconfig/PackageReadme.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Steeltoe | ||
|
||
> [!IMPORTANT] | ||
> This package has been superseded in Steeltoe v4. Reference `Steeltoe.Bootstrap.AutoConfiguration` instead. | ||
> See <https://steeltoe.io/docs/v3/obsolete> for details. | ||
|
||
[Steeltoe](https://steeltoe.io/) provides building blocks for development of .NET applications that integrate with [Spring](https://spring.io/) and [Spring Boot](https://spring.io/projects/spring-boot) environments, as well as [Cloud Foundry](https://www.cloudfoundry.org/) and [Kubernetes](https://kubernetes.io/) with first-party support for [Tanzu](https://tanzu.vmware.com/tanzu). | ||
|
||
Key features include: | ||
|
||
- External (optionally encrypted) configuration using [Spring Cloud Config Server](https://docs.spring.io/spring-cloud-config/docs/current/reference/html/) | ||
- Service discovery with [Netflix Eureka](https://spring.io/projects/spring-cloud-netflix) and [HashiCorp Consul](https://www.consul.io/) | ||
- Management endpoints (compatible with [actuators](https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html)), providing system info (such as versions, configuration, service container contents, mapped routes and HTTP traffic), heap/thread dumps, health checks, exporting metrics to [Prometheus](https://prometheus.io/), and changing log levels at runtime. | ||
- Connectivity to databases (such as [SQL Server](https://www.microsoft.com/sql-server)/[Azure SQL](https://azure.microsoft.com/products/azure-sql), [Cosmos DB](https://azure.microsoft.com/products/cosmos-db/), [MongoDB](https://www.mongodb.com/), [Redis](https://redis.io/), [RabbitMQ](https://www.rabbitmq.com/), [PostgreSQL](https://www.postgresql.org/), and [MySQL](https://www.mysql.com/)), including support for [Entity Framework Core](https://learn.microsoft.com/ef/core/) | ||
- Single sign-on, JWT and Certificate auth with [Cloud Foundry](https://www.cloudfoundry.org/) | ||
|
||
For more information and to get started, please visit [Steeltoe on GitHub](https://github.com/SteeltoeOSS/Steeltoe) or the [documentation](https://steeltoe.io/docs). |
15 changes: 15 additions & 0 deletions
15
src/Obsolete/Steeltoe.Bootstrap.Autoconfig/Steeltoe.Bootstrap.Autoconfig.csproj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>net8.0</TargetFrameworks> | ||
<Description>Package for automatically configuring Steeltoe packages that have separately been added to a project.</Description> | ||
<PackageTags>Autoconfiguration;automatic configuration;application bootstrapping</PackageTags> | ||
<IsPackable>true</IsPackable> | ||
</PropertyGroup> | ||
|
||
<Import Project="..\..\..\shared.props" /> | ||
|
||
<ItemGroup> | ||
<None Include="Build\*.props" Pack="True" PackagePath="build" /> | ||
<None Include="Build\*.targets" Pack="True" PackagePath="build" /> | ||
</ItemGroup> | ||
</Project> |
10 changes: 10 additions & 0 deletions
10
...e/Steeltoe.CircuitBreaker.Abstractions/Build/Steeltoe.CircuitBreaker.Abstractions.targets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<Project> | ||
<Target Name="Warn_SteeltoeCircuitBreakerAbstractions" AfterTargets="AfterResolveReferences"> | ||
<Warning | ||
Text="The NuGet package Steeltoe.CircuitBreaker.Abstractions has been removed from Steeltoe in v4. See https://steeltoe.io/docs/v3/obsolete for details." /> | ||
</Target> | ||
|
||
<Target Name="Fail_Steeltoe" BeforeTargets="BeforeCompile;CoreCompile"> | ||
<Error Text="One or more Steeltoe package dependencies need attention. See the build warnings for details." /> | ||
</Target> | ||
</Project> |
17 changes: 17 additions & 0 deletions
17
src/Obsolete/Steeltoe.CircuitBreaker.Abstractions/PackageReadme.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Steeltoe | ||
TimHess marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
> [!IMPORTANT] | ||
> This package has been removed from Steeltoe in v4. | ||
> See <https://steeltoe.io/docs/v3/obsolete> for details. | ||
|
||
[Steeltoe](https://steeltoe.io/) provides building blocks for development of .NET applications that integrate with [Spring](https://spring.io/) and [Spring Boot](https://spring.io/projects/spring-boot) environments, as well as [Cloud Foundry](https://www.cloudfoundry.org/) and [Kubernetes](https://kubernetes.io/) with first-party support for [Tanzu](https://tanzu.vmware.com/tanzu). | ||
|
||
Key features include: | ||
|
||
- External (optionally encrypted) configuration using [Spring Cloud Config Server](https://docs.spring.io/spring-cloud-config/docs/current/reference/html/) | ||
- Service discovery with [Netflix Eureka](https://spring.io/projects/spring-cloud-netflix) and [HashiCorp Consul](https://www.consul.io/) | ||
- Management endpoints (compatible with [actuators](https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html)), providing system info (such as versions, configuration, service container contents, mapped routes and HTTP traffic), heap/thread dumps, health checks, exporting metrics to [Prometheus](https://prometheus.io/), and changing log levels at runtime. | ||
- Connectivity to databases (such as [SQL Server](https://www.microsoft.com/sql-server)/[Azure SQL](https://azure.microsoft.com/products/azure-sql), [Cosmos DB](https://azure.microsoft.com/products/cosmos-db/), [MongoDB](https://www.mongodb.com/), [Redis](https://redis.io/), [RabbitMQ](https://www.rabbitmq.com/), [PostgreSQL](https://www.postgresql.org/), and [MySQL](https://www.mysql.com/)), including support for [Entity Framework Core](https://learn.microsoft.com/ef/core/) | ||
- Single sign-on, JWT and Certificate auth with [Cloud Foundry](https://www.cloudfoundry.org/) | ||
|
||
For more information and to get started, please visit [Steeltoe on GitHub](https://github.com/SteeltoeOSS/Steeltoe) or the [documentation](https://steeltoe.io/docs). |
15 changes: 15 additions & 0 deletions
15
...Obsolete/Steeltoe.CircuitBreaker.Abstractions/Steeltoe.CircuitBreaker.Abstractions.csproj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>net8.0</TargetFrameworks> | ||
<Description>Circuit breaker abstractions.</Description> | ||
<PackageTags>Spring Cloud;Hystrix Client;Circuit Breaker</PackageTags> | ||
<IsPackable>true</IsPackable> | ||
</PropertyGroup> | ||
|
||
<Import Project="..\..\..\shared.props" /> | ||
|
||
<ItemGroup> | ||
<None Include="Build\*.props" Pack="True" PackagePath="build" /> | ||
<None Include="Build\*.targets" Pack="True" PackagePath="build" /> | ||
</ItemGroup> | ||
</Project> |
10 changes: 10 additions & 0 deletions
10
...Hystrix.MetricsEventsCore/Build/Steeltoe.CircuitBreaker.Hystrix.MetricsEventsCore.targets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<Project> | ||
<Target Name="Warn_SteeltoeCircuitBreakerHystrixMetricsEventsCore" AfterTargets="AfterResolveReferences"> | ||
<Warning | ||
Text="The NuGet package Steeltoe.CircuitBreaker.Hystrix.MetricsEventsCore has been removed from Steeltoe in v4. See https://steeltoe.io/docs/v3/obsolete for details." /> | ||
</Target> | ||
|
||
<Target Name="Fail_Steeltoe" BeforeTargets="BeforeCompile;CoreCompile"> | ||
<Error Text="One or more Steeltoe package dependencies need attention. See the build warnings for details." /> | ||
</Target> | ||
</Project> |
17 changes: 17 additions & 0 deletions
17
src/Obsolete/Steeltoe.CircuitBreaker.Hystrix.MetricsEventsCore/PackageReadme.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Steeltoe | ||
|
||
> [!IMPORTANT] | ||
> This package has been removed from Steeltoe in v4. | ||
> See <https://steeltoe.io/docs/v3/obsolete> for details. | ||
|
||
[Steeltoe](https://steeltoe.io/) provides building blocks for development of .NET applications that integrate with [Spring](https://spring.io/) and [Spring Boot](https://spring.io/projects/spring-boot) environments, as well as [Cloud Foundry](https://www.cloudfoundry.org/) and [Kubernetes](https://kubernetes.io/) with first-party support for [Tanzu](https://tanzu.vmware.com/tanzu). | ||
|
||
Key features include: | ||
|
||
- External (optionally encrypted) configuration using [Spring Cloud Config Server](https://docs.spring.io/spring-cloud-config/docs/current/reference/html/) | ||
- Service discovery with [Netflix Eureka](https://spring.io/projects/spring-cloud-netflix) and [HashiCorp Consul](https://www.consul.io/) | ||
- Management endpoints (compatible with [actuators](https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html)), providing system info (such as versions, configuration, service container contents, mapped routes and HTTP traffic), heap/thread dumps, health checks, exporting metrics to [Prometheus](https://prometheus.io/), and changing log levels at runtime. | ||
- Connectivity to databases (such as [SQL Server](https://www.microsoft.com/sql-server)/[Azure SQL](https://azure.microsoft.com/products/azure-sql), [Cosmos DB](https://azure.microsoft.com/products/cosmos-db/), [MongoDB](https://www.mongodb.com/), [Redis](https://redis.io/), [RabbitMQ](https://www.rabbitmq.com/), [PostgreSQL](https://www.postgresql.org/), and [MySQL](https://www.mysql.com/)), including support for [Entity Framework Core](https://learn.microsoft.com/ef/core/) | ||
- Single sign-on, JWT and Certificate auth with [Cloud Foundry](https://www.cloudfoundry.org/) | ||
|
||
For more information and to get started, please visit [Steeltoe on GitHub](https://github.com/SteeltoeOSS/Steeltoe) or the [documentation](https://steeltoe.io/docs). |
15 changes: 15 additions & 0 deletions
15
...reaker.Hystrix.MetricsEventsCore/Steeltoe.CircuitBreaker.Hystrix.MetricsEventsCore.csproj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>net8.0</TargetFrameworks> | ||
<Description>Steeltoe Netflix Hystrix Metrics Event Stream ASP.NET Core.</Description> | ||
<PackageTags>aspnetcore;Circuit Breaker;Spring;Spring Cloud;Spring Cloud Hystrix;Hystrix</PackageTags> | ||
<IsPackable>true</IsPackable> | ||
</PropertyGroup> | ||
|
||
<Import Project="..\..\..\shared.props" /> | ||
|
||
<ItemGroup> | ||
<None Include="Build\*.props" Pack="True" PackagePath="build" /> | ||
<None Include="Build\*.targets" Pack="True" PackagePath="build" /> | ||
</ItemGroup> | ||
</Project> |
10 changes: 10 additions & 0 deletions
10
...Hystrix.MetricsStreamCore/Build/Steeltoe.CircuitBreaker.Hystrix.MetricsStreamCore.targets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<Project> | ||
<Target Name="Warn_SteeltoeCircuitBreakerHystrixMetricsStreamCore" AfterTargets="AfterResolveReferences"> | ||
<Warning | ||
Text="The NuGet package Steeltoe.CircuitBreaker.Hystrix.MetricsStreamCore has been removed from Steeltoe in v4. See https://steeltoe.io/docs/v3/obsolete for details." /> | ||
</Target> | ||
|
||
<Target Name="Fail_Steeltoe" BeforeTargets="BeforeCompile;CoreCompile"> | ||
<Error Text="One or more Steeltoe package dependencies need attention. See the build warnings for details." /> | ||
</Target> | ||
</Project> |
17 changes: 17 additions & 0 deletions
17
src/Obsolete/Steeltoe.CircuitBreaker.Hystrix.MetricsStreamCore/PackageReadme.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Steeltoe | ||
|
||
> [!IMPORTANT] | ||
> This package has been removed from Steeltoe in v4. | ||
> See <https://steeltoe.io/docs/v3/obsolete> for details. | ||
|
||
[Steeltoe](https://steeltoe.io/) provides building blocks for development of .NET applications that integrate with [Spring](https://spring.io/) and [Spring Boot](https://spring.io/projects/spring-boot) environments, as well as [Cloud Foundry](https://www.cloudfoundry.org/) and [Kubernetes](https://kubernetes.io/) with first-party support for [Tanzu](https://tanzu.vmware.com/tanzu). | ||
|
||
Key features include: | ||
|
||
- External (optionally encrypted) configuration using [Spring Cloud Config Server](https://docs.spring.io/spring-cloud-config/docs/current/reference/html/) | ||
- Service discovery with [Netflix Eureka](https://spring.io/projects/spring-cloud-netflix) and [HashiCorp Consul](https://www.consul.io/) | ||
- Management endpoints (compatible with [actuators](https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html)), providing system info (such as versions, configuration, service container contents, mapped routes and HTTP traffic), heap/thread dumps, health checks, exporting metrics to [Prometheus](https://prometheus.io/), and changing log levels at runtime. | ||
- Connectivity to databases (such as [SQL Server](https://www.microsoft.com/sql-server)/[Azure SQL](https://azure.microsoft.com/products/azure-sql), [Cosmos DB](https://azure.microsoft.com/products/cosmos-db/), [MongoDB](https://www.mongodb.com/), [Redis](https://redis.io/), [RabbitMQ](https://www.rabbitmq.com/), [PostgreSQL](https://www.postgresql.org/), and [MySQL](https://www.mysql.com/)), including support for [Entity Framework Core](https://learn.microsoft.com/ef/core/) | ||
- Single sign-on, JWT and Certificate auth with [Cloud Foundry](https://www.cloudfoundry.org/) | ||
|
||
For more information and to get started, please visit [Steeltoe on GitHub](https://github.com/SteeltoeOSS/Steeltoe) or the [documentation](https://steeltoe.io/docs). |
15 changes: 15 additions & 0 deletions
15
...reaker.Hystrix.MetricsStreamCore/Steeltoe.CircuitBreaker.Hystrix.MetricsStreamCore.csproj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>net8.0</TargetFrameworks> | ||
<Description>Netflix Hystrix metrics event stream for ASP.NET Core over RabbitMQ.</Description> | ||
<PackageTags>aspnetcore;Circuit Breaker;Spring;Spring Cloud;Spring Cloud Hystrix;Hystrix;turbine;cloudfoundry</PackageTags> | ||
<IsPackable>true</IsPackable> | ||
</PropertyGroup> | ||
|
||
<Import Project="..\..\..\shared.props" /> | ||
|
||
<ItemGroup> | ||
<None Include="Build\*.props" Pack="True" PackagePath="build" /> | ||
<None Include="Build\*.targets" Pack="True" PackagePath="build" /> | ||
</ItemGroup> | ||
</Project> |
10 changes: 10 additions & 0 deletions
10
...ete/Steeltoe.CircuitBreaker.HystrixBase/Build/Steeltoe.CircuitBreaker.HystrixBase.targets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<Project> | ||
<Target Name="Warn_SteeltoeCircuitBreakerHystrixBase" AfterTargets="AfterResolveReferences"> | ||
<Warning | ||
Text="The NuGet package Steeltoe.CircuitBreaker.HystrixBase has been removed from Steeltoe in v4. See https://steeltoe.io/docs/v3/obsolete for details." /> | ||
</Target> | ||
|
||
<Target Name="Fail_Steeltoe" BeforeTargets="BeforeCompile;CoreCompile"> | ||
<Error Text="One or more Steeltoe package dependencies need attention. See the build warnings for details." /> | ||
</Target> | ||
</Project> |
17 changes: 17 additions & 0 deletions
17
src/Obsolete/Steeltoe.CircuitBreaker.HystrixBase/PackageReadme.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Steeltoe | ||
|
||
> [!IMPORTANT] | ||
> This package has been removed from Steeltoe in v4. | ||
> See <https://steeltoe.io/docs/v3/obsolete> for details. | ||
|
||
[Steeltoe](https://steeltoe.io/) provides building blocks for development of .NET applications that integrate with [Spring](https://spring.io/) and [Spring Boot](https://spring.io/projects/spring-boot) environments, as well as [Cloud Foundry](https://www.cloudfoundry.org/) and [Kubernetes](https://kubernetes.io/) with first-party support for [Tanzu](https://tanzu.vmware.com/tanzu). | ||
|
||
Key features include: | ||
|
||
- External (optionally encrypted) configuration using [Spring Cloud Config Server](https://docs.spring.io/spring-cloud-config/docs/current/reference/html/) | ||
- Service discovery with [Netflix Eureka](https://spring.io/projects/spring-cloud-netflix) and [HashiCorp Consul](https://www.consul.io/) | ||
- Management endpoints (compatible with [actuators](https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html)), providing system info (such as versions, configuration, service container contents, mapped routes and HTTP traffic), heap/thread dumps, health checks, exporting metrics to [Prometheus](https://prometheus.io/), and changing log levels at runtime. | ||
- Connectivity to databases (such as [SQL Server](https://www.microsoft.com/sql-server)/[Azure SQL](https://azure.microsoft.com/products/azure-sql), [Cosmos DB](https://azure.microsoft.com/products/cosmos-db/), [MongoDB](https://www.mongodb.com/), [Redis](https://redis.io/), [RabbitMQ](https://www.rabbitmq.com/), [PostgreSQL](https://www.postgresql.org/), and [MySQL](https://www.mysql.com/)), including support for [Entity Framework Core](https://learn.microsoft.com/ef/core/) | ||
- Single sign-on, JWT and Certificate auth with [Cloud Foundry](https://www.cloudfoundry.org/) | ||
|
||
For more information and to get started, please visit [Steeltoe on GitHub](https://github.com/SteeltoeOSS/Steeltoe) or the [documentation](https://steeltoe.io/docs). |
15 changes: 15 additions & 0 deletions
15
src/Obsolete/Steeltoe.CircuitBreaker.HystrixBase/Steeltoe.CircuitBreaker.HystrixBase.csproj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>net8.0</TargetFrameworks> | ||
<Description>Steeltoe's implementation of Netflix's Hystrix, for .NET.</Description> | ||
<PackageTags>Spring Cloud;Netflix;Hystrix Client;Circuit Breaker</PackageTags> | ||
<IsPackable>true</IsPackable> | ||
</PropertyGroup> | ||
|
||
<Import Project="..\..\..\shared.props" /> | ||
|
||
<ItemGroup> | ||
<None Include="Build\*.props" Pack="True" PackagePath="build" /> | ||
<None Include="Build\*.targets" Pack="True" PackagePath="build" /> | ||
</ItemGroup> | ||
</Project> |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.