Bug 1073012

Summary: Review Request: thrift-maven-plugin - Maven Thrift Plugin
Product: [Fedora] Fedora Reporter: gil cattaneo <puntogil>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: package-review, pmackinn
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-04-04 23:52:11 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description gil cattaneo 2014-03-05 15:36:00 UTC
Spec URL: http://gil.fedorapeople.org/thrift-maven-plugin.spec
SRPM URL: http://gil.fedorapeople.org/thrift-maven-plugin-0.1.12-1.fc19.src.rpm
Description: 
Maven Thrift Plugin that executes the thrift code generator
(base on protocol buffers plugin).
Fedora Account System Username: gil

Comment 1 Pete MacKinnon 2014-04-04 21:12:20 UTC
Doesn't build with current xmvn in rawhide:

[ERROR] /rpmbuild/BUILD/maven-thrift-plugin-thrift-maven-plugin-0.1.12/src/main/java/org/apache/thrift/maven/ThriftTestCompileMojo.java:[54,22] method addTestResource in interface org.apache.maven.project.MavenProjectHelper cannot be applied to given types;
  required: org.apache.maven.project.MavenProject,java.lang.String,java.util.List<java.lang.String>,java.util.List<java.lang.String>
  found: org.apache.maven.project.MavenProject,java.lang.String,com.google.common.collect.ImmutableList<java.lang.String>,com.google.common.collect.ImmutableList<java.lang.Object>
  reason: actual argument com.google.common.collect.ImmutableList<java.lang.Object> cannot be converted to java.util.List<java.lang.String> by method invocation conversion
[ERROR] /rpmbuild/BUILD/maven-thrift-plugin-thrift-maven-plugin-0.1.12/src/main/java/org/apache/thrift/maven/ThriftCompileMojo.java:[79,22] method addResource in interface org.apache.maven.project.MavenProjectHelper cannot be applied to given types;
  required: org.apache.maven.project.MavenProject,java.lang.String,java.util.List<java.lang.String>,java.util.List<java.lang.String>
  found: org.apache.maven.project.MavenProject,java.lang.String,com.google.common.collect.ImmutableList<java.lang.String>,com.google.common.collect.ImmutableList<java.lang.Object>
  reason: actual argument com.google.common.collect.ImmutableList<java.lang.Object> cannot be converted to java.util.List<java.lang.String> by method invocation conversion

Comment 2 gil cattaneo 2014-04-04 23:52:11 UTC
seem a problem around guava and java8
built https://bugzilla.redhat.com/show_bug.cgi?id=1010003
without this mvn plugin support
close for now