Skip to content

Commit 71f91d0

Browse files
kamperiadisAzureFunctionsJava
andauthored
[Backport] Update Java Worker Version to 2.16.0 (#10377)
* Update Java Worker Version to 2.16.0 * Add details for java worker release versions --------- Co-authored-by: AzureFunctionsJava <[email protected]>
1 parent 7088177 commit 71f91d0

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

release_notes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
55
-->
6+
- Update Java Worker Version to [2.16.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.16.0):
7+
- Fix thread context classloader for middleware chain
8+
- Update Java Worker Version to [2.15.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.15.0):
9+
- Update grpc-protobuf to 1.64.0 and application insights agent version to 3.5.2
610
- Marking SyncTriggers [RequiresRunningHost]. (#10233)
711
- Defaulting SwtAuthenticationEnabled to False (#10195)
812
- Adding runtime site name to valid JWT audiences (slot scenarios) (#10185)
@@ -26,4 +30,4 @@
2630
- `System.Format.Asn1` updated to 6.0.1
2731
- Update PowerShell 7.2 worker to [4.0.4020](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4020)
2832
- Update PowerShell 7.4 worker to [4.0.4021](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4021)
29-
- Trim FunctionsNetHost artifacts (#10364)
33+
- Trim FunctionsNetHost artifacts (#10364)

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<Import Project="..\..\build\common.props" />
33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
@@ -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.14.0" />
63+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.16.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.14.0" />
48+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.16.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)