Payara
Payara copied to clipboard
FISH-8421 Bump org.reactivestreams:reactive-streams from 1.0.3 to 1.0.4
Bumps org.reactivestreams:reactive-streams from 1.0.3 to 1.0.4.
Changelog
Sourced from org.reactivestreams: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 toReactive Streams
brings the following improvements over1.0.3
.Highlights:
- License
- This project is now (re-)licensed under MIT No Attribution (SPDX: MIT-0)
- Specification
- No breaking/semantical changes
- Rule clarifications
- 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
- Roland Kuhn
(@rkuhn)
- Ben Christensen
(@benjchristensen)
- Viktor Klang
(@viktorklang)
- Stephane Maldini
(@smaldini)
- Stanislav Savulchik
(@savulchik)
- Konrad Malawski
(@ktoso)
- Slim Ouertani
(@ouertani)
- Martynas Mickevičius
(@2m)
- Luke Daley
(@ldaley)
- Colin Godsey
(@colinrgodsey)
- David Moten
(@davidmoten)
- Brian Topping
(@briantopping)
- Rossen Stoyanchev
(@rstoyanchev)
- Björn Hamels
(@BjornHamels)
- Jake Wharton
(@JakeWharton)
- Anthony Vanelverdinghe
(@anthonyvdotbe)
- Kazuhiro Sera
(@seratch)
- Dávid Karnok
(@akarnokd)
... (truncated)
Commits
944163a
Preparing for releasing 1.0.4899f17f
Merge pull request #532 from akarnokd/patch-31f0cc2b
Do not build on JDK 13.1744f5e
Merge pull request #516 from sullis/github-actions-cia73647f
Update .github/workflows/ci.yml45b8627
migrate from Travis CI to GitHub Actions CIcb0710e
Addresses #528 by upgrading testng to 7.3.0006202e
Preparing relicensing to MIT-0d4d08aa
Correcting the wrong default timeout parameter in TestEnvironment ctor69098e1
Merge pull request #524 from kiiadi/license-approval- Additional commits viewable in compare view
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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@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)