You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Rob Vesse (JIRA)" <ji...@apache.org> on 2015/05/05 13:57:00 UTC

[jira] [Commented] (JENA-927) Add transition support to ja:loadClass loading.

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

Rob Vesse commented on JENA-927:
--------------------------------

If this is intended as transitional support should this not also print a warning to the user reminding them to update their configuration files?

> Add transition support to ja:loadClass loading.
> -----------------------------------------------
>
>                 Key: JENA-927
>                 URL: https://issues.apache.org/jira/browse/JENA-927
>             Project: Apache Jena
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: Jena 3.0.0
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>             Fix For: Jena 3.0.0
>
>
> In {{AssemblerHelp.loadClassNamedBy}} add a check for "com.hp.hpl.jena" and change to "org.apache.jena":
> {noformat}
>         if ( x.startsWith("com.hp.hpl.jena") )
>             x = x.replaceFirst("com.hp.hpl.jena", "org.apache.jena") ;
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)