Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump azure-functions-java-library from 1.4.2 to 2.2.0 #208

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 23, 2022

Bumps azure-functions-java-library from 1.4.2 to 2.2.0.

Release notes

Sourced from azure-functions-java-library's releases.

Azure Functions Java Worker 2.1.0-SNAPSHOT

Release notes

  • Added retry context as part of execution context #418
  • Fix bug - function with same name as any method in the Parent class will fail #451
  • Updated dependency from grpc-netty to use grpc-netty-shaded and adjusted the shading logic

Azure Functions Java Worker 2.0.0

This release includes two break changes:

  1. For java 11 a synchronized singleton classloader will be used. This fixes the issue Azure/Azure-Functions#1997
  2. Java 8 stop supporting loading the worker jars, working jars are removed from java worker. Azure/Azure-Functions#1991

Azure Functions Java Worker 1.11.0

  • Release Notes
    • Add support for function return value with new annotation @​HasImplicitOutput
    • Update worker to work with restructured azure-functions-java-library. The restructured azure-functions-java-library will only have annotation files and the other core files will be included in azure-functions-java-core-library.
    • Update modules for vulnerability
      • grpc to 1.45.0
      • gson to 2.9.0
      • protobuf-java to 3.19.4

Azure Functions Java Worker 1.10.0-SNAPSHOT

Release notes

  • Added retry context as part of execution context #418
  • Updated dependency from grpc-netty to use grpc-netty-shaded and adjusted the shading logic

Azure Functions Java Worker 1.9.0

Fixes the issue - multiple instances of the static variable even though it's in the same class: Azure/azure-functions-java-worker#412 Including a environment variable FUNCTIONS_WORKER_JAVA_SINGLE_CLASSLOADER. If this variable is set to true then the following changes are made

  • For java 11 a synchronized singleton classloader is created for usage

Azure Functions Java Worker 1.8.2-SNAPSHOT

Update Azure Functions Java Library for support for Retry policies and support service batch message for ServiceBusQueueTrigger & ServiceBusTopicTrigger (Azure Functions Java Library 1.4.2-SNAPSHOT)

Azure Functions Java Worker 1.8.1

This Release includes:

This release is for internal improvement. No new feature for users. We update CI pipeline, End-To-End testing. With introducing the %AZURE_FUNCTIONS_MESH_JAVA_OPTS% in the worker.config.json . This argument is not allowed to modify by users. Internal use only.

Azure Functions Java Worker 1.8.0

This release includes:

We have some issues related shading. We fully shaded however, Gson could be an issue since it is exposed indirectly and `HttpResponseMessage.Builder' 'body' method using Gson internally with shaded version. If you use Gson annotation, the last version will ignore the annotation. So we decided shaded bach the Gson.

This will fix following issues:

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [azure-functions-java-library](https://github.com/Azure/azure-functions-java-worker) from 1.4.2 to 2.2.0.
- [Release notes](https://github.com/Azure/azure-functions-java-worker/releases)
- [Commits](https://github.com/Azure/azure-functions-java-worker/commits)

---
updated-dependencies:
- dependency-name: com.microsoft.azure.functions:azure-functions-java-library
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 23, 2022

The following labels could not be found: area/dependencies.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 8, 2022

Superseded by #211.

@dependabot dependabot bot closed this Dec 8, 2022
@dependabot dependabot bot deleted the dependabot/maven/com.microsoft.azure.functions-azure-functions-java-library-2.2.0 branch December 8, 2022 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants