[
https://issues.apache.org/jira/browse/DERBY-6513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rick Hillegas updated DERBY-6513:
---------------------------------
Attachment: derby-6513-01-aa-suppressWarnings.diff
Attaching derby-6513-01-aa-suppressWarnings.diff. This adds compilerargs which
suppress the warnings. The compilerargs are added to a couple build targets in
the demo subdirectory.
Touches the following files:
M java/demo/toursdb/build.xml
M java/demo/build.xml
> Warnings when building 10.10 branch with Java 8
> -----------------------------------------------
>
> Key: DERBY-6513
> URL: https://issues.apache.org/jira/browse/DERBY-6513
> Project: Derby
> Issue Type: Bug
> Components: Build tools
> Affects Versions: 10.10.1.4
> Environment: java version "1.8.0"
> Java(TM) SE Runtime Environment (build 1.8.0-b128)
> Java HotSpot(TM) 64-Bit Server VM (build 25.0-b69, mixed mode)
> Mac OSX 10.7.5
> Reporter: Rick Hillegas
> Assignee: Rick Hillegas
> Attachments: derby-6513-01-aa-suppressWarnings.diff
>
>
> When I build the 10.10 branch using JDK 8, I see the following warnings:
> {noformat}
> [javac] warning: [options] source value 1.4 is obsolete and will be
> removed in a future release
> [javac] warning: [options] target value 1.4 is obsolete and will be
> removed in a future release
> [javac] warning: [options] To suppress warnings about obsolete options,
> use -Xlint:-options.
> [javac] 3 warnings
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)