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

chore(deps): update version.sbe to v1.18.1 #4582

Merged
merged 1 commit into from May 25, 2020
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 23, 2020

This PR contains the following updates:

Package Update Change
uk.co.real-logic:sbe-tool minor 1.17.0 -> 1.18.1
uk.co.real-logic:sbe-all minor 1.17.0 -> 1.18.1

Release Notes

real-logic/simple-binary-encoding

v1.18.1

Compare Source

  • Fix case of importing buffers when var data is used in nested groups for Java codecs.

Java binaries can be found here...

v1.18.0

Compare Source

  • Only generate imports for Java codecs when required to address warnings.
  • Access fixed length arrays as Spans in C# codecs. PR #​780.
  • Add SbeSchemaId and SbeSchemaVersion as constants in fixed flyweights for C# codecs.
  • Generate source docs from schema descriptions for C# codecs. PR #​778.
  • Add offset and wrap methods to C# codecs for ease of use. PR #​777.
  • Support non-standard message headers form the C++ codecs. PR #​775.
  • Fix version support for enums in C codecs. Issue #​773.
  • Improve formatting of generated C codecs.
  • Require a strict dependency on Agrona.
  • Upgrade to Agrona 1.5.0.
  • Upgrade to javadoc-links 5.1.0.
  • Upgrade to JUnit 5.6.2.
  • Upgrade to Gradle 6.4.1.

Java binaries can be found here...


Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

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

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update version.sbe to v1.18.0 chore(deps): update version.sbe to v1.18.1 May 23, 2020
@npepinpe
Copy link
Member

bors r+

zeebe-bors bot added a commit that referenced this pull request May 25, 2020
4531: Add tests for snapshotting and compaction r=Zelldon a=Zelldon

## Description

Improved further the `RaftRule` such that we are able to trigger snapshotting, which will create snapshots on all nodes. After the snapshot is taken the snapshot listeners are called, which trigger compaction. This setup reflects now how our system works, but it is much easier to test I think.

Normally we do a snapshot on the Leader and replicate that. The snapshot replication call at the end also `SnapshotStore#newSnapshot`. With the current test approach we were able to simplify that approach and test the same behavior. 

I added a test for:

 * normal snapshot taking and verify that all nodes have this snapshot
 * snapshotting triggers compaction verify log is compacted
 * snapshot is send on rejoin cluster

I plan to add further tests, more complex ones probably.

I checked #4467 and the problem was that the node was not able to truncate his log because it was at zero index and the leader was not able to send a snapshot, because it had none. The test was wrongly written I would say.

<!-- Please explain the changes you made here. -->

## Related issues

<!-- Which issues are closed by this PR or are related -->

closes #4467

#

4582: chore(deps): update version.sbe to v1.18.1 r=npepinpe a=renovate[bot]

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [uk.co.real-logic:sbe-tool](https://togithub.com/real-logic/simple-binary-encoding) | minor | `1.17.0` -> `1.18.1` |
| [uk.co.real-logic:sbe-all](https://togithub.com/real-logic/simple-binary-encoding) | minor | `1.17.0` -> `1.18.1` |

---

### Release Notes

<details>
<summary>real-logic/simple-binary-encoding</summary>

### [`v1.18.1`](https://togithub.com/real-logic/simple-binary-encoding/releases/1.18.1)

[Compare Source](https://togithub.com/real-logic/simple-binary-encoding/compare/1.18.0...1.18.1)

-   Fix case of importing buffers when var data is used in nested groups for Java codecs.

Java binaries can be found [here...](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22uk.co.real-logic%22%20sbe)

### [`v1.18.0`](https://togithub.com/real-logic/simple-binary-encoding/releases/1.18.0)

[Compare Source](https://togithub.com/real-logic/simple-binary-encoding/compare/1.17.0...1.18.0)

-   Only generate imports for Java codecs when required to address warnings.
-   Access fixed length arrays as Spans in C# codecs. [PR #&#8203;780](https://togithub.com/real-logic/simple-binary-encoding/pull/780).
-   Add `SbeSchemaId` and `SbeSchemaVersion` as constants in fixed flyweights for C# codecs.
-   Generate source docs from schema descriptions for C# codecs. [PR #&#8203;778](https://togithub.com/real-logic/simple-binary-encoding/pull/778).
-   Add offset and wrap methods to C# codecs for ease of use. [PR #&#8203;777](https://togithub.com/real-logic/simple-binary-encoding/pull/777).
-   Support non-standard message headers form the C++ codecs. [PR #&#8203;775](https://togithub.com/real-logic/simple-binary-encoding/pull/775).
-   Fix version support for enums in C codecs. [Issue #&#8203;773](https://togithub.com/real-logic/simple-binary-encoding/issues/773).
-   Improve formatting of generated C codecs.
-   Require a strict dependency on Agrona.
-   Upgrade to Agrona 1.5.0.
-   Upgrade to javadoc-links 5.1.0.
-   Upgrade to JUnit 5.6.2.
-   Upgrade to Gradle 6.4.1.

Java binaries can be found [here...](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22uk.co.real-logic%22%20sbe)

</details>

---

### 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 these updates 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).

Co-authored-by: Christopher Zell <zelldon91@googlemail.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
@zeebe-bors
Copy link
Contributor

zeebe-bors bot commented May 25, 2020

Build failed (retrying...)

@npepinpe
Copy link
Member

bors retry

@zeebe-bors
Copy link
Contributor

zeebe-bors bot commented May 25, 2020

Already running a review

@zeebe-bors
Copy link
Contributor

zeebe-bors bot commented May 25, 2020

Build succeeded

@zeebe-bors zeebe-bors bot merged commit 2437786 into develop May 25, 2020
@zeebe-bors zeebe-bors bot deleted the renovate/version.sbe branch May 25, 2020 08:47
github-merge-queue bot pushed a commit that referenced this pull request Mar 14, 2024
* style: add instances tree

* refactor: add label to tree view and remove unnecessary map index

* refactor: pass default tree node props instead of manually setting them

* refactor: set default value to isRoot
github-merge-queue bot pushed a commit that referenced this pull request Apr 16, 2024
Co-authored-by: Houssain Barouni <146710021+houssain-barouni@users.noreply.github.com>
Co-authored-by: Houssain Barouni <houssain.barouni@camunda.com>
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.

None yet

2 participants