FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Bump io.projectreactor:reactor-core from 3.8.0 to 3.8.3 by dependabot[bot] · Pull Request #4283 · graphql-java/graphql-java · GitHub

Bump io.projectreactor:reactor-core from 3.8.0 to 3.8.3 - #4283

Merged
dondonz merged 2 commits into
masterfrom
dependabot/gradle/io.projectreactor-reactor-core-3.8.3
Mar 7, 2026
Merged

Bump io.projectreactor:reactor-core from 3.8.0 to 3.8.3#4283
dondonz merged 2 commits into
masterfrom
dependabot/gradle/io.projectreactor-reactor-core-3.8.3

Conversation

dependabot Bot commented on behalf of github Mar 2, 2026
edited
Loading

Copy link
Copy Markdown
Contributor

Bumps io.projectreactor:reactor-core from 3.8.0 to 3.8.3.

Release notes

Sourced from io.projectreactor:reactor-core's releases.

v3.8.3

Reactor Core 3.8.3 is part of the 2025.0.3 Release Train.

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.8.2...v3.8.3

v3.8.2

Reactor Core 3.8.2 is part of the 2025.0.2 Release Train.

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.8.1...v3.8.2

v3.8.1

Reactor Core 3.8.1 is part of 2025.0.1 Release Train.

What's Changed

✨ New features and improvements

🐞 Bug fixes

Full Changelog: reactor/reactor-core@v3.8.0...v3.8.1

Commits
  • cb12ba5 [release] Prepare and release 3.8.3
  • a430ffe Merge-ignore release 3.7.16 into 3.8.3
  • cb0b5c1 [release] Next development version 3.7.17-SNAPSHOT
  • f5d77fe [release] Prepare and release 3.7.16
  • 48ee8d8 Bump Micrometer to 1.16.3 and Micrometer Tracing to 1.6.3 (#4202)
  • 48ffaab Merge CodeQL workflow changes to 3.8.3
  • 83edd72 [chore] Improve CodeQL action to only compile classes
  • bd9b3d4 [chore] Improve CodeQL action to skip building
  • 2e72b8a Merge e215666df into 3.8.3
  • e215666 [chore] Fix CodeQL workflow to exclude docs in build
  • 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 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)

dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 2, 2026

github-actions Bot commented Mar 2, 2026
edited
Loading

Copy link
Copy Markdown
Contributor

Test Results

  336 files  ±0    336 suites  ±0   5m 10s ⏱️ ±0s
5 389 tests ±0  5 381 ✅ ±0  8 💤 ±0  0 ❌ ±0 
5 478 runs  ±0  5 470 ✅ ±0  8 💤 ±0  0 ❌ ±0 

Results for commit 7cd0482. ± Comparison against base commit 5273839.

This pull request removes 154 and adds 130 tests. Note that renamed tests count towards both.
	?

	, expected: combo-\"\\\b\f\n\r\t, #4]
                __schema { types { fields { args { type { name fields { name }}}}}}
                __schema { types { fields { type { name fields { name }}}}}
                __schema { types { inputFields { type { inputFields { name }}}}}
                __schema { types { interfaces { fields { type { interfaces { name } } } } } }
                __schema { types { name} }
                __type(name : "t") { name }
                a1: __schema { types { name} }
                a1: __type(name : "t") { name }
…
graphql.ScalarsBooleanTest ‑ parseValue throws exception for invalid input <java.lang.Object@41d625ab>
graphql.ScalarsBooleanTest ‑ serialize throws exception for invalid input <java.lang.Object@5c5762cc>
graphql.ScalarsIDTest ‑ parseValue allows any object via String.valueOf <java.lang.Object@26f8e2f5>
graphql.ScalarsIDTest ‑ serialize allows any object via String.valueOf <java.lang.Object@3e9bcc3f>
graphql.ScalarsIntTest ‑ parseValue throws exception for invalid input <java.lang.Object@64ac3d61>
graphql.ScalarsIntTest ‑ serialize throws exception for invalid input <java.lang.Object@29a8f7c8>
graphql.execution.instrumentation.TracingInstrumentationTest ‑ do not trace introspection information [testExecutionStrategy: <graphql.execution.AsyncExecutionStrategy@6ddc0f9c fieldCollector=inaccessible executionStepInfoFactory=inaccessible dataFetcherExceptionHandler=inaccessible resolvedType=inaccessible>, #0]
graphql.execution.instrumentation.TracingInstrumentationTest ‑ do not trace introspection information [testExecutionStrategy: <graphql.execution.AsyncSerialExecutionStrategy@590110ac fieldCollector=inaccessible executionStepInfoFactory=inaccessible dataFetcherExceptionHandler=inaccessible resolvedType=inaccessible>, #1]
graphql.execution.instrumentation.TracingInstrumentationTest ‑ tracing captures timings as expected [testExecutionStrategy: <graphql.execution.AsyncExecutionStrategy@2c3d79be fieldCollector=inaccessible executionStepInfoFactory=inaccessible dataFetcherExceptionHandler=inaccessible resolvedType=inaccessible>, #0]
graphql.execution.instrumentation.TracingInstrumentationTest ‑ tracing captures timings as expected [testExecutionStrategy: <graphql.execution.AsyncSerialExecutionStrategy@28561b07 fieldCollector=inaccessible executionStepInfoFactory=inaccessible dataFetcherExceptionHandler=inaccessible resolvedType=inaccessible>, #1]
…

♻️ This comment has been updated with latest results.

dependabot Bot force-pushed the dependabot/gradle/io.projectreactor-reactor-core-3.8.3 branch from 7a2dac5 to 1e847f4 Compare March 4, 2026 15:10
Bumps [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from 3.8.0 to 3.8.3.
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.8.0...v3.8.3)

---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-core
  dependency-version: 3.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot Bot force-pushed the dependabot/gradle/io.projectreactor-reactor-core-3.8.3 branch from 1e847f4 to 7cd0482 Compare March 4, 2026 20:38

github-actions Bot commented Mar 7, 2026

Copy link
Copy Markdown
Contributor

Test Report

Test Results

Java Version Total Passed Failed Errors Skipped
Java 11 5671 (±0) 5614 (±0) 0 (±0) 0 (±0) 57 (±0)
Java 17 5671 (±0) 5613 (±0) 0 (±0) 0 (±0) 58 (±0)
Java 21 5671 (±0) 5613 (±0) 0 (±0) 0 (±0) 58 (±0)
Java 25 5671 (±0) 5613 (±0) 0 (±0) 0 (±0) 58 (±0)
jcstress 32 (±0) 32 (±0) 0 (±0) 0 (±0) 0 (±0)
Total 22716 (±0) 22485 (±0) 0 (±0) 0 (±0) 231 (±0)

Code Coverage (Java 25)

Metric Covered Missed Coverage vs Master
Lines 28698 3126 90.2% ±0.0%
Branches 8331 1511 84.6% ±0.0%
Methods 7681 1224 86.3% ±0.0%

Changed Class Coverage (2 classes)

Class Line Branch Method
g.e.i.d.ExhaustedDataLoaderDispatchStrategy -1.2% 🔴 -7.7% 🔴 ±0.0%
g.e.i.d.PerLevelDataLoaderDispatchStrategy +0.7% 🟢 +2.0% 🟢 ±0.0%

Full HTML report: build artifact jacoco-html-report

Updated: 2026-03-07 07:54:48 UTC

dondonz merged commit ac6412f into master Mar 7, 2026
9 of 11 checks passed
dependabot Bot deleted the dependabot/gradle/io.projectreactor-reactor-core-3.8.3 branch March 7, 2026 20:21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL