You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
#421b4d114 Thanks @flyon! - Add PendingQueryContext for lazy query context resolution. getQueryContext() now returns a live reference with a lazy .id getter instead of null when the context hasn't been set yet. QueryBuilder.for() accepts PendingQueryContext and null. New hasPendingContext() method. setQueryContext(name, null) now properly clears the entry. Test Fuseki port changed to 3939; globalSetup/globalTeardown added for reliable Fuseki auto-start.