Skip to content

Commit ef3d89d

Browse files
authored
Merge pull request #712 from Project-MONAI/ac1619-nds
fix for messaging
2 parents 0e4da5a + df74ad2 commit ef3d89d

File tree

8 files changed

+33
-33
lines changed

8 files changed

+33
-33
lines changed

doc/dependency_decisions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2335,15 +2335,15 @@
23352335
:why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE)
23362336
:versions:
23372337
- 0.1.21
2338-
- 0.1.22-rc0011
2338+
- 0.1.22-rc0012
23392339
:when: 2022-12-15 21:43:10.781625468 Z
23402340
- - :approve
23412341
- Monai.Deploy.Messaging.RabbitMQ
23422342
- :who: samrooke
23432343
:why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE)
23442344
:versions:
23452345
- 0.1.21
2346-
- 0.1.22-rc0011
2346+
- 0.1.22-rc0012
23472347
:when: 2022-12-15 21:43:20.975488411 Z
23482348
- - :approve
23492349
- Monai.Deploy.Storage

src/TaskManager/TaskManager/Monai.Deploy.WorkflowManager.TaskManager.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
6363
<PackageReference Include="Microsoft.Extensions.Options" Version="7.0.1" />
6464
<PackageReference Include="Monai.Deploy.Storage" Version="0.2.13" />
65-
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.22-rc0011" />
65+
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.22-rc0012" />
6666
<PackageReference Include="Monai.Deploy.Storage.MinIO" Version="0.2.13" />
67-
<PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="0.1.22-rc0011" />
67+
<PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="0.1.22-rc0012" />
6868
<PackageReference Include="Mongo.Migration" Version="3.1.4" />
6969
<PackageReference Include="NLog" Version="5.1.2" />
7070
<PackageReference Include="NLog.Web.AspNetCore" Version="5.2.2" />

src/TaskManager/TaskManager/packages.lock.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@
7474
},
7575
"Monai.Deploy.Messaging": {
7676
"type": "Direct",
77-
"requested": "[0.1.22-rc0011, )",
78-
"resolved": "0.1.22-rc0011",
79-
"contentHash": "khBiYmQhw2AH1qJ61JDrlZ9jjjBumyFvYAiTdvCny0KaSVlj9CjzsvuD6TRrb+oFHuL1ZehFvvhD53vGcSD4zw==",
77+
"requested": "[0.1.22-rc0012, )",
78+
"resolved": "0.1.22-rc0012",
79+
"contentHash": "L7iTbtpB41nEEb12qVSf92pljZkN9HowioY5uXJ1drZ39mUHnOIv5qcCgtcaf1eNsaTUMLOHLMv4XaESdKVRUw==",
8080
"dependencies": {
8181
"Ardalis.GuardClauses": "4.0.1",
8282
"Microsoft.Extensions.Configuration": "6.0.1",
@@ -89,11 +89,11 @@
8989
},
9090
"Monai.Deploy.Messaging.RabbitMQ": {
9191
"type": "Direct",
92-
"requested": "[0.1.22-rc0011, )",
93-
"resolved": "0.1.22-rc0011",
94-
"contentHash": "OTFvY4tO00zNrP+zjF7QY5mjsILWKfa3SyLB9wvxcJw8zIOJlkGDWoXTq84fLdL5QR/L5GT7PeD3Yhl82h8rcg==",
92+
"requested": "[0.1.22-rc0012, )",
93+
"resolved": "0.1.22-rc0012",
94+
"contentHash": "lvvr3Q8JL5400qmAPV2ogLI3zXAI6YWIZavurxel+6E2oEYpSQ8ArNsjZM+i+xnetUWClcv/vE5cjR/BAMdUuw==",
9595
"dependencies": {
96-
"Monai.Deploy.Messaging": "0.1.22-rc0011",
96+
"Monai.Deploy.Messaging": "0.1.22-rc0012",
9797
"Polly": "7.2.3",
9898
"RabbitMQ.Client": "6.4.0",
9999
"System.Collections.Concurrent": "4.3.0"

src/WorkflowManager/WorkflowManager/Monai.Deploy.WorkflowManager.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--
1+
<!--
22
~ Copyright 2022 MONAI Consortium
33
~
44
~ Licensed under the Apache License, Version 2.0 (the "License");
@@ -45,11 +45,11 @@
4545
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
4646
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
4747
<PackageReference Include="Microsoft.Extensions.Options" Version="7.0.1" />
48-
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.22-rc0011" />
48+
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.22-rc0012" />
4949
<PackageReference Include="Monai.Deploy.Security" Version="0.1.3" />
5050
<PackageReference Include="Monai.Deploy.Storage" Version="0.2.13" />
5151
<PackageReference Include="Monai.Deploy.Storage.MinIO" Version="0.2.13" />
52-
<PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="0.1.22-rc0011" />
52+
<PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="0.1.22-rc0012" />
5353
<PackageReference Include="Mongo.Migration" Version="3.1.4" />
5454
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
5555
<PackageReference Include="NLog" Version="5.1.2" />

src/WorkflowManager/WorkflowManager/packages.lock.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
},
7272
"Monai.Deploy.Messaging": {
7373
"type": "Direct",
74-
"requested": "[0.1.22-rc0011, )",
75-
"resolved": "0.1.22-rc0011",
76-
"contentHash": "khBiYmQhw2AH1qJ61JDrlZ9jjjBumyFvYAiTdvCny0KaSVlj9CjzsvuD6TRrb+oFHuL1ZehFvvhD53vGcSD4zw==",
74+
"requested": "[0.1.22-rc0012, )",
75+
"resolved": "0.1.22-rc0012",
76+
"contentHash": "L7iTbtpB41nEEb12qVSf92pljZkN9HowioY5uXJ1drZ39mUHnOIv5qcCgtcaf1eNsaTUMLOHLMv4XaESdKVRUw==",
7777
"dependencies": {
7878
"Ardalis.GuardClauses": "4.0.1",
7979
"Microsoft.Extensions.Configuration": "6.0.1",
@@ -86,11 +86,11 @@
8686
},
8787
"Monai.Deploy.Messaging.RabbitMQ": {
8888
"type": "Direct",
89-
"requested": "[0.1.22-rc0011, )",
90-
"resolved": "0.1.22-rc0011",
91-
"contentHash": "OTFvY4tO00zNrP+zjF7QY5mjsILWKfa3SyLB9wvxcJw8zIOJlkGDWoXTq84fLdL5QR/L5GT7PeD3Yhl82h8rcg==",
89+
"requested": "[0.1.22-rc0012, )",
90+
"resolved": "0.1.22-rc0012",
91+
"contentHash": "lvvr3Q8JL5400qmAPV2ogLI3zXAI6YWIZavurxel+6E2oEYpSQ8ArNsjZM+i+xnetUWClcv/vE5cjR/BAMdUuw==",
9292
"dependencies": {
93-
"Monai.Deploy.Messaging": "0.1.22-rc0011",
93+
"Monai.Deploy.Messaging": "0.1.22-rc0012",
9494
"Polly": "7.2.3",
9595
"RabbitMQ.Client": "6.4.0",
9696
"System.Collections.Concurrent": "4.3.0"

tests/IntegrationTests/TaskManager.IntegrationTests/Monai.Deploy.WorkflowManager.TaskManager.IntegrationTests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--
1+
<!--
22
~ Copyright 2022 MONAI Consortium
33
~
44
~ Licensed under the Apache License, Version 2.0 (the "License");
@@ -26,8 +26,8 @@
2626
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.9" />
2727
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
2828
<PackageReference Include="Minio" Version="4.0.6" />
29-
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.22-rc0011" />
30-
<PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="0.1.22-rc0011" />
29+
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.22-rc0012" />
30+
<PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="0.1.22-rc0012" />
3131
<PackageReference Include="Monai.Deploy.Storage" Version="0.2.13" />
3232
<PackageReference Include="Monai.Deploy.Storage.MinIO" Version="0.2.13" />
3333
<PackageReference Include="Mongo.Migration" Version="3.1.4" />

tests/IntegrationTests/WorkflowExecutor.IntegrationTests/Monai.Deploy.WorkflowManager.WorkflowExecutor.IntegrationTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.9" />
3535
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
3636
<PackageReference Include="Minio" Version="4.0.6" />
37-
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.22-rc0011" />
38-
<PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="0.1.22-rc0011" />
37+
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.22-rc0012" />
38+
<PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="0.1.22-rc0012" />
3939
<PackageReference Include="Monai.Deploy.Storage" Version="0.2.13" />
4040
<PackageReference Include="Monai.Deploy.Storage.MinIO" Version="0.2.13" />
4141
<PackageReference Include="Polly" Version="7.2.3" />

tests/UnitTests/WorkflowManager.Tests/packages.lock.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -603,8 +603,8 @@
603603
},
604604
"Monai.Deploy.Messaging": {
605605
"type": "Transitive",
606-
"resolved": "0.1.22-rc0011",
607-
"contentHash": "khBiYmQhw2AH1qJ61JDrlZ9jjjBumyFvYAiTdvCny0KaSVlj9CjzsvuD6TRrb+oFHuL1ZehFvvhD53vGcSD4zw==",
606+
"resolved": "0.1.22-rc0012",
607+
"contentHash": "L7iTbtpB41nEEb12qVSf92pljZkN9HowioY5uXJ1drZ39mUHnOIv5qcCgtcaf1eNsaTUMLOHLMv4XaESdKVRUw==",
608608
"dependencies": {
609609
"Ardalis.GuardClauses": "4.0.1",
610610
"Microsoft.Extensions.Configuration": "6.0.1",
@@ -617,10 +617,10 @@
617617
},
618618
"Monai.Deploy.Messaging.RabbitMQ": {
619619
"type": "Transitive",
620-
"resolved": "0.1.22-rc0011",
621-
"contentHash": "OTFvY4tO00zNrP+zjF7QY5mjsILWKfa3SyLB9wvxcJw8zIOJlkGDWoXTq84fLdL5QR/L5GT7PeD3Yhl82h8rcg==",
620+
"resolved": "0.1.22-rc0012",
621+
"contentHash": "lvvr3Q8JL5400qmAPV2ogLI3zXAI6YWIZavurxel+6E2oEYpSQ8ArNsjZM+i+xnetUWClcv/vE5cjR/BAMdUuw==",
622622
"dependencies": {
623-
"Monai.Deploy.Messaging": "0.1.22-rc0011",
623+
"Monai.Deploy.Messaging": "0.1.22-rc0012",
624624
"Polly": "7.2.3",
625625
"RabbitMQ.Client": "6.4.0",
626626
"System.Collections.Concurrent": "4.3.0"
@@ -1651,8 +1651,8 @@
16511651
"Microsoft.Extensions.DependencyInjection.Abstractions": "[7.0.0, )",
16521652
"Microsoft.Extensions.Hosting": "[7.0.1, )",
16531653
"Microsoft.Extensions.Options": "[7.0.1, )",
1654-
"Monai.Deploy.Messaging": "[0.1.22-rc0011, )",
1655-
"Monai.Deploy.Messaging.RabbitMQ": "[0.1.22-rc0011, )",
1654+
"Monai.Deploy.Messaging": "[0.1.22-rc0012, )",
1655+
"Monai.Deploy.Messaging.RabbitMQ": "[0.1.22-rc0012, )",
16561656
"Monai.Deploy.Security": "[0.1.3, )",
16571657
"Monai.Deploy.Storage": "[0.2.13, )",
16581658
"Monai.Deploy.Storage.MinIO": "[0.2.13, )",

0 commit comments

Comments
 (0)