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

Bump org.testfx:testfx-core from 4.0.16-alpha to 4.0.17 #3030

Merged
merged 1 commit into from
Sep 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2023

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps org.testfx:testfx-core from 4.0.16-alpha to 4.0.17.

Release notes

Sourced from org.testfx:testfx-core's releases.

v4.0.17

  • Update release script #784 (mvsoder)
  • Improve exception message when missing libgtk-3-0 #782 (mvsoder)
  • Improve stability of ShortcutKeyTest a bit more #781 (mvsoder)
  • Add ubuntu-22.04 to build runners #780 (mvsoder)
  • Center test stages on the screen #779 (mvsoder)
  • Use a common pattern for cleaning up after a test #778 (mvsoder)
  • Gradle cleanup #777 (mvsoder)
  • Fix for intermittent test failure #776 (mvsoder)
  • Fix memory leak due to ParametersImpl #774 (mvsoder)
  • README update name, badges and requirements #772 (mvsoder)
  • Fix CI workflow name to be more descriptive #771 (mvsoder)
  • (fix for TestFX 4 JDK 8 support) Fix cannot find symbol Platform.requestNextPulse(). #770 (mvsoder)
  • (fix) Improve BoundsQueryUtilsTest to take screen boundary into account. #769 (mvsoder)
  • (fix for TestFX 4 JDK 8 support) Remove module-info.java files. #767 (mvsoder)
  • (fix for TestFX 4 JDK 8 support) Fix JavaDoc invalid flag html5. #765 (mvsoder)
  • (chore) Enable GitHub Actions with JDK 8 #761 (mvsoder)
  • (fix) Remove the compile-time dependency on ParametersImpl. #757 (mvsoder)
  • Update license header year to 2023 #752 (mvsoder)
  • Old year in license header cause problem #729 (AndFr)
  • (feature) Add the option to export an image to different filetype than png. #726 (AndFr)
  • Fix list indentation in README #708 (Marcono1234)
  • Use HTTPS for links and update them in README #707 (Marcono1234)
  • Fix header level of Gradle and Maven subsections in README #706 (Marcono1234)
  • [checkstyle] Try and fix cannot initialize root module error. #705 (brcolow)
  • JUnit5 TestFX extension to execute @​Test within JavaFX UI thread #702 (RalphSteinhagen)
  • [jpms] Change some module scopes. #686 (brcolow)
  • [gradle] Remove bnd plugin to fix uber JAR. #685 (brcolow)
  • [build] Try removing dependencies from JAR. #684 (brcolow)
  • [deps] Change assertj-core dependency from api to implementation. #683 (brcolow)
  • [deps] Make hamcrest-core testImplementation for testfx-core. #681 (brcolow)
  • [deps] Remove hamcrest-junit dependency from testfx-junit. #680 (brcolow)
  • [deps] Remove classifier from published POM (for openjfx). #679 (brcolow)
  • [docs] Get Javadoc working on Jigsaw again. #676 (brcolow)
  • [chore] Add fake bnd version for jitpack. #672 (brcolow)
  • [chore] Explicitly set the 'Bundle-Version' for bnd/osgi. #671 (brcolow)
  • [enhancement] Including module-info.java in the JAR artifacts. #669 (brcolow)
  • [ci] Use OpenJDK 8 when in deploy script. #668 (brcolow)
Changelog

Sourced from org.testfx:testfx-core's changelog.

v4.0.17 (2023-08-17)

Full Changelog

Merged pull requests:

  • Update release script #784 (mvsoder)
  • Improve exception message when missing libgtk-3-0 #782 (mvsoder)
  • Improve stability of ShortcutKeyTest a bit more #781 (mvsoder)
  • Add ubuntu-22.04 to build runners #780 (mvsoder)
  • Center test stages on the screen #779 (mvsoder)
  • Use a common pattern for cleaning up after a test #778 (mvsoder)
  • Gradle cleanup #777 (mvsoder)
  • Fix for intermittent test failure #776 (mvsoder)
  • Fix memory leak due to ParametersImpl #774 (mvsoder)
  • README update name, badges and requirements #772 (mvsoder)
  • Fix CI workflow name to be more descriptive #771 (mvsoder)
  • (fix for TestFX 4 JDK 8 support) Fix cannot find symbol Platform.requestNextPulse(). #770 (mvsoder)
  • (fix) Improve BoundsQueryUtilsTest to take screen boundary into account. #769 (mvsoder)
  • (fix for TestFX 4 JDK 8 support) Remove module-info.java files. #767 (mvsoder)
  • (fix for TestFX 4 JDK 8 support) Fix JavaDoc invalid flag html5. #765 (mvsoder)
  • (chore) Enable GitHub Actions with JDK 8 #761 (mvsoder)
  • (fix) Remove the compile-time dependency on ParametersImpl. #757 (mvsoder)
  • Update license header year to 2023 #752 (mvsoder)
  • Old year in license header cause problem #729 (AndFr)
  • (feature) Add the option to export an image to different filetype than png. #726 (AndFr)
  • Fix list indentation in README #708 (Marcono1234)
  • Use HTTPS for links and update them in README #707 (Marcono1234)
  • Fix header level of Gradle and Maven subsections in README #706 (Marcono1234)
  • [checkstyle] Try and fix cannot initialize root module error. #705 (brcolow)
  • JUnit5 TestFX extension to execute @​Test within JavaFX UI thread #702 (RalphSteinhagen)
  • [jpms] Change some module scopes. #686 (brcolow)
  • [gradle] Remove bnd plugin to fix uber JAR. #685 (brcolow)
  • [build] Try removing dependencies from JAR. #684 (brcolow)
  • [deps] Change assertj-core dependency from api to implementation. #683 (brcolow)
  • [deps] Make hamcrest-core testImplementation for testfx-core. #681 (brcolow)
  • [deps] Remove hamcrest-junit dependency from testfx-junit. #680 (brcolow)
  • [deps] Remove classifier from published POM (for openjfx). #679 (brcolow)
  • [docs] Get Javadoc working on Jigsaw again. #676 (brcolow)
  • [chore] Add fake bnd version for jitpack. #672 (brcolow)
  • [chore] Explicitly set the 'Bundle-Version' for bnd/osgi. #671 (brcolow)
  • [enhancement] Including module-info.java in the JAR artifacts. #669 (brcolow)
  • [ci] Use OpenJDK 8 when in deploy script. #668 (brcolow)
Commits

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 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)

Bumps [org.testfx:testfx-core](https://github.com/TestFX/TestFX) from 4.0.16-alpha to 4.0.17.
- [Release notes](https://github.com/TestFX/TestFX/releases)
- [Changelog](https://github.com/TestFX/TestFX/blob/master/CHANGES.md)
- [Commits](TestFX/TestFX@v4.0.16-alpha...v4.0.17)

---
updated-dependencies:
- dependency-name: org.testfx:testfx-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 15, 2023
@codecov
Copy link

codecov bot commented Sep 15, 2023

Codecov Report

Merging #3030 (07541cc) into develop (b702c42) will increase coverage by 0.04%.
The diff coverage is n/a.

❗ Current head 07541cc differs from pull request most recent head f64ecc6. Consider uploading reports for the commit f64ecc6 to get more accurate results

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #3030      +/-   ##
=============================================
+ Coverage      59.31%   59.35%   +0.04%     
- Complexity      4486     4490       +4     
=============================================
  Files            553      553              
  Lines          20167    20167              
  Branches        1041     1041              
=============================================
+ Hits           11962    11971       +9     
+ Misses          7656     7649       -7     
+ Partials         549      547       -2     

see 2 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b702c42...f64ecc6. Read the comment docs.

@Sheikah45 Sheikah45 merged commit 7d19df7 into develop Sep 18, 2023
5 checks passed
@Sheikah45 Sheikah45 deleted the dependabot/gradle/org.testfx-testfx-core-4.0.17 branch September 18, 2023 21:58
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant