Граф коммитов

125 Коммитов

Автор SHA1 Сообщение Дата
Shreyas Gopalakrishna 0fa5fe04fe
Update grpc-protobuf to 1.64.0 and application insights agent version to 3.5.2 (#760)
* Update grpc-protobuf in  pom.xml

* Update pom.xml

* Update azure-pipelines-e2e-integration-tests.yml

* Update azure-pipelines.yml

* Update package-pipeline.ps1

* Update setup-tests-pipeline.ps1
2024-05-29 08:25:44 -07:00
AzureFunctionsJava 5d29dea9cc Update Java Worker Version to 2.14.0 2024-03-18 19:22:30 +00:00
Shreyas Gopalakrishna c92d38cdeb
Adding maven dependency check to identify publicly disclosed vulnerabilities (#751)
* Added dependency-check-maven and updated grpc modules

* Adding dependency check to pipeline

* Test pipeline

* Test pipeline

* Test pipeline

* Test pipeline
2024-01-30 11:28:32 -06:00
AzureFunctionsJava 029414f7df Update Java Worker Version to 2.13.0 2023-09-15 17:17:40 +00:00
AzureFunctionsJava ff172d5a4f Update Java Worker Version to 2.12.2 2023-09-06 17:21:19 +00:00
Shreyas Gopalakrishna 01b485f08a
Update grpc-protobuf to 1.57.2 (#722) 2023-08-22 11:24:57 -05:00
AzureFunctionsJava 641e9f66c2 Update Java Worker Version to 2.12.1 2023-07-24 20:04:58 +00:00
AzureFunctionsJava 8c23059631 Update Java Worker Version to 2.12.0 2023-06-01 21:58:09 +00:00
AzureFunctionsJava f5436d316c Update Java Worker Version to 2.11.0 2023-04-14 17:59:23 +00:00
Shreyas Gopalakrishna 9881b3a3e8
Update Java Worker Version to 2.10.0 (#710) 2023-03-16 21:08:15 -05:00
kaibocai 80447c446f
update dependency for vulnerablilities fix (#701)
* update dependency for vulnerablilities fix

* remove parent to resolve vul issue

* update surefire version
2023-03-14 13:34:12 -05:00
AzureFunctionsJava 555a32241f Update Java Worker Version to 2.9.1 2023-02-17 20:57:33 +00:00
dependabot[bot] 79427b3b92
Bump protobuf-java from 3.19.4 to 3.19.6 (#665)
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.19.4 to 3.19.6.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.19.4...v3.19.6)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-07 09:07:58 -06:00
AzureFunctionsJava ae1ebf69b9 Update Java Worker Version to 2.9.0 2023-02-02 19:45:03 +00:00
kaibocai 3d297240ed
Migrate from junit4 to junit5 (#692)
* migrate to junit5

* update pom.xml file

* remove lenient stub - correct assertions order

* move java version log to function load request handler
2023-01-19 11:41:13 -06:00
AzureFunctionsJava 45c6f93917 Update Java Worker Version to 2.8.1 2022-12-07 17:33:12 +00:00
AzureFunctionsJava 0c21a91cd4 Update Java Worker Version to 2.8.0 2022-11-16 18:02:08 +00:00
kaibocai ee19add851
update java library, core library, spi versions (#673) 2022-10-31 11:59:05 -05:00
Shreyas Gopalakrishna a2ccca1f2c
Delete "jna-platform" dependency from project (#670)
* Update pom.xml

* Update pom.xml

* Testing Update pom.xml
2022-10-13 16:30:33 -05:00
AzureFunctionsJava 9bd7f130cd Update Java Worker Version to 2.7.0 2022-10-05 20:15:16 +00:00
kaibocai c1895b561e
refactor java worker - add middleware support (#652)
* decouple function definition and function executor

* add function exceptions

* remove unnecessary synchronized block

* review updates

* fix invocatioid error

* rename factory get method

* middleware support logics (#659)

* middleware support logics

* refactor code

* rename middleware chain

* refactor code

* fix error

* refactor code

* minor updates

* remove used local varaible

* APIs change accordingly

* update method name

* update method name

* update core lib version to 1.1.0
2022-10-05 14:55:54 -05:00
AzureFunctionsJava d9bf967547 Update Java Worker Version to 2.6.0 2022-09-23 15:02:58 +00:00
AzureFunctionsJava ff5a2a2eab Update Java Worker Version to 2.5.0 2022-09-21 19:28:23 +00:00
kaibocai 5f53c618c4
Revert "migrate java8 to java11 (#636)" (#649)
This reverts commit f0440c3627.
2022-09-16 09:50:42 -07:00
kaibocai f0440c3627
migrate java8 to java11 (#636)
* 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
2022-09-08 08:00:28 -07:00
kaibocai 8845d98d17
release worker 2.4.0 (#625) 2022-08-17 14:52:43 -05:00
kaibocai 7c38b5a71e
release worker 2.3.3 (#624) 2022-08-17 14:39:01 -05:00
Shreyas Gopalakrishna 36c24500a6
Updated java worker to build and run tests on Linux (#604)
* Updated end to end tests to run on Linux

* Adding import
2022-08-04 08:46:05 -05:00
Shreyas Gopalakrishna 23750f009f
Release Java worker 2.3.1 (#591)
* Update pom.xml

* Update azure-pipelines.yml
2022-06-21 15:05:37 -05:00
Shreyas Gopalakrishna 6fd074a949
Release Java worker 2.3.0 (#590)
* Update Java worker and library version

* Updated end to end tests java library version

* Update azure-pipelines.yml
2022-06-21 13:43:34 -05:00
kaibocai dafba195c0
Clean unused maven plugin (#583)
* 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
2022-06-20 12:52:03 -05:00
kaibocai 2b31b8d3c6
build executable jar that support java17 (#581)
* 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
2022-06-20 12:47:01 -05:00
kaibocai 72ae44af79
minor refactor (#573)
* update-developer - add comments when updating env variables for running jvm

* remove uncessary warning

* add comments on pom plugins - update plugins
2022-05-25 11:08:33 -05:00
kaibocai 7b38be745c release worker version to 2.2.3 2022-04-07 17:28:33 -05:00
Shreyas Gopalakrishna 40e64a0c10 Upgrade grpc to 1.45.0, gson to 2.9.0 and protobuf-java to 3.19.4 2022-04-07 16:28:48 -05:00
kaibocai 9aeb123cdc update libs version 2022-04-05 11:33:29 -05:00
kaibocai 23a02f87e8 release worker 2.2.2-SNAPSHOT 2022-03-10 12:31:32 -06:00
kaibocai 681670ccfa release java worker 2.2.1-SNAPSHOT 2022-02-09 16:47:15 -06:00
kaibocai 0e0d09adfc update worker version to 2.2.0-SNAPSHOT 2022-02-09 13:38:26 -06:00
kaibocai 11111d1066 update pom file and remove unused imports 2022-02-09 11:24:43 -06:00
dependabot[bot] 791b038732 Bump protobuf-java from 3.7.1 to 3.16.1
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.7.1 to 3.16.1.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.7.1...v3.16.1)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-07 17:40:05 -06:00
Shreyas Gopalakrishna fea3bd51cf Release 2.1.0-SNAPSHOT 2022-01-06 01:03:36 +05:30
Shreyas Gopalakrishna 74c2d82004 Added retry context as part of execution context, updated protobuf, java library and end to end tests 2022-01-05 10:39:25 -06:00
Shreyas Gopalakrishna d53a402447
Updated pom.xml with grpc netty shaded (#469)
- Updated dependency from grpc-netty to use grpc-netty-shaded
- Adjusted the shading logic for grpc-netty-shaded
- This fixes Component Governance from picking up alerts from grpc-netty modules we don't directly use
2021-10-27 15:47:42 -05:00
kaibocai 9681cc2f51 Release 2.0.0 2021-09-30 15:10:50 -05:00
Ahmed El Sayed (Mamoun) d4ff103642 release 4.0.0 2021-09-29 11:37:35 -05:00
Shreyas Gopalakrishna 5a72618440 Revert "Update grpc version from 1.20.0 to 1.40.0 (#450)"
This reverts commit b9c9894a4a.
2021-09-17 22:21:32 -05:00
Shreyas Gopalakrishna b9c9894a4a
Update grpc version from 1.20.0 to 1.40.0 (#450)
* Update grpc version from 1.20.0 to 1.40.0
* Updating netty packages to avoid security vulnerabilities
2021-09-07 19:20:17 -04:00
Ahmed El Sayed (Mamoun) 976635d81a Upgrade guava. Update version for azure function library to 1.4.2 2021-03-31 13:04:59 -07:00
Ahmed El Sayed (Mamoun) dfc5207ad5 Release 1.8.2 SNAPSHOT 2021-01-20 17:52:33 -08:00