[jira] [Commented] (OFBIZ-11435) Remove and/or replace deprecated services

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-11435) Remove and/or replace deprecated services

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-11435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17107995#comment-17107995 ]

ASF subversion and git services commented on OFBIZ-11435:
---------------------------------------------------------

Commit 44c374a644eab41de74c1c956758ef68b9509355 in ofbiz-framework's branch refs/heads/trunk from Suraj Khurana
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=44c374a ]

Removed: Deprecated entity captureBillingAccountPayments since release 17.12. (#131)

(OFBIZ-11435)
Also, added deprecated since tag in some old entities and fields. This is done as per current policy to deprecate entities/services.
Thanks Pierre for reporting and Jacques for review.

> Remove and/or replace deprecated services
> -----------------------------------------
>
>                 Key: OFBIZ-11435
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11435
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ALL COMPONENTS
>    Affects Versions: Trunk
>            Reporter: Pierre Smits
>            Assignee: Suraj Khurana
>            Priority: Major
>              Labels: refactoring
>
> In the code base (in trunk) there are several services call functions which have been deprecated and replaced by newer functions, such as:
>  * deleteRateAmount -> expireRateAmount
>  * captureBillingAccountPayment -> captureBillingAccountPayments
>  * createQuoteWorkEffort -> ensureWorkEffortAndCreateQuoteWorkEffort
>  * addPriceRuleToMarketingCampaign -> createMarketingCampaignPrice
>  * removePriceRuleFromMarketingCampaign -> deleteMarketingCampaignPrice
>  * addPromoToMarketingCampaign -> createMarketingCampaignPromo
>  * removePromoFromMarketingCampaign -> deleteMarketingCampaignPromo
> These must be removed from trunk, when the time is there (to be done periodically). This is a long running ticket intended to enable committers to associate a removal to a ticket upon periodical clean-up without having to create new tickets.
> It is suggested that committer the ticket under which a the replacement is committed is referenced here as a link.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)