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 testfx.version from 4.0.15-alpha to 4.0.18 #2752

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps testfx.version from 4.0.15-alpha to 4.0.18.
Updates org.testfx:testfx-core from 4.0.15-alpha to 4.0.18

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.18 (2024-02-07)

Full Changelog

Merged pull requests:

v4.0.17 (2023-08-17)

Full Changelog

Merged pull requests:

  • V4.0.17 release #786 (mvsoder)
  • Release script uses PRs instead of direct push to master #785 (mvsoder)
  • 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)

... (truncated)

Commits

Updates org.testfx:testfx-junit from 4.0.15-alpha to 4.0.18

Release notes

Sourced from org.testfx:testfx-junit'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-junit's changelog.

v4.0.18 (2024-02-07)

Full Changelog

Merged pull requests:

v4.0.17 (2023-08-17)

Full Changelog

Merged pull requests:

  • V4.0.17 release #786 (mvsoder)
  • Release script uses PRs instead of direct push to master #785 (mvsoder)
  • 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)

... (truncated)

Commits

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 `testfx.version` from 4.0.15-alpha to 4.0.18.

Updates `org.testfx:testfx-core` from 4.0.15-alpha to 4.0.18
- [Release notes](https://github.com/TestFX/TestFX/releases)
- [Changelog](https://github.com/TestFX/TestFX/blob/master/CHANGES.md)
- [Commits](https://github.com/TestFX/TestFX/commits)

Updates `org.testfx:testfx-junit` from 4.0.15-alpha to 4.0.18
- [Release notes](https://github.com/TestFX/TestFX/releases)
- [Changelog](https://github.com/TestFX/TestFX/blob/master/CHANGES.md)
- [Commits](https://github.com/TestFX/TestFX/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
@PhoenicisBot PhoenicisBot merged commit d97c987 into master Feb 12, 2024
6 checks passed
@PhoenicisBot PhoenicisBot deleted the dependabot/maven/testfx.version-4.0.18 branch February 12, 2024 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant