Andy Seaborne

Results 454 comments of Andy Seaborne

1. The build is grumpy about a file `.css`: https://github.com/apache/jena/actions/runs/19701807394/job/56577824838?pr=3585 2. The compare is showing 300+ files different. Could you rebase your branch to current `main` please?

What happens if there is no geo? Just an empty tab? What "geo" can it cope with? If I did a geo search of my local city, does it adjust...

```java // Parse twice, different bnodes. public static void main(String... args) { String x = """ PREFIX cdt: PREFIX ex: ex:s ex:p "[_:b, 42]"^^cdt:List . """; Graph g1 = RDFParser.fromString(x,...

> > Can there be a way to enforce the restrictions of use? > > I don't understand what you are asking here. Can you please elaborate. I was hoping...

@Claudenw - what's your impression of the current best practice across ASF? A quick search of ASF didn't find many places where it has been adopted wholesale - not surprising...

Existing tools are fragile. * reformated license text * some licenses have text that changes (e.g. BSD, MIT include the copyright holder name) * use of modified licenses which take...

So you are getting `TimeoutException` on download (backup) and upload (restore) cases? `java.util.concurrent.TimeoutException` isn't from Jena itself. "(client left?)" is Jena - it is part of a general catch for...

> Would info level logs possibly be of any use regarding this problem? Not Jena logs, maybe `java.net.html` logs but there will be quite large. The other recurring failure seen...

Good point. Another point against network is that a web search for anything similar does not turn up anything.

Hi @SamuelBoerlin There seem to be several potentially different things going on here. 1. > ``` > Exception in insertPrefixes: Not in a transaction > org.apache.jena.dboe.transaction.txn.TransactionException: Not in a transaction...