assertj-assertions-generator
assertj-assertions-generator copied to clipboard
Bump compile-testing from 0.18 to 0.21.0
Bumps compile-testing from 0.18 to 0.21.0.
Release notes
Sourced from 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)0.19
- Updated Truth usages to be compatible with Truth 1.0 and higher.
- Improved exception thrown by
onLine(n)whennis out of range. (b4eaa92)
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
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 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 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)