Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Remove obsolete rule-engine configuration #19910

Merged
merged 1 commit into from
Feb 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ public enum ConfigurationKey {
/** SQL view write enabled, can be 'on', 'off'. (default: off) */
SYSTEM_SQL_VIEW_WRITE_ENABLED("system.sql_view_write_enabled", Constants.OFF, false),

/**
* Disable server-side program rule execution, can be 'on', 'off'. <br>
* (default: on)
*/
SYSTEM_PROGRAM_RULE_SERVER_EXECUTION("system.program_rule.server_execution", Constants.ON, false),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this need to be mentioned in the release notes 🤷🏻

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should have been mentioned in 2.41 release notes.
I also updated the docs, I will check with @Philip-Larsen-Donnelly or @ameenhere what is the best way to add this information somewhere


/**
* Set the maximum size for the cache instance to be built. If set to 0, no caching will take
* place. Cannot be a negative value. (default: 0).
Expand Down
Loading