Skip to content
Natan Cox edited this page Mar 19, 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
  • moved zone.cogni.asquare.access.Params
    • use zone.cogni.asquare.service.elasticsearch.Params in module elastic-service
    • 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 elastic-service

  • new module
    • moved some classes into this new module
      • Params, ElasticsearchMetadata, ElasticsearchMetadataService, Info_clusterState, Info_stats, Elasticsearch7Store and ElasticStore
    • since 0.6.9

module triplestore-jena-memory

  • moved DatasetRdfStoreService into module
    • 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
  • moved some classes to elastic-service module
    • include elastic-service modile in your project if you use any of these classes
      • ElasticsearchMetadata, ElasticsearchMetadataService, Info_clusterState, Info_stats, Elasticsearch7Store and ElasticStore
    • since 0.6.9
  • moved zone.cogni.asquare.service.index.DatasetRdfStoreService
    • use zone.cogni.asquare.triplestore.jenamemory.DatasetRdfStoreService in module triplestore-jena-memory
    • since 0.6.9
Clone this wiki locally