afs commented on issue #3148: URL: https://github.com/apache/jena/issues/3148#issuecomment-3961970440
`ja:loadClass` hasbeen need for a long time. > "com.hp.hpl.jena.tdb.TDB" 4.9.0 prints a warning : ``` AssemblerHelp WARN ja:loadClass: Migration to Jena3: Converting com.hp.hpl.jena.tdb.TDB to org.apache.jena.tdb.TDB ``` and `org.apache.jena.tdb.TDB` wss removed at Jena 6.0.0 `org.apache.jena.tdb1.TDB` https://github.com/apache/jena/blob/main/CHANGES.txt If you are using TDB1, consider migrating to the more robust TDB2. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
