Skip to content

Commit 0b6ba8b

Browse files
kamperiadisAzureFunctionsJava
andauthored
[Backport] Update Java Worker Version to 2.17.0 (#10430)
* Update Java Worker Version to 2.17.0 * Add details of changes in java version 2.17.0 * Update release_notes.md --------- Co-authored-by: AzureFunctionsJava <[email protected]>
1 parent e2ac11f commit 0b6ba8b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

release_notes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
55
-->
6+
- Update Java Worker Version to [2.17.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.17.0)
7+
- Update application insights agent version to 3.5.4
8+
- Includes fixes from 2.16.0
69
- Update Python Worker Version to [4.31.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.31.0)
710
- Includes fixes from 4.30.0
8-
- Update Java Worker Version to [2.16.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.16.0):
9-
- Fix thread context classloader for middleware chain
10-
- Includes fixes from 2.15.0
1111
- Upgraded the following package versions (#10326):
1212
- `Azure.Security.KeyVault.Secrets` updated to 4.6.0
1313
- `System.Format.Asn1` updated to 6.0.1

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
<!-- Workers -->
6262
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.2.20220831.41" />
63-
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.16.0" />
63+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.17.0" />
6464
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.10.0" />
6565
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.3148" />
6666
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.4020" />

test/WebJobs.Script.Tests.Integration/WebJobs.Script.Tests.Integration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<PackageReference Include="Microsoft.Azure.EventHubs" Version="2.1.0" />
4646
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.10.0" />
4747
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="4.0.5-11874" />
48-
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.16.0" />
48+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.17.0" />
4949
<PackageReference Include="Microsoft.Azure.Mobile.Client" Version="4.0.2" />
5050
<PackageReference Include="Microsoft.Azure.ServiceBus" Version="4.2.1" />
5151
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />

0 commit comments

Comments
 (0)