Skip to content
Natan Cox edited this page Mar 16, 2023 · 6 revisions

Welcome to the asquare wiki!

Upgrade fixes

module access

  • deleted zone.cogni.asquare.access.shacl.Shacl
    • use org.apache.jena.shacl.vocabulary.SHACLM
    • since 0.6.9

module async

  • new module
    • moved some classes into this new module
      • AsyncAspect, AsyncConfig, AsyncContext, AsyncTaskManager, AsyncUtils, DuplicatedAsyncTaskException, GraphIndexService, IndexConfig, IndexService or TypeIndexService
    • since 0.6.9

module service

  • moved some classes to async module
    • include async module in your project if you use any of these classes
      • AsyncAspect, AsyncConfig, AsyncContext, AsyncTaskManager, AsyncUtils, DuplicatedAsyncTaskException, GraphIndexService, IndexConfig, IndexService or TypeIndexService
    • since 0.6.9
Clone this wiki locally