You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by "David Griffon (Jira)" <ji...@apache.org> on 2023/01/31 16:01:00 UTC

[jira] [Created] (UNOMI-735) Remove deprecated methods and properties following rollover usage

David Griffon created UNOMI-735:
-----------------------------------

             Summary: Remove deprecated methods and properties following rollover usage
                 Key: UNOMI-735
                 URL: https://issues.apache.org/jira/browse/UNOMI-735
             Project: Apache Unomi
          Issue Type: Bug
            Reporter: David Griffon
             Fix For: unomi-3.0.0


While working on https://issues.apache.org/jira/browse/UNOMI-724 some method and parameter have been deprecated, this task to remove them at the time Unomi reach version 3.0.0

h3. methods with Datehint signature.
Can be find in {{/persistence-spi/src/main/java/org/apache/unomi/persistence/spi/PersistenceService.java}}
for example
https://github.com/apache/unomi/blob/453128058bcfc97d456aab0062882519912e2de9/persistence-spi/src/main/java/org/apache/unomi/persistence/spi/PersistenceService.java#L235 
Can be find in {{/api/src/main/java/org/apache/unomi/api/services/ProfileService}}
https://github.com/apache/unomi/blob/453128058bcfc97d456aab0062882519912e2de9/api/src/main/java/org/apache/unomi/api/services/ProfileService.java#L185

h3. Monthly index setter, attributes and configuration
Has to be removed from {{/persistence-spi/src/main/java/org/apache/unomi/persistence/spi/PersistenceService.java}} and all related configuration flie:
https://github.com/apache/unomi/blob/453128058bcfc97d456aab0062882519912e2de9/persistence-elasticsearch/core/src/main/resources/org.apache.unomi.persistence.elasticsearch.cfg#L27-L30
https://github.com/apache/unomi/blob/453128058bcfc97d456aab0062882519912e2de9/persistence-elasticsearch/core/src/main/resources/OSGI-INF/blueprint/blueprint.xml#L40-L44
https://github.com/apache/unomi/blob/453128058bcfc97d456aab0062882519912e2de9/package/src/main/resources/etc/custom.system.properties#L110-L114



--
This message was sent by Atlassian Jira
(v8.20.10#820010)