-
Notifications
You must be signed in to change notification settings - Fork 107
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
Regression CLASS_GENERIC_TEMPLATE_CHANGED #368
Comments
Hi, we are also facing similar behaviour on wholly new methods over at Apache Parquet after updating japicmp from 0.16.0 to 0.18.1 and later 0.18.2. We ended up temporarily resolving the issue by adding tons of new methods to our japicmp exclusions (see apache/parquet-java#1181). |
Fixed with the latest commit. Is available with the next release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I might have found a regression.
On japicmp 0.16.0 (tested 0.15.3 too, and workds) my project builds fine as expected.
On japicmp 0.17.1 it fails
There is at least one incompatibility: com.querydsl.mongodb.MongodbExpressions.all(com.querydsl.core.types.dsl.ListPath,java.util.Collection):CLASS_GENERIC_TEMPLATE_CHANGED
Also tested with all 0.17.x and 0.18.x releases.
On my side, this is a new static method AND is a new major release 6.0-SNAPSHOT.
https://app.circleci.com/pipelines/github/OpenFeign/querydsl/508/workflows/a08cc0c7-2acd-437c-a34a-6001e4358571/jobs/3172
japicmp.xsd.txt
japicmp.diff.txt
japicmp.html.txt
japicmp.xml.txt
The text was updated successfully, but these errors were encountered: