-
Notifications
You must be signed in to change notification settings - Fork 267
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
Resolves #359: XML Property Updates Report #804
Resolves #359: XML Property Updates Report #804
Conversation
01aa121
to
74a84ac
Compare
Failing with JVM 8 during compilation because of incompatible types: java.util.Map cannot be assigned to a java.util.Map argument. Strange. I've reproduced it with coretto-1.8
The error is gone if I make the method non-static. Looks like a javac bug. As I suspected the error has something to do with the inferred type of the List built with Collections.toList() so, not the reported Map incompatibility, but another one (because it's not PropertyAssociation, but its child type), I changed the way how the object is constructed and it worked fine; it also worked fine if I used
Anyway, the thing is resolved now -- I made the assigned list return a list of the actual PropertyAssociation. However, this fix has nothing to do with the reported java.util.Map incompatibitilty. |
7b35cb5
to
e39a53b
Compare
e39a53b
to
eeee16f
Compare
i also had class cast ex, during report rendering, between classes like Map.Node and Map.TreeNode. i'll open an issue if i can reproduce |
2c5126e
to
5d81035
Compare
versions-maven-plugin/src/it/it-xml-property-updates-report-001/verify.groovy
Outdated
Show resolved
Hide resolved
5d81035
to
ba6b576
Compare
XML version of the Property Updates Report
@slawekjaranowski please review