[
https://issues.apache.org/jira/browse/JENA-927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14521869#comment-14521869
]
ASF subversion and git services commented on JENA-927:
------------------------------------------------------
Commit 84bcb5ec09451867631883296260e239338b5be5 in jena's branch
refs/heads/master from [~andy.seaborne]
[ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=84bcb5e ]
JENA-927: Remove debugging code
> 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)