Re: [PR] Bump com.approvaltests:approvaltests from 24.9.0 to 24.12.0 [causeway]
andi-huber merged PR #2812: URL: https://github.com/apache/causeway/pull/2812 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [PR] Bump com.approvaltests:approvaltests from 24.9.0 to 24.12.0 [causeway]
andi-huber merged PR #2818: URL: https://github.com/apache/causeway/pull/2818 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
[PR] Bump com.approvaltests:approvaltests from 24.9.0 to 24.12.0 [causeway]
dependabot[bot] opened a new pull request, #2818:
URL: https://github.com/apache/causeway/pull/2818
Bumps
[com.approvaltests:approvaltests](https://github.com/approvals/ApprovalTests.Java)
from 24.9.0 to 24.12.0.
Release notes
Sourced from https://github.com/approvals/ApprovalTests.Java/releases";>com.approvaltests:approvaltests's
releases.
ReporterThatCreatesApprovalScript
For Windows and Linux!
When this reporter is used it creates a script that, when it runs, will
approve all failed tests.
The script file will be either
.approval_tests_temp\approval_script.bat
or
.approval_tests_temp/approval_script.sh
Added Seam for custom exceptions
If you want to customize what error is thrown (https://redirect.github.com/approvals/ApprovalTests.Java/issues/596";>#596)
, you can now do the following:
// global
private final Closeable oldGenerator =
Approvals.settings().registerErrorGenerator((received, approved) -> new
AssertionError("Custom message")))
try (AutoCloseable old = Approvals.settings()
.registerErrorGenerator((received, approved) -> new
AssertionError("Custom message")))
{
...
}
Queryable.firstOrThrow
return Queryable.as(1, 2, 3).firstOrThrow(i -> 2
< i, () -> new RuntimeException("Nothing bigger than 2")
Commits
https://github.com/approvals/ApprovalTests.Java/commit/299d82a2d4219f9b5edbf05a191ba3ba4289a61e";>299d82a
a reformat code
https://github.com/approvals/ApprovalTests.Java/commit/59493782951e6a60f30911a3fecdcc5bb758a0e8";>5949378
- F ReporterThatCreatesAnApprovalScript for Linux
https://github.com/approvals/ApprovalTests.Java/commit/a65f35200edace0733250a2a1d175c459f3ece9f";>a65f352
- F ReporterThatCreatesAnApprovalScript for Windows
https://github.com/approvals/ApprovalTests.Java/commit/a53cea91116762aa417b09b73287005a97b9fe33";>a53cea9
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2
https://github.com/approvals/ApprovalTests.Java/commit/eb4b03222972df20da0b35ecf30260d75ad33243";>eb4b032
v 24.11.0
https://github.com/approvals/ApprovalTests.Java/commit/5fd3802fc0a0c9f1b0549ad1b7c7f57d6ac9e7a9";>5fd3802
. d updated markdown snippets
https://github.com/approvals/ApprovalTests.Java/commit/64ac582c51b9e69b1bbf59768e125fe7aa3a3754";>64ac582
Merge branch 'applesauce'
https://github.com/approvals/ApprovalTests.Java/commit/547c0eb8b9675893d44d99c1ea624b8e124126cf";>547c0eb
- F Seam for what error is thrown from Approvals
https://github.com/approvals/ApprovalTests.Java/commit/90e253959063f6c017e24ea638af4f1f58702615";>90e2539
. r extract method
https://github.com/approvals/ApprovalTests.Java/commit/d7f717e51f9b3b09921cd50099c8d986824e3790";>d7f717e
Bump actions/cache from 4.1.2 to 4.2.0
Additional commits viewable in https://github.com/approvals/ApprovalTests.Java/compare/24.9.0...24.12.0";>compare
view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 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)
--
This is an automated message from
[PR] Bump com.approvaltests:approvaltests from 24.9.0 to 24.12.0 [causeway]
dependabot[bot] opened a new pull request, #2812:
URL: https://github.com/apache/causeway/pull/2812
Bumps
[com.approvaltests:approvaltests](https://github.com/approvals/ApprovalTests.Java)
from 24.9.0 to 24.12.0.
Release notes
Sourced from https://github.com/approvals/ApprovalTests.Java/releases";>com.approvaltests:approvaltests's
releases.
ReporterThatCreatesApprovalScript
For Windows and Linux!
When this reporter is used it creates a script that, when it runs, will
approve all failed tests.
The script file will be either
.approval_tests_temp\approval_script.bat
or
.approval_tests_temp/approval_script.sh
Added Seam for custom exceptions
If you want to customize what error is thrown (https://redirect.github.com/approvals/ApprovalTests.Java/issues/596";>#596)
, you can now do the following:
// global
private final Closeable oldGenerator =
Approvals.settings().registerErrorGenerator((received, approved) -> new
AssertionError("Custom message")))
try (AutoCloseable old = Approvals.settings()
.registerErrorGenerator((received, approved) -> new
AssertionError("Custom message")))
{
...
}
Queryable.firstOrThrow
return Queryable.as(1, 2, 3).firstOrThrow(i -> 2
< i, () -> new RuntimeException("Nothing bigger than 2")
Commits
https://github.com/approvals/ApprovalTests.Java/commit/299d82a2d4219f9b5edbf05a191ba3ba4289a61e";>299d82a
a reformat code
https://github.com/approvals/ApprovalTests.Java/commit/59493782951e6a60f30911a3fecdcc5bb758a0e8";>5949378
- F ReporterThatCreatesAnApprovalScript for Linux
https://github.com/approvals/ApprovalTests.Java/commit/a65f35200edace0733250a2a1d175c459f3ece9f";>a65f352
- F ReporterThatCreatesAnApprovalScript for Windows
https://github.com/approvals/ApprovalTests.Java/commit/a53cea91116762aa417b09b73287005a97b9fe33";>a53cea9
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2
https://github.com/approvals/ApprovalTests.Java/commit/eb4b03222972df20da0b35ecf30260d75ad33243";>eb4b032
v 24.11.0
https://github.com/approvals/ApprovalTests.Java/commit/5fd3802fc0a0c9f1b0549ad1b7c7f57d6ac9e7a9";>5fd3802
. d updated markdown snippets
https://github.com/approvals/ApprovalTests.Java/commit/64ac582c51b9e69b1bbf59768e125fe7aa3a3754";>64ac582
Merge branch 'applesauce'
https://github.com/approvals/ApprovalTests.Java/commit/547c0eb8b9675893d44d99c1ea624b8e124126cf";>547c0eb
- F Seam for what error is thrown from Approvals
https://github.com/approvals/ApprovalTests.Java/commit/90e253959063f6c017e24ea638af4f1f58702615";>90e2539
. r extract method
https://github.com/approvals/ApprovalTests.Java/commit/d7f717e51f9b3b09921cd50099c8d986824e3790";>d7f717e
Bump actions/cache from 4.1.2 to 4.2.0
Additional commits viewable in https://github.com/approvals/ApprovalTests.Java/compare/24.9.0...24.12.0";>compare
view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 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)
--
This is an automated message from
