wildfly-extras / wildfly-graphql-feature-pack

5 stars 6 forks source link

Bump mutiny from 0.14.0 to 2.1.0 #130

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps mutiny from 0.14.0 to 2.1.0.

Release notes

Sourced from mutiny's releases.

2.1.0

Changelog

  • #1201 - Bump rxjava from 3.1.5 to 3.1.6
  • #1198 - Bump microprofile-reactive-streams.version from 2.0 to 3.0
  • #1185 - Bump assertj-core from 3.24.0 to 3.24.1
  • #1182 - Ensure Uni.eventually() also handles cancellation signals
  • #1179 - Simplify QA steps in the main branch workflow
  • #1178 - Maven wrapper update
  • #1172 - Bump testng from 7.7.0 to 7.7.1
  • #1171 - Bump smallrye-context-propagation from 1.2.2 to 2.0.0
  • #1168 - Bump mockito-core from 4.10.0 to 4.11.0
  • #1167 - Bump versions-maven-plugin from 2.14.1 to 2.14.2
  • #1166 - Do not check dependencies in RevAPI
  • #1165 - Update transforming-items-asynchronously.md
  • #1162 - Upgrade to TestNG 7.7.0
  • #1156 - Bump reactor-core from 3.5.0 to 3.5.1
  • #1155 - Bump versions-maven-plugin from 2.13.0 to 2.14.0
  • #1154 - Upgrade RevAPI v28
  • #1153 - Bump certifi from 2022.9.24 to 2022.12.7 in /documentation
  • #1144 - Report concurrent onNext signals in HalfSerializer
  • #1143 - When using Multi.createFrom().publisher and Multi.createFrom().safePublisher with a Multi, return that Multi directly
  • #1138 - Remove extra onItem(1) in documentation
  • #1136 - Replace "Merged Stream" by "Concatenated Stream"
  • #1134 - Bump maven-dependency-plugin from 3.3.0 to 3.4.0
  • #1133 - Align to Mutiny Zero 1.0.0
  • #1132 - Just fix a typo in javadoc

2.0.0

Changelog

  • #1128 - Fix typo in Javadoc of UniCombine.any()
  • #1127 - Documentation for migrating to Mutiny 2
  • #1126 - Reduce flakyness in MultiIfNoItemTest
  • #1125 - Warning about potential multi-threading issues when not using emitOn properly
  • #1123 - Bump logback-classic from 1.4.4 to 1.4.5
  • #1122 - Static analysis pass over the code base
  • #1121 - Replace superfluous awaitility assertions in MultiIfNoItemTest
  • #1120 - 2.0 Deprecated APIs removals and experimental APIs promotions
  • #1119 - Document that UnicastProcessor cannot be re-subscribed
  • #1116 - Update README.md
  • #1112 - Avoid type cache pollution on parameter validation in UniOperatorProcessor
  • #991 - Add a 2.0 migration guide
  • #969 - UnicastProcessor cannot handle retrys
  • #943 - Reconsider and possibly remove the BOM

Breaking Changes

Change New API Justification
.+org\.reactivestreams\..+ updated to .+java\.util\.concurrent\.Flow\..+ .+java.util.concurrent.Flow..+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs

... (truncated)

Commits
  • 26335e1 [RELEASE] - Bump version to 2.1.0
  • 09eb7a9 Bumping the website version to 2.1.0
  • cdd54c2 Merge pull request #1201 from smallrye/dependabot/maven/io.reactivex.rxjava3-...
  • d5ce057 Bump rxjava from 3.1.5 to 3.1.6
  • 65ffb10 Merge pull request #1171 from smallrye/dependabot/maven/io.smallrye-smallrye-...
  • 360cab2 Merge pull request #1198 from smallrye/dependabot/maven/microprofile-reactive...
  • 183aa92 Update SmallRye Config version as we need a Jakarta version
  • 0ae84f7 Bump smallrye-context-propagation from 1.2.2 to 2.0.0
  • 5ade5d4 Bump microprofile-reactive-streams.version from 2.0 to 3.0
  • 52f98dd Merge pull request #1194 from smallrye/dependabot/maven/org.mockito-mockito-c...
  • 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[bot] commented 1 year ago

Superseded by #137.