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

Remove schedule. deprecated property key prefix #6043

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cppwfs
Copy link
Contributor

@cppwfs cppwfs commented Nov 1, 2024

Use deployer. property prefix when setting schedule properties

Originally scheduled properties uses schedule. as a prefix for all the settings. However it was determined they were just a subset of deployer properties and thus the prefix could be deprecated.

resolves #6019

Use deployer. property prefix when setting schedule properties

Originally scheduled properties uses schedule. as a prefix for all the settings.
However it was determined they were just a subset of deployer properties and thus could be deprecated
Signed-off-by: Glenn Renfro <grenfro@vmware.com>

polish

Signed-off-by: Glenn Renfro <grenfro@vmware.com>
@corneil
Copy link
Contributor

corneil commented Nov 5, 2024

Are the users going to receive an error when they use schedule.?

@cppwfs
Copy link
Contributor Author

cppwfs commented Nov 5, 2024

Great Question. In both implementations they check for a empty/null cron expression and will throw an exception.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DefaultSchedulerService Deprecation Cleanup
2 participants