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

deps(maven): bump reactive-streams from 1.0.3 to 1.0.4 #12263

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 5, 2023

Bumps reactive-streams from 1.0.3 to 1.0.4.

Changelog

Sourced from reactive-streams's changelog.

Version 1.0.4 released on 2022-05-20

Announcement:

We—the Reactive Streams community—are pleased to announce the immediate availability of Reactive Streams 1.0.4. This update to Reactive Streams brings the following improvements over 1.0.3.

Highlights:

  • License
    • This project is now (re-)licensed under MIT No Attribution (SPDX: MIT-0)
  • Specification
  • Interfaces
    • No changes
  • Technology Compatibility Kit (TCK)
    • Improved verification of Subscriber rule §2.3
    • Improved JavaDoc
  • Examples
    • No changes
  • Artifacts
    • No changes

Specification clarifications 1.0.4

Subscriber Rule 7

1.0.3: The intent of this rule is to permit the calling of the request and cancel methods (including from multiple threads) if and only if a happens-before relation between each of the calls is established.

1.0.4: The intent of this rule is to permit the calling of the request and cancel methods (including from multiple threads) if and only if a serial relation between each of the calls is established.

Contributors

... (truncated)

Commits
  • 944163a Preparing for releasing 1.0.4
  • 899f17f Merge pull request #532 from akarnokd/patch-3
  • 1f0cc2b Do not build on JDK 13.
  • 1744f5e Merge pull request #516 from sullis/github-actions-ci
  • a73647f Update .github/workflows/ci.yml
  • 45b8627 migrate from Travis CI to GitHub Actions CI
  • cb0710e Addresses #528 by upgrading testng to 7.3.0
  • 006202e Preparing relicensing to MIT-0
  • d4d08aa Correcting the wrong default timeout parameter in TestEnvironment ctor
  • 69098e1 Merge pull request #524 from kiiadi/license-approval
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 5, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Apr 5, 2023

Test Results

1 047 files  ±    0  1 047 suites  ±0   2h 13m 51s ⏱️ + 10m 21s
8 584 tests +126  8 562 ✔️ +126  22 💤 ±0  0 ±0 
8 792 runs  +126  8 770 ✔️ +126  22 💤 ±0  0 ±0 

Results for commit 064ee3a. ± Comparison against base commit e760069.

This pull request removes 569 and adds 695 tests. Note that renamed tests count towards both.
io.camunda.zeebe.engine.processing.bpmn.activity.OutputMappingTest ‑ shouldApplyOutputMapping[0: io.camunda.zeebe.model.bpmn.impl.BpmnModelInstanceImpl@44992466]
io.camunda.zeebe.engine.processing.bpmn.activity.OutputMappingTest ‑ shouldApplyOutputMapping[1: io.camunda.zeebe.model.bpmn.impl.BpmnModelInstanceImpl@55bf08a5]
io.camunda.zeebe.engine.processing.processinstance.CreateProcessInstanceSupportedElementTest ‑ testProcessInstanceCanStartAtElementType[Scenario[type=BUSINESS_RULE_TASK, modelInstance=io.camunda.zeebe.model.bpmn.impl.BpmnModelInstanceImpl@2c73a332, variables={}]]
io.camunda.zeebe.engine.processing.processinstance.CreateProcessInstanceSupportedElementTest ‑ testProcessInstanceCanStartAtElementType[Scenario[type=CALL_ACTIVITY, modelInstance=io.camunda.zeebe.model.bpmn.impl.BpmnModelInstanceImpl@c4ba591, variables={}]]
io.camunda.zeebe.engine.processing.processinstance.CreateProcessInstanceSupportedElementTest ‑ testProcessInstanceCanStartAtElementType[Scenario[type=END_EVENT, modelInstance=io.camunda.zeebe.model.bpmn.impl.BpmnModelInstanceImpl@6c8590f4, variables={}]]
io.camunda.zeebe.engine.processing.processinstance.CreateProcessInstanceSupportedElementTest ‑ testProcessInstanceCanStartAtElementType[Scenario[type=EVENT_BASED_GATEWAY, modelInstance=io.camunda.zeebe.model.bpmn.impl.BpmnModelInstanceImpl@43b89b4, variables={correlationKey=value}]]
io.camunda.zeebe.engine.processing.processinstance.CreateProcessInstanceSupportedElementTest ‑ testProcessInstanceCanStartAtElementType[Scenario[type=EVENT_SUB_PROCESS, modelInstance=io.camunda.zeebe.model.bpmn.impl.BpmnModelInstanceImpl@51049621, variables={}]]
io.camunda.zeebe.engine.processing.processinstance.CreateProcessInstanceSupportedElementTest ‑ testProcessInstanceCanStartAtElementType[Scenario[type=EXCLUSIVE_GATEWAY, modelInstance=io.camunda.zeebe.model.bpmn.impl.BpmnModelInstanceImpl@66b65360, variables={}]]
io.camunda.zeebe.engine.processing.processinstance.CreateProcessInstanceSupportedElementTest ‑ testProcessInstanceCanStartAtElementType[Scenario[type=INTERMEDIATE_CATCH_EVENT, modelInstance=io.camunda.zeebe.model.bpmn.impl.BpmnModelInstanceImpl@2c17ebb7, variables={correlationKey=value}]]
io.camunda.zeebe.engine.processing.processinstance.CreateProcessInstanceSupportedElementTest ‑ testProcessInstanceCanStartAtElementType[Scenario[type=INTERMEDIATE_THROW_EVENT, modelInstance=io.camunda.zeebe.model.bpmn.impl.BpmnModelInstanceImpl@2b867623, variables={}]]
…
io.camunda.zeebe.engine.processing.bpmn.activity.OutputMappingTest ‑ shouldApplyOutputMapping[0: io.camunda.zeebe.model.bpmn.impl.BpmnModelInstanceImpl@c5c7db1]
io.camunda.zeebe.engine.processing.bpmn.activity.OutputMappingTest ‑ shouldApplyOutputMapping[1: io.camunda.zeebe.model.bpmn.impl.BpmnModelInstanceImpl@64b1d0ab]
io.camunda.zeebe.engine.processing.processinstance.CreateProcessInstanceSupportedElementTest ‑ testProcessInstanceCanStartAtElementType[Scenario[type=BUSINESS_RULE_TASK, modelInstance=io.camunda.zeebe.model.bpmn.impl.BpmnModelInstanceImpl@2e6d76ba, variables={}]]
io.camunda.zeebe.engine.processing.processinstance.CreateProcessInstanceSupportedElementTest ‑ testProcessInstanceCanStartAtElementType[Scenario[type=CALL_ACTIVITY, modelInstance=io.camunda.zeebe.model.bpmn.impl.BpmnModelInstanceImpl@5fef0c19, variables={}]]
io.camunda.zeebe.engine.processing.processinstance.CreateProcessInstanceSupportedElementTest ‑ testProcessInstanceCanStartAtElementType[Scenario[type=END_EVENT, modelInstance=io.camunda.zeebe.model.bpmn.impl.BpmnModelInstanceImpl@5438fa43, variables={}]]
io.camunda.zeebe.engine.processing.processinstance.CreateProcessInstanceSupportedElementTest ‑ testProcessInstanceCanStartAtElementType[Scenario[type=EVENT_BASED_GATEWAY, modelInstance=io.camunda.zeebe.model.bpmn.impl.BpmnModelInstanceImpl@615db358, variables={correlationKey=value}]]
io.camunda.zeebe.engine.processing.processinstance.CreateProcessInstanceSupportedElementTest ‑ testProcessInstanceCanStartAtElementType[Scenario[type=EVENT_SUB_PROCESS, modelInstance=io.camunda.zeebe.model.bpmn.impl.BpmnModelInstanceImpl@119290b9, variables={}]]
io.camunda.zeebe.engine.processing.processinstance.CreateProcessInstanceSupportedElementTest ‑ testProcessInstanceCanStartAtElementType[Scenario[type=EXCLUSIVE_GATEWAY, modelInstance=io.camunda.zeebe.model.bpmn.impl.BpmnModelInstanceImpl@7aa01bd9, variables={}]]
io.camunda.zeebe.engine.processing.processinstance.CreateProcessInstanceSupportedElementTest ‑ testProcessInstanceCanStartAtElementType[Scenario[type=INTERMEDIATE_CATCH_EVENT, modelInstance=io.camunda.zeebe.model.bpmn.impl.BpmnModelInstanceImpl@640d604, variables={correlationKey=value}]]
io.camunda.zeebe.engine.processing.processinstance.CreateProcessInstanceSupportedElementTest ‑ testProcessInstanceCanStartAtElementType[Scenario[type=INTERMEDIATE_THROW_EVENT, modelInstance=io.camunda.zeebe.model.bpmn.impl.BpmnModelInstanceImpl@62cbc478, variables={}]]
…

♻️ This comment has been updated with latest results.

@npepinpe
Copy link
Member

npepinpe commented Apr 6, 2023

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 6, 2023

Looks like this PR is already up-to-date with stable/8.2! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@npepinpe
Copy link
Member

npepinpe commented Apr 6, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/stable/8.2/org.reactivestreams-reactive-streams-1.0.4 branch from 5532049 to 0bbf011 Compare April 6, 2023 08:48
@npepinpe
Copy link
Member

npepinpe commented Apr 6, 2023

Dependency convergence woohoo!

@npepinpe npepinpe force-pushed the dependabot/maven/stable/8.2/org.reactivestreams-reactive-streams-1.0.4 branch from 0bbf011 to f6de88a Compare April 12, 2023 09:20
@npepinpe npepinpe self-requested a review April 12, 2023 09:20
@npepinpe npepinpe self-assigned this Apr 12, 2023
@npepinpe
Copy link
Member

Uh, maybe this test is really faulty with the update to 1.0.4. Though I don't see how Netty stuff would be affected by this 🤔

@npepinpe
Copy link
Member

Not reproducible locally 🤔

@npepinpe
Copy link
Member

I think the fact we're overriding the channel pool factory to spy on channels is messing things up. Unfortunately we modify the state of the messaging service during channel bootstrap, and so weird things happen if we return a spied channel (which is effectively a different instance of a channel), such as creating two different remote connections, which messes up the communication. I can't guarantee this is the problem, but it might be related.

dependabot bot and others added 2 commits April 13, 2023 09:06
Bumps [reactive-streams](https://github.com/reactive-streams/reactive-streams) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/reactive-streams/reactive-streams/releases)
- [Changelog](https://github.com/reactive-streams/reactive-streams-jvm/blob/master/RELEASE-NOTES.md)
- [Commits](reactive-streams/reactive-streams-jvm@v1.0.3...v1.0.4)

---
updated-dependencies:
- dependency-name: org.reactivestreams:reactive-streams
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@npepinpe npepinpe force-pushed the dependabot/maven/stable/8.2/org.reactivestreams-reactive-streams-1.0.4 branch 2 times, most recently from 2ca43c3 to 064ee3a Compare April 13, 2023 07:10
Copy link
Member

@npepinpe npepinpe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors merge

@ghost
Copy link

ghost commented Apr 13, 2023

Build succeeded:

@ghost ghost merged commit 6bb6026 into stable/8.2 Apr 13, 2023
@ghost ghost deleted the dependabot/maven/stable/8.2/org.reactivestreams-reactive-streams-1.0.4 branch April 13, 2023 07:33
ghost pushed a commit that referenced this pull request Apr 13, 2023
12397: Remove spy/mock usage from NettyMessagingService channel pool related tests r=npepinpe a=npepinpe

## Description

This PR attempts to simplify the tests by removing the usage of mocks. This could cause issues since the channel bootstrapping itself from the `NettyMessagingService` will modify the service state, and uses channels as identity keys in some maps. Spying and returning the spied channel will cause invalid look ups, and simply complicated things.

It also ensures we close the messaging service we were starting in those tests, something we were not previously doing.

## Related issues

related to #12263 where the race condition was happening often (although this is now fixed thanks to Deepthi 🎉)



Co-authored-by: Nicolas Pepin-Perreault <nicolas.pepin-perreault@camunda.com>
ghost pushed a commit that referenced this pull request Apr 13, 2023
12404: [Backport stable/8.2] Remove spy/mock usage from NettyMessagingService channel pool related tests r=npepinpe a=backport-action

# Description
Backport of #12397 to `stable/8.2`.

relates to #12263

Co-authored-by: Nicolas Pepin-Perreault <nicolas.pepin-perreault@camunda.com>
ghost pushed a commit that referenced this pull request Apr 14, 2023
12407: [Backport stable/8.1] Remove spy/mock usage from NettyMessagingService channel pool related tests r=deepthidevaki a=npepinpe

# Description
Backport of #12397 to `stable/8.1`.

relates to #12263

Co-authored-by: Nicolas Pepin-Perreault <nicolas.pepin-perreault@camunda.com>
ghost pushed a commit that referenced this pull request Apr 14, 2023
12408: [Backport stable/8.0] Remove spy/mock usage from NettyMessagingService channel pool related tests r=deepthidevaki a=npepinpe

# Description
Backport of #12397 to `stable/8.0`.

relates to #12263

12409: deps(maven): bump spring-framework-bom from 5.3.26 to 5.3.27 r=github-actions[bot] a=dependabot[bot]

Bumps [spring-framework-bom](https://github.com/spring-projects/spring-framework) from 5.3.26 to 5.3.27.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">spring-framework-bom's releases</a>.</em></p>
<blockquote>
<h2>v5.3.27</h2>
<h2>:star: New Features</h2>
<ul>
<li>Limit string concatenation in SpEL expressions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30331">#30331</a></li>
<li>Limit SpEL expression length <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30329">#30329</a></li>
<li>Disable variable assignment in SimpleEvaluationContext <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30327">#30327</a></li>
<li>Introduce <code>StringUtils.truncate()</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30291">#30291</a></li>
<li>Introduce <code>ObjectUtils.nullSafeConciseToString()</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30287">#30287</a></li>
<li>Make <code>HttpComponentsHeadersAdapter#getFirst</code> nullable <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30269">#30269</a></li>
</ul>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li>Fix regression  in ReactorServerHttpRequest related to IPV6 Zone id with &quot;%&quot; <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30314">#30314</a></li>
<li>SSE breaks with indenting serializer in WebMvc.fn <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30302">#30302</a></li>
<li>Increase max regex length in SpEL expressions <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30298">#30298</a></li>
<li>NullPointerException on timeout in HttpComponentsClientHttpConnector when using Apache HttpComponents <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30246">#30246</a></li>
<li>Wrong MockRestRequestMatchers.header() method in spring-test being invoked (JDK issue?) <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30235">#30235</a></li>
<li>TypeNotPresentException: org/springframework/cglib/proxy/NoOp not present on Java 17 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30228">#30228</a></li>
<li>Refine generic type management in <code>AbstractMessageWriterResultHandler</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30215">#30215</a></li>
<li>MvcUriComponentsBuilder.fromMethodCall breaks for controller with CharSequence return type <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30212">#30212</a></li>
<li>Handle all exceptions for stored proc output param retrieval in <code>SharedEntityManagerCreator</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30164">#30164</a></li>
</ul>
<h2>:notebook_with_decorative_cover: Documentation</h2>
<ul>
<li>Fix <code>`@PathVariable</code>` reference documentation code snippets <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30258">#30258</a></li>
<li>Fix example in Javadoc for <code>`@EnableWebSocket</code>` <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30187">#30187</a></li>
<li>Fix anchor in link to &quot;Web on Reactive Stack&quot; chapter <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30163">#30163</a></li>
</ul>
<h2>:hammer: Dependency Upgrades</h2>
<ul>
<li>Upgrade to Reactor 2020.0.31 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30315">#30315</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/spring-projects/spring-framework/commit/08bc1a050ec87cdaad6b05170c27e34d3f90cafa"><code>08bc1a0</code></a> Release v5.3.27</li>
<li><a href="https://github.com/spring-projects/spring-framework/commit/6bfb94a563800313745ddc2c8eca0de6e17f2cb5"><code>6bfb94a</code></a> Disable variable assignment in SimpleEvaluationContext</li>
<li><a href="https://github.com/spring-projects/spring-framework/commit/ebc82654282bda547fbc20a9749ab1bda886a46f"><code>ebc8265</code></a> Limit SpEL expression length</li>
<li><a href="https://github.com/spring-projects/spring-framework/commit/86457464d767284a7c588292a39d6accf1f65bfe"><code>8645746</code></a> Limit string concatenation in SpEL expressions</li>
<li><a href="https://github.com/spring-projects/spring-framework/commit/be129dc17160c82da9e56b88321da13199cda2af"><code>be129dc</code></a> Change max regex length in SpEL expressions to 1000</li>
<li><a href="https://github.com/spring-projects/spring-framework/commit/8bb1b3eb443ec8c0e497cc1bf4f232d61097adaa"><code>8bb1b3e</code></a> Upgrade to Netty 4.1.91 and Checkstyle 10.9.3</li>
<li><a href="https://github.com/spring-projects/spring-framework/commit/6abd822e77722e6c92853f9abd470fb36e68a1e7"><code>6abd822</code></a> Upgrade to Reactor 2020.0.31</li>
<li><a href="https://github.com/spring-projects/spring-framework/commit/1c43a4c7ab46e7e5ac871b0fb1c04830c6299bc4"><code>1c43a4c</code></a> Fix regression in ReactorServerHttpRequest</li>
<li><a href="https://github.com/spring-projects/spring-framework/commit/423f2215c2c542426afa6682b8240e668bb133ed"><code>423f221</code></a> Remove flaky assertion to fix build on JDK 17</li>
<li><a href="https://github.com/spring-projects/spring-framework/commit/0bad69d5fbab74cd1afded96fbf5ed287ece7f18"><code>0bad69d</code></a> Fix SSE with indenting serializer in WebMvc.fn</li>
<li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.26...v5.3.27">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.springframework:spring-framework-bom&package-manager=maven&previous-version=5.3.26&new-version=5.3.27)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Co-authored-by: Nicolas Pepin-Perreault <nicolas.pepin-perreault@camunda.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ghost pushed a commit that referenced this pull request Apr 14, 2023
12408: [Backport stable/8.0] Remove spy/mock usage from NettyMessagingService channel pool related tests r=deepthidevaki a=npepinpe

# Description
Backport of #12397 to `stable/8.0`.

relates to #12263

Co-authored-by: Nicolas Pepin-Perreault <nicolas.pepin-perreault@camunda.com>
@megglos megglos added the version:8.2.2 Marks an issue as being completely or in parts released in 8.2.2 label Apr 17, 2023
@lenaschoenburg lenaschoenburg added the version:8.1.11 Marks an issue as being completely or in parts released in 8.1.11 label Apr 21, 2023
@remcowesterhoud remcowesterhoud added version:8.3.0-alpha1 Marks an issue as being completely or in parts released in 8.3.0-alpha1 release/8.0.14 labels May 3, 2023
@megglos megglos added the version:8.3.0 Marks an issue as being completely or in parts released in 8.3.0 label Oct 5, 2023
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file version:8.1.11 Marks an issue as being completely or in parts released in 8.1.11 version:8.2.2 Marks an issue as being completely or in parts released in 8.2.2 version:8.3.0-alpha1 Marks an issue as being completely or in parts released in 8.3.0-alpha1 version:8.3.0 Marks an issue as being completely or in parts released in 8.3.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants