On 27/12/2021 12:02, Rinor Sefa wrote:
I also find some issues navigating documentation through search bar.

Steps to reproduce
1) Go to https://jena.apache.org/documentation/javadoc/jena/index.html
2) Use Search Bar on top right.
3) Write ModelFactory(type)(example)
4) Click
5) NOT FOUND page displayed 
(https://jena.apache.org/documentation/javadoc/jena/undefined/org/apache/jena/rdf/model/ModelFactory.html)

Thanks.

Does anyone know what causes the /undefined/? Is that where a module name goes?

Jena isn't java modules - a it does set automatic modules in the POMs.

Is this new at 4.3? (because AFAICS we didn't change any thing from 4.2).

4.x was the start of using java11 where the javadoc tools is quite different to the java8 one.

    Andy


Happy holidays,
Rinor Sefa

-----Original Message-----
From: Andy Seaborne <a...@apache.org>
Sent: Sunday, 26 December 2021 12:59
To: users@jena.apache.org
Subject: Re: Javadoc links are broken?



On 25/12/2021 11:35, Martynas Jusevičius wrote:
Hi,

Happy holidays!

Is it just me or most Javadoc links are broken? Or is it a Google
indexing problem?

The Apache Jena project is not responsible for Google indexing :-)

For example:
https://jena.apache.org/documentation/javadoc/rdfconnection/org/apache
/jena/rdfconnection/RDFDatasetConnection.html

Java11 javadoc is quite different to java8 javadoc.
The material is there if you navigate to it.

https://jena.apache.org/documentation/javadoc/rdfconnection/org.apache.jena.rdfconnection/org/apache/jena/rdfconnection/RDFDatasetConnection.html

https://jena.apache.org/documentation/javadoc/arq/org/apache/jena/quer
y/DatasetAccessor.html

Not in the codebase.

Those are the links I get searching Google for "RDFDatasetConnection"
and "DatasetAccessor" and both return "Not Found".

Martynas

Reply via email to