jianrongzhang89 commented on code in PR #467:
URL:
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/467#discussion_r1607401487
##########
controllers/profiles/common/properties/managed.go:
##########
@@ -183,10 +185,10 @@ func NewManagedPropertyHandler(workflow
*operatorapi.SonataFlow, platform *opera
return handler.withKogitoServiceUrl(), nil
}
-// ApplicationManagedProperties immutable default application properties that
can be used with any workflow based on Quarkus.
-// Alias for NewManagedPropertyHandler(workflow).Build()
-func ApplicationManagedProperties(workflow *operatorapi.SonataFlow, platform
*operatorapi.SonataFlowPlatform) (string, error) {
- p, err := NewManagedPropertyHandler(workflow, platform)
+// ImmutableApplicationProperties immutable default application properties
that can be used with any workflow based on Quarkus.
+// Alias for NewAppPropertyHandler(workflow).Build()
+func ImmutableApplicationProperties(ctx context.Context, c client.Client,
workflow *operatorapi.SonataFlow, platform *operatorapi.SonataFlowPlatform)
(string, error) {
Review Comment:
Caused by the code rebase. Corrected
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]