![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Zeebe client containing a simple wrapper for the GRPC protocol used by Zeebe.
Install the gem:
gem install zeebe-client
Run a Zeebe instance locally:
docker run -it --rm -p 26500:26500 camunda/zeebe:8.4.0
And then try the available demo script.
See the changelog before upgrading.
The gen-grpc.sh
script can be used to generate Ruby code for the Zeebe proto.
To start Zeebe locally for running the integration tests use:
bundle exec rake zeebe:start
bundle exec rake spec
bundle exec rake zeebe:stop
To retrieve the latest GRPC proto from the Zeebe repository:
wget -O proto/gateway.proto https://raw.githubusercontent.com/camunda/zeebe/develop/gateway-protocol/src/main/proto/gateway.proto
This is a community extension for Zeebe that will be maintained on a best effort basis.
zeebe-client-ruby is licensed under the Apache License, Version 2.0. See LICENSE for more information.
This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to code-of-conduct@zeebe.io.
FAQs
Unknown package
We found that zeebe-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.