cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to determine if a property has been deprecated

djboyd4715
Participant
0 Likes
848

CCV2: V2105

I know that SAP has provided a nice lookup form about extensions, to determine they are deprecated, their usages etc.

I am trying to determine the same for property settings ( name/value pairs ).

For example: task.excluded.cluster.ids

As far as I know, task, cronjobs etc by default on the CCV2 will run on the backgroundprocessing aspect. So I would think that this is not required anymore.

FYI: doing an upgrade from CCV1:V6.4 -> CCV2:V2015 - cleanup work at the moment.

Accepted Solutions (0)

Answers (3)

Answers (3)

samuelyang
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi David,

You're right, for this specific property task.excluded.cluster.ids, it only makes sense if you deploy Commerce 2105 as an On-Prem solution. When it comes to CCv2 or Commerce Cloud 2105 in Public Cloud, the task engine and Cronjobs are supposed to be running in the backgroundprocessing aspect/service, so they are running in pods/containers in the K8S cluster, not directly on nodes/servers.

And I could not find properties deprecation in the documentation either, so again it's case by case.

djboyd4715
Participant
0 Likes

Thanks for the followup

samuelyang
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi David,

This is really confusing, it should be mentioned on SAP Commerce Cloud in the Public Cloud as well.

But generally speaking, SAP Commerce and SAP Commerce Cloud in the Public Cloud is the same, same code base, same features and functionalities, except the technical operation like CI/CD side is different. So from development or coding perspective, the same codes should work for both editions. If it works for Commerce 2105, then it should also work for Commerce Cloud 2105.

So it's still relevant on CCv2.

djboyd4715
Participant
0 Likes

Hello Samuel

I assume that this property is not shown for SAP Commerce Cloud in the Public Cloud is that where task, cronjobs, etc run is all controlled within the deployment process to this env.

Ref: Running Cron Jobs on Specific Aspects

samuelyang
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi David,

I'm not aware of any lookup form about property settings, but for your specific property task.excluded.cluster.ids, it's still valid on version 2105.

https://help.sap.com/viewer/d0224eca81e249cb821f2cdf45a82ace/2105/en-US/8c6d262b866910149bdadc86225a...

Properties are specific to extensions, so you will probably find the usage and deprecation of the properties in each specific extension.

The other places to look for deprecation is:

What's New

Feature List by Release

I think it's pretty case by case, if you could send me the list of properties, I can check it out.

djboyd4715
Participant
0 Likes

Hello @samuel.yang

If you take a look here: https://help.sap.com/viewer/aa417173fe4a4ba5a473c93eb730a417/v2105/en-US/8c6d262b866910149bdadc86225... which is for Commerce Cloud vs Commerce, you see there is no mention of this property.

So I would have to assume that it has no relevance on CCV2.

Whould that be correct?