Skip to content

Commit 228a1a2

Browse files
test:Dotty instrumentation library updates for 2024-Nov-15 (#2884)
* test:Dotty instrumentation library updates for 2024-Nov-15 * Reverted RabbitMQ update, added Dotty exclusion --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Marty Tippin <[email protected]>
1 parent b2e8a16 commit 228a1a2

File tree

9 files changed

+24
-18
lines changed

9 files changed

+24
-18
lines changed

.github/workflows/scripts/nugetSlackNotifications/packageInfo.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,11 @@
116116
"packageName": "nservicebus"
117117
},
118118
{
119-
"packageName": "rabbitmq.client"
119+
"packageName": "rabbitmq.client",
120+
"ignorePatch": true,
121+
"ignoreMinor": true,
122+
"ignoreMajor": true,
123+
"ignoreReason": "Breaking major update. See https://github.com/newrelic/newrelic-dotnet-agent/issues/2885"
120124
},
121125
{
122126
"packageName": "restsharp"

tests/Agent/IntegrationTests/Applications/AzureFunctionApplication/AzureFunctionApplication.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
<ItemGroup>
2525
<FrameworkReference Include="Microsoft.AspNetCore.App" />
2626
<None Include="local.settings.json" />
27-
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.23.0" />
27+
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="2.0.0" />
2828
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.2.0" />
29-
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="1.3.2" Condition="'$(TargetFramework)' == 'net8.0'" />
29+
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="2.0.0" Condition="'$(TargetFramework)' == 'net8.0'" />
3030
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues" Version="5.5.0" />
31-
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.18.1" />
31+
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="2.0.0" />
3232
</ItemGroup>
3333
<ItemGroup>
3434
<None Update="host.json">

tests/Agent/IntegrationTests/Applications/LambdaSelfExecutingAssembly/LambdaSelfExecutingAssembly.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@
6565
<ProjectReference Include="..\..\ApplicationHelperLibraries\ApplicationLifecycle\ApplicationLifecycle.csproj" />
6666
</ItemGroup>
6767

68-
</Project>
68+
</Project>

tests/Agent/IntegrationTests/ContainerApplications/AwsSdkTestApp/AwsSdkTestApp.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
</PackageReference>
1717
<PackageReference Include="AWSSDK.SQS" Version="3.7.400.33" />
18-
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.402" />
18+
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.403.2" />
1919
<PackageReference Include="NewRelic.Agent.Api" Version="10.26.0" />
2020
</ItemGroup>
21-
</Project>
21+
</Project>

tests/Agent/IntegrationTests/ContainerApplications/KafkaTestApp/KafkaTestApp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515

1616

1717

18-
</Project>
18+
</Project>

tests/Agent/IntegrationTests/ContainerApplications/MemcachedTestApp/MemcachedTestApp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
<PackageReference Include="EnyimMemcachedCore" Version="3.2.3" Condition="'$(TargetFramework)' == 'net8.0'" />
1313
</ItemGroup>
1414

15-
</Project>
15+
</Project>

tests/Agent/IntegrationTests/ContainerApplications/SmokeTestApp/SmokeTestApp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
<PackageReference Include="NewRelic.Agent.Api" Version="10.20.0" />
1212
</ItemGroup>
1313

14-
</Project>
14+
</Project>

tests/Agent/IntegrationTests/ContainerIntegrationTests.sln

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ContainerIntegrationTests",
77
ProjectSection(ProjectDependencies) = postProject
88
{0EECB18A-4350-4D17-AB0D-F7647B4E3B58} = {0EECB18A-4350-4D17-AB0D-F7647B4E3B58}
99
{1F7402D8-E345-480C-BBA6-6313A1DEEB23} = {1F7402D8-E345-480C-BBA6-6313A1DEEB23}
10+
{3D46F286-A19A-4942-8E3F-8999E953A6F2} = {3D46F286-A19A-4942-8E3F-8999E953A6F2}
1011
{70731828-AFC8-4262-9076-3FB39E224D10} = {70731828-AFC8-4262-9076-3FB39E224D10}
1112
{FBA07795-8066-4641-88E5-05DD272D333A} = {FBA07795-8066-4641-88E5-05DD272D333A}
1213
EndProjectSection

tests/Agent/IntegrationTests/SharedApplications/Common/MFALatestPackages/MFALatestPackages.csproj

+9-8
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" Condition="'$(TargetFramework)' == 'net481'" />
3636
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" Condition="'$(TargetFramework)' == 'net8.0'" />
3737

38-
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.1" Condition="'$(TargetFramework)' == 'net481'" />
39-
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.1" Condition="'$(TargetFramework)' == 'net8.0'" />
38+
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.0" Condition="'$(TargetFramework)' == 'net481'" />
39+
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.0" Condition="'$(TargetFramework)' == 'net8.0'" />
4040

4141
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="8.0.1" Condition="'$(TargetFramework)' == 'net481'" />
4242
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="8.0.1" Condition="'$(TargetFramework)' == 'net8.0'" />
@@ -50,8 +50,8 @@
5050
<PackageReference Include="MySql.Data" Version="9.0.0" Condition="'$(TargetFramework)' == 'net481'" />
5151
<PackageReference Include="MySql.Data" Version="9.0.0" Condition="'$(TargetFramework)' == 'net8.0'" />
5252

53-
<PackageReference Include="MySqlConnector" Version="2.3.7" Condition="'$(TargetFramework)' == 'net481'" />
54-
<PackageReference Include="MySqlConnector" Version="2.3.7" Condition="'$(TargetFramework)' == 'net8.0'" />
53+
<PackageReference Include="MySqlConnector" Version="2.4.0" Condition="'$(TargetFramework)' == 'net481'" />
54+
<PackageReference Include="MySqlConnector" Version="2.4.0" Condition="'$(TargetFramework)' == 'net8.0'" />
5555

5656
<PackageReference Include="NEST" Version="7.17.5" Condition="'$(TargetFramework)' == 'net481'" />
5757
<PackageReference Include="NEST" Version="7.17.5" Condition="'$(TargetFramework)' == 'net8.0'" />
@@ -66,15 +66,16 @@
6666
<PackageReference Include="npgsql" Version="7.0.7" Condition="'$(TargetFramework)' == 'net481'" />
6767
<PackageReference Include="npgsql" Version="7.0.7" Condition="'$(TargetFramework)' == 'net8.0'" />
6868

69-
<!-- NServiceBus v9+ only supports .NET8+, so constraint FW target to the latest 8.x version -->
70-
<PackageReference Include="NServiceBus" Version="8.2.2" Condition="'$(TargetFramework)' == 'net481'" />
71-
<PackageReference Include="NServiceBus" Version="9.2.2" Condition="'$(TargetFramework)' == 'net8.0'" />
69+
<!-- NServiceBus v9+ only supports .NET8+, so constrain FW target to the latest 8.x version -->
70+
<PackageReference Include="NServiceBus" Version="8.2.4" Condition="'$(TargetFramework)' == 'net481'" />
71+
<PackageReference Include="NServiceBus" Version="9.2.3" Condition="'$(TargetFramework)' == 'net8.0'" />
7272

7373

7474
<!-- modern oracle only supports net472+ and net6.0+ -->
7575
<PackageReference Include="Oracle.ManagedDataAccess" Version="23.6.0" Condition="'$(TargetFramework)' == 'net481'" />
7676
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="23.6.0" Condition="'$(TargetFramework)' == 'net8.0'" />
77-
77+
78+
<!-- RabbitMQ v8+ only supports .NET+, so constrain FW target to the latest 6.x version -->
7879
<PackageReference Include="RabbitMQ.Client" Version="6.8.1" Condition="'$(TargetFramework)' == 'net481'" />
7980
<PackageReference Include="RabbitMQ.Client" Version="6.8.1" Condition="'$(TargetFramework)' == 'net8.0'" />
8081

0 commit comments

Comments
 (0)