Andy Seaborne

Results 454 comments of Andy Seaborne

The merge causes the PR to be closed. Please continue discussion on the issue #2518.

May be your application is picking up an older micrometer via a difference dependency route. The maven resolution rule is "least depth" and not version resolving. Micrometer 1.12.5 to 1.13.0...

It is a nuisance. We could make it optional and disable Fuseki metrics. If we added an artifact then we'd end up having to keep providing that artifact. Dropping an...

For Jena, we haven't encountered much change across versions. The use of micrometer/prometheus is not complicated. Adding a dependency for exactly the version, or greater, should resolve the issue for...

I think when I tried the PR, Jena code didn't compile.

The syntax highlighter is codemirror based via [the maintained yasgui for](https://github.com/zazuko/Yasgui). https://github.com/codemirror/codemirror5/blob/master/mode/sparql/sparql.js As `FOLD`, `UNFOLD` and `ADJUST` are Jena specific extensions, they need adding to the keywords. Other Jena extensions:...

> Are you aware of this update I am. Let's recognise the time and effort that filip26 has put into Titanium.

Jena requires Java17 currently. The project policy is "2 LTS". After Java-maybe-25 in September 2025, Jena will presumably move to require a minimum of 21. Hence, the default position for...