Skip to content

Commit

Permalink
PIG-5282: Upgade to Java 8 (satishsaley via rohini)
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/pig/trunk@1805651 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
r0hini committed Aug 21, 2017
1 parent 44a1379 commit 3a2d7e4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Pig Change Log
Trunk (unreleased changes)

INCOMPATIBLE CHANGES

PIG-5282: Upgade to Java 8 (satishsaley via rohini)

IMPROVEMENTS

Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<property name="javac.debug" value="on" />
<property name="javac.optimize" value="on" />
<property name="javac.deprecation" value="off" />
<property name="javac.version" value="1.7" />
<property name="javac.version" value="1.8" />
<property name="javac.args" value="" />
<condition property="javac.args.warnings" value="-Xmaxwarns 1000000 -Xlint -Xlint:-deprecation" else="-Xmaxwarns 1000000">
<isset property="all.warnings" />
Expand Down
2 changes: 1 addition & 1 deletion contrib/piggybank/java/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<property name="javac.level" value="source,lines,vars"/>
<property name="javac.optimize" value="on" />
<property name="javac.deprecation" value="off" />
<property name="javac.version" value="1.7" />
<property name="javac.version" value="1.8" />
<property name="javac.args" value="" />
<!-- TODO we should use warning... <property name="javac.args.warnings" value="-Xlint:unchecked" /> -->
<property name="javac.args.warnings" value="" />
Expand Down
2 changes: 1 addition & 1 deletion tutorial/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<project basedir="." default="tar" name="pigudf">
<!-- javac properties -->
<property name="javac.version" value="1.5" />
<property name="javac.version" value="1.8" />

<!-- build properties -->
<property name="build.dir" value="${basedir}/build" />
Expand Down

0 comments on commit 3a2d7e4

Please sign in to comment.