Skip to content

v2.2.3

Choose a tag to compare

@github-actions github-actions released this 28 Mar 23:51
· 550 commits to main since this release
91b16cc

Patch Changes

  • #42 1b4d114 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.