Updates for Steeltoe v3.3#1556
Merged
Merged
Conversation
2c6bb88 to
329e133
Compare
- Bump vulnerable packages: OpenTelemetry.Instrumentation.Http, OpenTelemetry.Instrumentation.AspNetCore, OpenTelemetry.Extensions.Hosting - Remove package OpenTelemetry.Exporter.Jaeger (only non-stable and vulnerable versions exist) - The above requires a bump of Microsoft.Extensions.* packages to 8.0, because Otel lists them as minimal versions
… below the following directories: /src/CircuitBreaker/src/Abstractions /src/CircuitBreaker/src/Hystrix.MetricsEventsCore /src/CircuitBreaker/src/Hystrix.MetricsStreamCore /src/CircuitBreaker/src/HystrixBase /src/CircuitBreaker/src/HystrixCore /src/Common/src/Common.Expression /src/Common/src/Common.Kubernetes /src/Common/src/Common.RetryPolly /src/Common/src/Common.Utils /src/Configuration/src/KubernetesBase /src/Configuration/src/KubernetesCore /src/Connectors/src/Connector.EF6Core /src/Discovery/src/Kubernetes /src/Integration/src/Abstractions /src/Integration/src/IntegrationBase /src/Integration/src/RabbitMQ /src/Management/src/KubernetesCore /src/Stream/src/Abstractions /src/Stream/src/BinderRabbitMQ /src/Stream/src/StreamBase /src/Messaging/src/Abstractions /src/Messaging/src/MessagingBase /src/Messaging/src/RabbitMQ /src/Security/src/DataProtection.CredHubBase /src/Security/src/DataProtection.CredHubCore
20a7348 to
fb416a8
Compare
TimHess
reviewed
Jul 30, 2025
TimHess
reviewed
Jul 30, 2025
60b78fe to
7140f56
Compare
7140f56 to
c372cd3
Compare
3cfcb97 to
3ba55f9
Compare
|
5 tasks
5 tasks
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



Description
This PR updates Steeltoe 3.x code with the following changes:
net8.0, removed target fornetcoreapp3.1(net6.0is still targeted)Microsoft.Extensions.Logging, so we had to bump those as well.OpenTelemetry.Exporter.Jaegerexist, Jaeger support has been removed.Important
The changes in this PR represent the minimal effort to make all existing tests succeed. This means that Steeltoe 3.x still references very old third-party packages that are likely no longer supported. This is done to minimize the risk associated with existing users updating to this version. For any new developments, please use Steeltoe v4.
Related PR to add the redirect to the documentation website: SteeltoeOSS/Documentation#399.
Quality checklist
If your change affects other repositories, such as Documentation, Samples and/or MainSite, add linked PRs here.