[ 
https://issues.apache.org/jira/browse/MAHOUT-618?focusedWorklogId=991846&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-991846
 ]

ASF GitHub Bot logged work on MAHOUT-618:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Nov/25 16:31
            Start Date: 15/Nov/25 16:31
    Worklog Time Spent: 10m 
      Work Description: guan404ming merged PR #628:
URL: https://github.com/apache/mahout/pull/628




Issue Time Tracking
-------------------

    Worklog Id:     (was: 991846)
    Time Spent: 1h  (was: 50m)

> mahout-math's pom.xml should be configured to compile in Java6
> --------------------------------------------------------------
>
>                 Key: MAHOUT-618
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-618
>             Project: Mahout
>          Issue Type: Bug
>          Components: classic
>            Reporter: Daisuke Miyamoto
>            Assignee: Sean R. Owen
>            Priority: Major
>             Fix For: 0.5
>
>         Attachments: mahout-618.patch
>
>   Original Estimate: 5m
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Though Mahout requires JDK6, mahout-math's pom.xml contains plugin 
> configuration which direct compile for Java5 as following:
> {code}
>      <plugin>
>        <groupId>org.apache.maven.plugins</groupId>
>        <artifactId>maven-compiler-plugin</artifactId>
>        <configuration>
>          <source>1.5</source>
>          <target>1.5</target>
>        </configuration>
>      </plugin>
> {code}
> Furthermore RandomWrapper and DistributionChecks uses 
> String#getBytes(Charset) and Arrays#copyOf() method.
> These methods are not supported in JDK5.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to