You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "John Ross (JIRA)" <ji...@apache.org> on 2013/05/17 22:13:16 UTC

[jira] [Commented] (ARIES-1061) Subsystem URI uses a deprecated method.

    [ https://issues.apache.org/jira/browse/ARIES-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13661002#comment-13661002 ] 

John Ross commented on ARIES-1061:
----------------------------------

The best solution for enabling subsystems to build on java 7 was to use version 3.1 of the maven-compiler-plugin within parent/default-parent/pom.xml, so updated the summary accordingly.
                
> Subsystem URI uses a deprecated method.
> ---------------------------------------
>
>                 Key: ARIES-1061
>                 URL: https://issues.apache.org/jira/browse/ARIES-1061
>             Project: Aries
>          Issue Type: Improvement
>          Components: Subsystem
>    Affects Versions: 1.0
>         Environment: JDK7
>            Reporter: TangYong
>            Priority: Minor
>         Attachments: SubsystemUri.java.patch
>
>
> Currently, a fact that subsystem core can not be built on jdk7 has caused the whole subsystem can not be built on jdk7 platform. Seeing the following exception:
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project org.apache.aries.subsystem.core: Compilation failure
> [ERROR] could not parse error message: 警告:[options] ブートストラップ・クラスパスが-source 1.6と一緒に設定されていません
> [ERROR] D:\aries\subsystem\subsystem-core\src\main\java\org\apache\aries\subsystem\core\internal\SubsystemUri.java:90: 警告:[deprecation] URLEncoderのencode(String)は推奨されません
> [ERROR] builder.append(URLEncoder.encode(url.toString()));
> [ERROR] ^
> [ERROR] -> [Help 1]
> [ERROR]
> ...
> The reason is very simple,
> builder.append(URLEncoder.encode(url.toString())); has been deprecated and blocked compiling.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira