Azure / Azure/azure-functions-java-worker

Remove the catch all logics for azure-functions-java-library for cold start improvement

オープン
#661 コメント 1 件 リアクション 0 件 担当者 1 名 @kaibocai が担当を希望しています GitHub で見る
area:java-functions Enhancement Needs: Triage (Functions) reviewed V5
主要言語
Java
スター
103
フォーク
74
平均マージ
4日 8時間
マージ済み PR(30日)
2

説明

We should remove the catch-all logics [in java worker](https://github.com/Azure/azure-functions-java-worker/blob/d9bf967547d606e354cafb4a8ea0e359d90489ed/src/main/java/com/microsoft/azure/functions/worker/broker/JavaFunctionBroker.java#L132) for cold start improvement.

This will be a break change for customers who are using old maven plugin to build their function app, since the old plugin will remove azure-functions-java-library in their lib folder during build process. Without catch-all logics in worker there is no way for worker to know class from azure-functions-java-library, cx code will break.

We can introduce the change in V5 asking cx to use latest maven plugin for their V5 function app.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。