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

fix(protocol): map msg value type to correct intent #4306

Merged
merged 1 commit into from
Apr 15, 2020

Conversation

MiguelPires
Copy link
Contributor

Description

Map Message ValueType to the correct MessageIntent.

Related issues

closes #4289

Pull Request Checklist

  • All commit messages match our commit message guidelines
  • The submitting code follows our code style
  • If submitting code, please run mvn clean install -DskipTests locally before committing

@MiguelPires MiguelPires self-assigned this Apr 14, 2020
@MiguelPires
Copy link
Contributor Author

bors r+

zeebe-bors bot added a commit that referenced this pull request Apr 14, 2020
4262: chore(deps): update dependency io.zeebe:zeebe-client-java to v0.23.0 r=Zelldon a=renovate[bot]

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| io.zeebe:zeebe-client-java | minor | `0.22.2` -> `0.23.0` |

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#zeebe-io/zeebe).

4306: fix(protocol): map msg value type to correct intent r=MiguelPires a=MiguelPires

## Description

Map Message ValueType to the correct MessageIntent.

## Related issues

closes #4289

#

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Miguel Pires <miguel.pires@camunda.com>
@zeebe-bors
Copy link
Contributor

zeebe-bors bot commented Apr 14, 2020

Build failed (retrying...)

zeebe-bors bot added a commit that referenced this pull request Apr 14, 2020
4306: fix(protocol): map msg value type to correct intent r=MiguelPires a=MiguelPires

## Description

Map Message ValueType to the correct MessageIntent.

## Related issues

closes #4289

#

Co-authored-by: Miguel Pires <miguel.pires@camunda.com>
@zeebe-bors
Copy link
Contributor

zeebe-bors bot commented Apr 14, 2020

Build failed

@MiguelPires
Copy link
Contributor Author

bors r+

@zeebe-bors
Copy link
Contributor

zeebe-bors bot commented Apr 15, 2020

Build succeeded

@zeebe-bors zeebe-bors bot merged commit 18655cf into develop Apr 15, 2020
@zeebe-bors zeebe-bors bot deleted the 4289-wrong-intent branch April 15, 2020 08:00
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.

Intent#fromProtocolValue(ValueType,String) fails for ValueType.MESSAGE
3 participants