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 deprecated "job as class" format #81

Closed
odinserj opened this issue Apr 23, 2014 · 0 comments
Closed

Remove deprecated "job as class" format #81

odinserj opened this issue Apr 23, 2014 · 0 comments
Milestone

Comments

@odinserj
Copy link
Member

If you are using only expression trees syntax (Enqueue(() => Console.WriteLine)), this issue is not for you.

"Job as class" format was introduced in version 0.1 and became obsolete in 0.6 (replaced with expression trees syntax). Version 0.7 banned to create jobs in this deprecated format, but still processes them.

Main problems – differences in argument storage structure and in performance methods. It makes difficult to make some things (#62, #80, etc.), takes more time to write unit tests and requires more testing.

There is a way for very few users to upgrade jobs through sitting on 0.7 before processing the last old job, so the support will be removed in 0.8 completely.

@odinserj odinserj added this to the 0.8 milestone Apr 23, 2014
@odinserj odinserj assigned odinserj and unassigned odinserj May 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant