* migrate java8 to java11
* formulate unit test cases by convention
* remove test code
* update file path to test jar
* test jar file exits
* add log for testing jar file exits
* update test cases follow old pattern
* create FunctionClassLoaderProvider at each test
* add back beforeclass
* remove steps for testing
* test java17 linux
* add test cases to narrow issue
* add logs to locate the issue
* add more logs
* add logs
* fix integration test
* clean up code
* add log
* add logs
* add logs
* add logs
* reset singleton classLoaderInstance
* add back pipeline jobs
* clean up code
* rename unit test ExecutionTraceContextTest
* remove unused logics
* Updated subtree from https://github.com/azure/azure-functions-language-worker-protobuf. Tag: v1.5.8-protofile. Commit: 14b2ba5ccb188c160c0f6c519ec1d4521ee36440
* change to int_x, double_x avoding keyword conflict in java
* add worker meta data info
* change format to align with other workers
* add new method to compose worker metadata
* fix type in method name
* Downloading application insights agent as part of the java worker
* Updated setup-tests-pipeline.ps1 to unsign app insights jar
* Update setup-tests-pipeline.ps1
* Update package-pipeline.ps1
* Update setup-tests-pipeline.ps1
* Updated downloading AI agent jar
* Update package-pipeline.ps1
* Update setup-tests-pipeline.ps1
* Updated subtree from https://github.com/azure/azure-functions-language-worker-protobuf. Tag:v1.5.7-protofile. Commit:6cccbbfbf84d3c21b21236ae34ec0590c032daad
* Updated subtree from https://github.com/azure/azure-functions-language-worker-protobuf. Tag: v1.5.8-protofile. Commit: 14b2ba5ccb188c160c0f6c519ec1d4521ee36440
* Update FunctionRpc.proto
Updated name to int_x and double_x since int and double are keywords in java and generated grpc code throws error if key words are used as variable names.
Since GRPC relies on the number for comparing, it is better to rename the variable to anything but int and double here.
Co-authored-by: Shreyas Gopalakrishna <11889130+shreyas-gopalakrishna@users.noreply.github.com>
* Clean unused maven plugin
build-helper-maven-plugin is doing the repeated work which has already be done by protobuf-maven-plugin -- add generate grpc java file to source directory.
* update out-of-date maven plugins
* remove unused maven plugin build-helper-maven-plugin
* build executable jar that support java17
* add task to check default java version on vm
* remove --add-open option in pom file
* open package java.util for linux consumption support
* remove retry test case for http trigger - and retry test case for eventhub trigger
* eventhub 1 reach max capactiy, switch to eventhub 2 for max retry count test
* same as last commit
* remove test cases already has replacements
* clean up comments
* add test cases for eventhub - update pom file
update test cases for eventhub
revoke change on Constants.cs - and cosmosdb
remove unused Constants
add missing Constants
update out of date plugins in end2end pom file
test without new eventhub test cases
use jdk 1.8 to compile
fix function url
add test cases for eventhub
remove not working test cases
remove unused dependencies
* add back utils
* update Util class comparing string
update test cases for eventhub
revoke change on Constants.cs - and cosmosdb
remove unused Constants
add missing Constants
update out of date plugins in end2end pom file
test without new eventhub test cases
use jdk 1.8 to compile
fix function url
add test cases for eventhub
remove not working test cases
remove unused dependencies