From 7bdc74adb029e068feeb4fc493d5bd658e26c856 Mon Sep 17 00:00:00 2001 From: Miguel Veloso Date: Wed, 9 Oct 2019 17:31:03 +0100 Subject: [PATCH 1/2] Updated Backlog (markdown) --- Backlog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Backlog.md b/Backlog.md index 76e346c..f4d1e28 100644 --- a/Backlog.md +++ b/Backlog.md @@ -104,3 +104,5 @@ These are candidate features to consider for the [roadmap](Roadmap). - Consider using Bash instead of PowerShell scripts, check [issue #228](https://github.com/dotnet-architecture/eShopOnContainers/issues/228) for details. - Fix naming inconsistency in EventBus projects and namespaces, they should be EventBus.RabbitMQ" and "EventBus.ServiceBus", check [issue #943](https://github.com/dotnet-architecture/eShopOnContainers/issues/943) + +- Keep in mind incompatibilities between RabbitMQ and AMQP 1.0 when considering migration. See [issue docs # 5672](https://github.com/dotnet/docs/issues/5672). \ No newline at end of file From fb20b4100dcebf51c1b192386cedc929553e9611 Mon Sep 17 00:00:00 2001 From: Nish Anil Date: Wed, 16 Oct 2019 20:20:11 +0530 Subject: [PATCH 2/2] Updated Roadmap (markdown) --- Roadmap.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Roadmap.md b/Roadmap.md index a5bb010..b1d6827 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -1,6 +1,6 @@ ## Next major release -Features that will be included in next major release. +Features that will be included in the next major release. - Migrate solution from ASP.NET Core 2.2 to 3.0 and update all projects to use the latest .NET Core 3.0 templates. @@ -20,8 +20,9 @@ Features that will be included in next major release. - Sidecar implementation with Envoy/Istio - Improved API Gateway and resilience - gRPC for inter-service communications - - Azure Dev Spaces + - Test and Support Azure Dev Spaces +🔥 [Track Progress](https://github.com/dotnet-architecture/eShopOnContainers/tree/features/migration-dotnet3) ## Feature candidates Check the [backlog](Backlog) for candidate features.