yavi
yavi copied to clipboard
Bump com.google.testing.compile:compile-testing from 0.19 to 0.21.0
Bumps com.google.testing.compile:compile-testing from 0.19 to 0.21.0.
Release notes
Sourced from com.google.testing.compile:compile-testing's releases.
0.21.0
- Fixed a bug: When comparing ASTs, for example in
JavaFileObjectSubject.hasSourceEquivalentTo, some kinds of nodes were omitted from the comparison. In particular, if the expected code had an annotated type or a union type (multicatch), the actual code could contain anything at that point and the test would still pass. This was also true for post-Java-8 constructs like module declarations,yieldstatements, and the like. These omissions have been corrected. Some tests may now fail if the expected and actual source do not match, in ways that were hidden by this bug. (https://github.com/google/compile-testing/commit/9a592f77821adecf10a16a7a4cdd2f071ddcf136)0.20
- Allow sources being compiled to be read from annotation processors. (95e749d)
- Fix false negative when comparing source files that differ only in try-with-resources specifications. (cb6486c)
- Add
withAnnotationProcessorPath()toCompiler. (80a9ee0)- Improve error messages rendered by
JavaSourcesSubject.parsesAs()andJavaFileObjectSubject.containsElementsIn()to more easily distinguish between errors incurred in actual vs expected source. (115014e)- Use
@Nullablefrom the Checker Framework and fix a few null-correctness issues. (6260258)- Fixed bug where testing
package-info.javawithparsesAs()threw aNullPointerException. (c46b1b6)- Close
JavaCompilerobjects to avoid resource leaks. (cd2c0a8)
Commits
c24c262Set version number for compile-testing to 0.21.0.9a592f7Use reflection to implementTreeDiffer.DiffVisitor.cd5e8a9Adjust configuration and documents to reflect the renamed main branch.75b95edName our release profilesonatype-oss-releaseinstead ofrelease.ea22b1dBump styfle/cancel-workflow-action from 0.10.1 to 0.11.01148d31Bump error_prone_annotations from 2.15.0 to 2.16d288d45Bump auto-value from 1.9 to 1.106be818dBump checker-qual from 3.25.0 to 3.26.0b9a66d1Bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1c2bd7baBump maven-jar-plugin from 3.2.2 to 3.3.0- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
@dependabot rebase
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
Looks like this PR is closed. If you re-open it, I'll rebase it, as long as no-one else has edited it.
@dependabot rebase
Looks like this PR is closed. If you re-open it, I'll rebase it, as long as no-one else has edited it.
@dependabot rebase
Superseded by #482.