JacobMountain / graphql-java-client

A Java GraphQL client annotation processor, generate a client class from a GraphQL schema file, and a Java interface
https://jacobmountain.github.io/graphql-java-client/#/
MIT License
1 stars 0 forks source link

Bump reactor-core from 3.4.3 to 3.4.12 #125

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps reactor-core from 3.4.3 to 3.4.12.

Release notes

Sourced from reactor-core's releases.

v3.4.11

Reactor-Core 3.4.11 is part of 2020.0.12 Release Train (Europium SR12).

This service release contains bugfixes and one enhancement.

All changes from 3.3.21.RELEASE are also included and these are listed below with an additional level of indentation.

:warning: Update considerations and deprecations

  • Backtrace format has changed for cases where exception traverses multiple chains (#2780)

:sparkles: New features and improvements

  • Prevent unnecessary duplicated lines in backtraces (#2780)

:lady_beetle: Bug fixes

  • SwitchOnFirst better tracks in/out premature close(#2794)
  • ConcatArray: avoid next subscription if cancelled (#2791)
  • from 3.3.x:
    • Mono.create sink now discards if emitting after cancel (#2771)

:book: Documentation, Tests and Build

  • Tune test performanceOfContinuouslyCancellingGroup by @​simonbasle in reactor/reactor-core#2777
  • Polish parameterized tests for better display names (#2773)
  • Document possible alternative to replay ManySink limit(0) (#2787)
  • Polish Mono cache operators documentation (#2790)
  • Fix Mono.flatMapIterable javadoc: no prefetch parameter (#2799)
  • Use Named.of to describe parameterized tests input (#2801)
  • from 3.3.x:
    • Bump to Gradle 7.2, polish build and upgrade plugins/libraries (#2775)
    • Fix Module was compiled with an incompatible version of Kotlin (#2795)
    • Bump ByteBuddy to 1.11.16, use TestKit in agent integration test (#2776)
    • Bump ByteBuddy from 1.11.16 to 1.11.19 (#2803)

:+1: Thanks to all contributors who participated to this release

@​rs017991

v3.4.10

Reactor-Core 3.4.10 is part of 2020.0.11 Release Train (Europium SR11).

This service release contains bugfixes and polishing changes.

All changes from 3.3.20.RELEASE are also included and these are listed below with an additional level of indentation.

:warning: Update considerations and deprecations

  • Flux.replay underlying implementation doesn't support 0-size anymore (which was illogical in the first place)
    • For now, the operator transparently translates such calls to Flux.publish() instead (#2741)
  • Align Mono#share() behavior with Flux#share, split sink impl out (#2756)
    • Previously the Disposable obtained by calling mono.share().subscribe() (and that variant only) would terminate/cancel the whole mono.share() for all its subscribers. now this is an individual subscription, much like .subscribe(v -> {}) for instance.
    • the old behavior can still be obtained by calling toProcessor() and explicitly turning the source Mono into a MonoProcessor instead of sharing it, although the whole approach is deprecated.

:sparkles: New features and improvements

... (truncated)

Commits
  • 6f54337 [release] Prepare and release 3.4.12
  • 3b519a1 Merge-ignore release 3.3.22 into main
  • 8418c45 [release] EoL. If absolutely needed, next will be 3.3.23.BUILD-SNAPSHOT
  • 7462293 [release] Prepare and release EoL 3.3.22.RELEASE
  • bdbc44a Fix flatMapMany description typo (#2834)
  • 9aa45a5 Make OnAssemblyException serializable again (#2833)
  • 417764b Add logging convenience methods, polish a few messages (#2823)
  • d06cf64 Merge #2828 and f7d38e0 into 3.4.12
  • f7d38e0 Partially revert #2828, still use 'run' in publish.yml
  • 8177341 Use gradle-build-action for invoking Gradle on CI (#2828)
  • 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 2 years ago

Superseded by #132.