Skip to content
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

Drop Messaging/Stream/Integration/SpEL #1246

Merged
merged 35 commits into from
Jan 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
3e79c5d
Remove Steeltoe.Messaging, Steeltoe.Stream, Steeltoe.Integration and …
bart-vmware Dec 4, 2023
9e1d445
Remove converters
bart-vmware Dec 5, 2023
9eaa553
Remove transactions
bart-vmware Dec 5, 2023
4e81e26
Remove order abstraction
bart-vmware Dec 5, 2023
0226c15
Remove AntPathMatcher
bart-vmware Dec 5, 2023
24cb477
Remove ClassUtils
bart-vmware Dec 5, 2023
450aa2e
Remove IdGenerator
bart-vmware Dec 5, 2023
e7c9241
Remove MimeType
bart-vmware Dec 5, 2023
245ba05
Remove ObjectEquality
bart-vmware Dec 5, 2023
6812901
Remove PatternMatchUtils
bart-vmware Dec 5, 2023
1cf40a2
Remove RouteMatcher/PathMatcher
bart-vmware Dec 5, 2023
5b92fa8
Remove ListExtensions
bart-vmware Dec 5, 2023
2eea674
Remove ExceptionDepthComparator
bart-vmware Dec 5, 2023
fc0f06b
Remove EncodingUtils
bart-vmware Dec 5, 2023
0822a77
Remove AttributeUtils
bart-vmware Dec 5, 2023
ac12871
Remove IErrorHandler
bart-vmware Dec 5, 2023
d258287
Remove Atomic* types
bart-vmware Dec 5, 2023
d6d5313
Remove IAsyncRunnable
bart-vmware Dec 5, 2023
ff7ed18
Remove IRoute
bart-vmware Dec 5, 2023
bd86687
Remove IRunnable
bart-vmware Dec 5, 2023
232821e
Remove IStringValueResolver
bart-vmware Dec 5, 2023
5139b55
Remove ITimerListener
bart-vmware Dec 5, 2023
49a54e5
Remove BackOff
bart-vmware Dec 5, 2023
36f4ac8
Remove CommandExecutor
bart-vmware Dec 5, 2023
5a3d57e
Remove ServiceAttribute
bart-vmware Dec 5, 2023
34ae830
Cleanup TestResources
bart-vmware Dec 5, 2023
2fb8884
Add orphaned test projects to solution
bart-vmware Jan 9, 2024
8e0ab19
Remove ILifecycle
bart-vmware Jan 12, 2024
5c671c1
Remove IApplicationContext
bart-vmware Jan 12, 2024
e56ff83
Remove unused entries from versions.props
bart-vmware Jan 12, 2024
e46b1a2
Remove Common.RetryPolly
bart-vmware Jan 12, 2024
d20660f
Remove IClassifier, IServiceNameAware
bart-vmware Jan 12, 2024
5c9222a
Remove deleted project from solution filter
bart-vmware Jan 12, 2024
386c32b
Code style check: do not batch when too many changed files
bart-vmware Jan 12, 2024
06b5d05
Update Resharper version, run full cleanup
bart-vmware Jan 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"jetbrains.resharper.globaltools": {
"version": "2023.3.0",
"version": "2023.3.2",
"commands": [
"jb"
]
Expand Down
3 changes: 0 additions & 3 deletions PackageReadme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ Features include:
- Service discovery with [Eureka](https://spring.io/projects/spring-cloud-netflix) and [HashiCorp Consul](https://www.consul.io/)
- External (encrypted) configuration using [Spring Cloud Config Server](https://docs.spring.io/spring-cloud-config/docs/current/reference/html/)
- Single sign-on with [Cloud Foundry](https://www.cloudfoundry.org/)
- An easy-to-use API for [RabbitMQ message exchange](https://www.rabbitmq.com/features.html), providing [RabbitTemplate](https://spring.io/guides/gs/messaging-rabbitmq/) and annotation-driven listeners
- Streaming with [Spring Cloud Data Flow](https://spring.io/projects/spring-cloud-dataflow), enabling orchestration with Java stream apps
- Steeltoe converts [Spring Expression Language (SpEL)](https://docs.spring.io/spring-framework/docs/3.0.x/reference/expressions.html) to .NET compiled code
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Are you looking to create .NET microservices? Modernizing existing applications? Moving apps to containers? Steeltoe can help you!

[Steeltoe](https://steeltoe.io) is an open source project that provides a collection of libraries that helps users build production-grade cloud-native applications using externalized configuration, service discovery, distributed tracing, application management, and more. Steeltoe also provides a seamless way to build, configure, and run event-driven microservice applications and stream-based data processing applications.
[Steeltoe](https://steeltoe.io) is an open source project that provides a collection of libraries that helps users build production-grade cloud-native applications using externalized configuration, service discovery, distributed tracing, application management, and more.

We have also built several tools to get you started:

Expand Down
19 changes: 0 additions & 19 deletions build/integration.yml

This file was deleted.

20 changes: 0 additions & 20 deletions build/messaging.yml

This file was deleted.

21 changes: 0 additions & 21 deletions build/stream.yml

This file was deleted.

2 changes: 1 addition & 1 deletion build/verify-code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ jobs:
if ($LastExitCode -ne 0) { throw "Command 'git rev-parse (2)' failed with exit code $LastExitCode." }

Write-Output "Running code cleanup on commit range $baseCommitHash..$headCommitHash in pull request."
dotnet regitlint -s src/Steeltoe.All.sln --print-command --skip-tool-check --jb --dotnetcoresdk=$(dotnet --version) --jb-profile="Steeltoe Full Cleanup" --jb --properties:Configuration=Release --jb --verbosity=WARN --fail-on-diff --print-diff -f commits -a $headCommitHash -b $baseCommitHash
dotnet regitlint -s src/Steeltoe.All.sln --print-command --skip-tool-check --max-runs=5 --jb --dotnetcoresdk=$(dotnet --version) --jb-profile="Steeltoe Full Cleanup" --jb --properties:Configuration=Release --jb --verbosity=WARN --fail-on-diff --print-diff -f commits -a $headCommitHash -b $baseCommitHash
}
4 changes: 2 additions & 2 deletions cleanupcode.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ if ($revision) {

if ($baseCommitHash -eq $headCommitHash) {
Write-Output "Running code cleanup on staged/unstaged files."
dotnet regitlint -s src/Steeltoe.All.sln --print-command --skip-tool-check --jb --dotnetcoresdk=$(dotnet --version) --jb-profile="Steeltoe Full Cleanup" --jb --properties:Configuration=Release --jb --verbosity=WARN -f staged,modified
dotnet regitlint -s src/Steeltoe.All.sln --print-command --skip-tool-check --max-runs=5 --jb --dotnetcoresdk=$(dotnet --version) --jb-profile="Steeltoe Full Cleanup" --jb --properties:Configuration=Release --jb --verbosity=WARN -f staged,modified
VerifySuccessExitCode
}
else {
Write-Output "Running code cleanup on commit range $baseCommitHash..$headCommitHash, including staged/unstaged files."
dotnet regitlint -s src/Steeltoe.All.sln --print-command --skip-tool-check --jb --dotnetcoresdk=$(dotnet --version) --jb-profile="Steeltoe Full Cleanup" --jb --properties:Configuration=Release --jb --verbosity=WARN -f staged,modified,commits -a $headCommitHash -b $baseCommitHash
dotnet regitlint -s src/Steeltoe.All.sln --print-command --skip-tool-check --max-runs=5 --jb --dotnetcoresdk=$(dotnet --version) --jb-profile="Steeltoe Full Cleanup" --jb --properties:Configuration=Release --jb --verbosity=WARN -f staged,modified,commits -a $headCommitHash -b $baseCommitHash
VerifySuccessExitCode
}
}
Expand Down
20 changes: 0 additions & 20 deletions src/Common/src/Abstractions/Attributes/ServiceAttribute.cs

This file was deleted.

41 changes: 0 additions & 41 deletions src/Common/src/Abstractions/Contexts/IApplicationContext.cs

This file was deleted.

25 changes: 0 additions & 25 deletions src/Common/src/Abstractions/Converter/IConditionalConverter.cs

This file was deleted.

This file was deleted.

70 changes: 0 additions & 70 deletions src/Common/src/Abstractions/Converter/IConversionService.cs

This file was deleted.

28 changes: 0 additions & 28 deletions src/Common/src/Abstractions/Converter/IConverter.cs

This file was deleted.

19 changes: 0 additions & 19 deletions src/Common/src/Abstractions/Converter/IConverterRegistry.cs

This file was deleted.

33 changes: 0 additions & 33 deletions src/Common/src/Abstractions/Converter/IGenericConverter.cs

This file was deleted.

This file was deleted.

This file was deleted.

Loading