[
https://issues.apache.org/jira/browse/JENA-927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14521853#comment-14521853
]
ASF subversion and git services commented on JENA-927:
------------------------------------------------------
Commit 1e8d3e15fc6a5faf16032902f63682e546b6cbd0 in jena's branch
refs/heads/master from [~andy.seaborne]
[ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=1e8d3e1 ]
JENA-927: ja:loadClass - Intercept com.hp.hpl.jena and use org.apache.jena
> 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)