azure-functions-java-worker

Java runtime and core types for Microsoft Azure Functions

MIT License

Stars
86

Bot releases are visible (Hide)

azure-functions-java-worker - Azure Functions Java Worker 1.10.0-SNAPSHOT

Published by shreyas-gopalakrishna almost 3 years ago

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 - Azure Functions Java Worker 2.0.0

Published by kaibocai about 3 years ago

This release includes two break changes:

  1. For java 11 a synchronized singleton classloader will be used. This fixes the issue https://github.com/Azure/Azure-Functions/issues/1997
  2. Java 8 stop supporting loading the worker jars, working jars are removed from java worker. https://github.com/Azure/Azure-Functions/issues/1991
azure-functions-java-worker - Azure Functions Java Worker 1.9.0

Published by kaibocai about 3 years ago

Fixes the issue - multiple instances of the static variable even though it's in the same class: https://github.com/Azure/azure-functions-java-worker/issues/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 - Azure Functions Java Worker 1.8.2-SNAPSHOT

Published by amamounelsayed over 3 years ago

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 - Azure Functions Java Worker 1.8.1

Published by TsuyoshiUshio almost 4 years ago

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 - Azure Functions Java Worker 1.8.0

Published by TsuyoshiUshio about 4 years ago

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:

azure-functions-java-worker - Azure Functions Java Worker 1.7.3-SNAPSHOT

Published by amamounelsayed about 4 years ago

Bug fixes #393

This release includes:

1.7.2 Release

  • Update Azure Functions Java Library for Kafka and EventGrid (Azure Functions Java Library 1.4.0-SNAPSHOT)
  • Adding E2E testing for Kafka and EventGrid

1.7.1 Features that includes sharding all worker jars.

azure-functions-java-worker - Azure Functions Java Worker 1.7.2-SNAPSHOT

Published by TsuyoshiUshio about 4 years ago

This release includes 1.7.1 features that includes sharding all worker jars.

azure-functions-java-worker - Azure Functions Java Worker 1.7.1

Published by amamounelsayed over 4 years ago

This release is for shading all worker jars. This will give the option to clients to override the current behavior for java worker for how the jars are load it.

Only for JAVA 8
To be a backward compatible We freeze all the jars we currently have added to lib_worker_1.6.2.
We still load the worker jars first then the client jars.

If the client like to reverse this order and their jars takes presence first, they will need to add FUNCTIONS_WORKER_JAVA_LOAD_APP_LIBS True or 1. By this way it will be opt-in and load their jars first then worker jars.

JAVA 11 will use only the customer jars.

azure-functions-java-worker - Azure Functions Java Worker 1.6.2

Published by amamounelsayed over 4 years ago

Allows using environment variables in worker.config.json.

azure-functions-java-worker - Azure Functions Java Worker 1.6.1

Published by amamounelsayed over 4 years ago

Throughput improvements by Supporting RpcHttpBodyOnly and RpcHttpTriggerMetadataRemoved

azure-functions-java-worker - Azure Functions Java Worker 1.6.0

Published by amamounelsayed over 4 years ago

  • Increase gRpc channel message size to Integer.MaxValue
  • Add the support for WorkerStatus.
  • Add initial support for java 11 runtime.
azure-functions-java-worker - Azure Functions Java Worker 1.5.2-SNAPSHOT

Published by amamounelsayed about 5 years ago

Release Notes

  • Added support for TraceContext on ExecutionContext.
  • Added Azure Pipelines for Nightly builds.
azure-functions-java-worker - Azure Functions Java Worker 1.5.10246

Published by pragnagopa about 5 years ago

Release Notes

  • Added support of Typed Data collections
  • Added Azure Pipelines for Nightly builds
azure-functions-java-worker - Azure Functions Java Worker 1.5.0

Published by pragnagopa over 5 years ago

Release Notes

  • Deleted appserviceenvironment profile from worker.config.json
azure-functions-java-worker - Azure Functions Java Worker 1.4.1

Published by pragnagopa over 5 years ago

Release Notes

  • Updated grpc to 1.20.0
  • Updated to FunctionsJava version: zulu8.36.0.1-jre8.0.202
  • Fixed typo in command line parameter preferIPv4Stack
  • Removed Pico helper #270
azure-functions-java-worker - Azure Functions Java Worker 1.3.1-SNAPSHOT

Published by pragnagopa over 5 years ago

Release Notes

  • Allow custom annotation name() to override name defined in com.microsoft.azure.functions.annotation.CustomBinding
@Target(ElementType.PARAMETER)
@Retention(RetentionPolicy.RUNTIME)
@CustomBinding(direction = "in", name = "", type = "customBinding")
public @interface TestCustomBinding {
   String index();
   String path();
   String name();
}
azure-functions-java-worker - Azure Functions Java Worker 1.3.0-SNAPSHOT

Published by pragnagopa over 5 years ago

Release Notes

azure-functions-java-worker - Azure Functions Java Worker 1.2.6

Published by pragnagopa over 5 years ago

This release includes

  • Fix for #256
  • Improvements to E2E tests
azure-functions-java-worker - Azure Functions Java Worker 1.2.4

Published by pragnagopa almost 6 years ago

This release

  • Added support to reinitialize file detours using PicoHelper.
Package Rankings
Top 11.61% on Repo1.maven.org
Badges
Extracted from project README
Build status Build status