Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump org.testng:testng from 7.5 to 7.5.1 in /ios/testng-examples#39

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomaster
base:master
Choose a base branch
Loading
fromdependabot/maven/ios/testng-examples/org.testng-testng-7.5.1

Conversation

@dependabot
Copy link

@dependabotdependabotbot commented on behalf ofgithubFeb 28, 2025

Bumpsorg.testng:testng from 7.5 to 7.5.1.

Release notes

Sourced fromorg.testng:testng's releases.

TestNG v7.5.1

What's Changed

New Contributors

Full Changelog:testng-team/testng@7.5...7.5.1

Changelog

Sourced fromorg.testng:testng's changelog.

Current (7.12.0)Fixed: GITHUB-3177: Method org.testng.xml.XmlSuite#toXml do not save new properties like "share-thread-pool-for-data-providers" (Krishnan Mahadevan)Fixed: GITHUB-3179: ClassCastException when use shouldUseGlobalThreadPool(true) property (Krishnan Mahadevan)Fixed: GITHUB-2765: Test timeouts using existing Executor now propagate the stack trace to the ThreadTimeoutException (Charlie Hayes)

7.11.0Fixed: GITHUB-3180: TestNG testng-failed.xml 'invocation-numbers' values are not calculated correctly with retry and dataproviders (Krishnan Mahadevan)Fixed: GITHUB-3170: Specifying dataProvider and successPercentage causes test to always pass (Krishnan Mahadevan)Fixed: GITHUB-3028: Execution stalls when using "use-global-thread-pool" (Krishnan Mahadevan)Fixed: GITHUB-3122: Update JCommander to 1.83 (Antoine Dessaigne)Fixed: GITHUB-3135: assertEquals on arrays - Failure message is missing information about the array index when an array element is unexpectedly null or non-null (Albert Choi)Fixed: GITHUB-3140: assertEqualsDeep on Sets - Deep comparison was using the wrong expected valueFixed: GITHUB-3189: Incorrect number of ignored tests displayed in the XML resultsFixed: GITHUB-3196: support to execlude somes tests in option of command line

7.10.2Fixed: GITHUB-3117: ListenerComparator doesn't work (Krishnan Mahadevan)

7.10.1Fixed: GITHUB-3110: Update from testng 7.9.0 to 7.10.0 break maven build with junit5 (Krishnan Mahadevan)

7.10.0Fixed: GITHUB-3000: Method predecessors lookup and/or method sorting is broken in certain inheritance and naming setups (Krishnan Mahadevan)Fixed: GITHUB-3095: Super class annotated with ITestNGListenerFactory makes derived test class throw TestNGException on execution (Krishnan Mahadevan)Fixed: GITHUB-3081: Discrepancy with combination of (Shared Thread pool and Method Interceptor) (Krishnan Mahadevan)Fixed: GITHUB-2381: Controlling the inclusion of the listener at runtime (Krishnan Mahadevan)Fixed: GITHUB-3082: IInvokedMethodListener Iinvoked method does not return correct instance during@​BeforeMethod,@​AfterMethod and@​AfterClass (Krishnan Mahadevan)Fixed: GITHUB-3084: Document project's PGP artifact signing keys (Krishnan Mahadevan)Fixed: GITHUB-3079: Associate a unique id with every test class object instantiated by TestNG (Krishnan Mahadevan)Fixed: GITHUB-3040: replace the usages of synchronized with ReentrantLock (Krishnan Mahadevan)Fixed: GITHUB-3041: TestNG 7.x DataProvider works in opposite to TestNG 6.x when retrying tests. (Krishnan Mahadevan)Fixed: GITHUB-3066: How to dynamically adjust the number of TestNG threads after IExecutorFactory is deprecated? (Krishnan Mahadevan)New: GITHUB-2874: Allow users to define ordering for TestNG listeners (Krishnan Mahadevan)Fixed: GITHUB-3033: Moved ant support under own repositoryhttps://github.com/testng-team/testng-ant (Julien Herr)Fixed: GITHUB-3064: TestResult lost if failure creating RetryAnalyzer (Krishnan Mahadevan)Fixed: GITHUB-3048: ConcurrentModificationException when injecting values (Krishnan Mahadevan)Fixed: GITHUB-3050: Race condition when creating Guice Modules (Krishnan Mahadevan)Fixed: GITHUB-3059: Support the ability to inject custom listener factory (Krishnan Mahadevan)Fixed: GITHUB-3045: IDataProviderListener - beforeDataProviderExecution and afterDataProviderExecution are called twice in special setup (Krishnan Mahadevan)Fixed: GITHUB-3038: java.lang.IllegalStateException: Results per method should NOT have been empty (Krishnan Mahadevan)Fixed: GITHUB-3022: Remove deprecated JUnit related support in TestNG (Krishnan Mahadevan)

7.9.0Fixed: GITHUB-2019: Total thread count in testng parallel tests with dataproviders (Krishnan Mahadevan)Fixed: GITHUB-3006: ITestResult injected at@​AfterMethod incorrect when a configuration method failed (Krishnan Mahadevan)Fixed: GITHUB-2980: Data Provider Threads configuration in the suite don't match the documentation (Krishnan Mahadevan)Fixed: GITHUB-3003: BeforeClass|AfterClass with inheritedGroups triggers cyclic dependencies (Krishnan Mahadevan)New: Added@​Inherited to the Listeners annotation, allowing it to be used in forming meta-annotations. (Pavlo Glushchenko)Fixed: GITHUB-2991: Suite attributes map should be thread safe (Krishnan Mahadevan)Fixed: GITHUB-2974: Command line arguments -groups and -excludegroups override defined groups in a suite xml file (dr29bart)

... (truncated)

Commits
  • 7ddeadb Attempting Release 7.5.1
  • 18810fc Cherrypick - 47afa2c8a29e2cf925238af1ad7c76fba282793f to 7.5 release
  • d615583 assertEquals(Set,Set) now ignores ordering as it did before, fixes#2643 (#2648)
  • 573607b assertEquals(Set,Set) now ignores ordering as it did before#2643
  • 49dbdc9 Restore BeforeGroups|AfterGroups functionality back
  • d9c6e45 Merge pull request#2659 from RiJo/patch-1
  • 7308c97 Bugfix in Assert#assertNotEquals(float, float, float, String)
  • 80e02ff [GITHUB-2652] Assert methods requires casting since TestNg 7.0 for mixed boxe...
  • c155303 Fixing formatting issues which caused build failure
  • 874f368 Log skip reason when data provider returns no data
  • Additional commits viewable incompare 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 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)
    You can disable automated security fix PRs for this repo from theSecurity Alerts page.

Bumps [org.testng:testng](https://github.com/cbeust/testng) from 7.5 to 7.5.1.- [Release notes](https://github.com/cbeust/testng/releases)- [Changelog](https://github.com/testng-team/testng/blob/master/CHANGES.txt)- [Commits](testng-team/testng@7.5...7.5.1)---updated-dependencies:- dependency-name: org.testng:testng  dependency-type: direct:production...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot requested a review froma team as acode ownerFebruary 28, 2025 00:41
@dependabotdependabotbot added dependenciesPull requests that update a dependency file javaPull requests that update java code labelsFeb 28, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency filejavaPull requests that update java code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

0 participants


[8]ページ先頭

©2009-2025 Movatter.jp