[
https://issues.apache.org/jira/browse/AURORA-1083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14299974#comment-14299974
]
Bill Farner commented on AURORA-1083:
-------------------------------------
Ran into an early roadblock here, unable to compile generated thrift code:
{noformat}
aurora/api/dist/thrift/gen-java/org/apache/aurora/gen/storage/SaveAcceptedJob.java:9:
error: package org.apache.commons.lang3.builder does not exist
import org.apache.commons.lang3.builder.HashCodeBuilder;
^
{noformat}
Looks like libthrift 0.9.2 dropped this transitive dependency that was present
in 0.9.1:
{noformat}
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.1</version>
</dependency>
{noformat}
> Upgrade to thrift 0.9.2
> -----------------------
>
> Key: AURORA-1083
> URL: https://issues.apache.org/jira/browse/AURORA-1083
> Project: Aurora
> Issue Type: Task
> Reporter: Bill Farner
> Labels: newbie
>
> It's a point release, but includes a large number of changes:
> https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=CHANGES;hb=HEAD
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)