eXpandFramework / eXpand

DevExpress XAF (eXpressApp) extension framework. 𝗹𝗶𝗻𝗸𝗲𝗱𝗶𝗻.𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸.𝗰𝗼𝗺, 𝘆𝗼𝘂𝘁𝘂𝗯𝗲.𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸.𝗰𝗼𝗺 and 𝘁𝘄𝗶𝘁𝘁𝗲𝗿 @𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸 and or simply 𝗦𝘁𝗮𝗿/𝘄𝗮𝘁𝗰𝗵 this repository and get notified from 𝗚𝗶𝘁𝗛𝘂𝗯
http://expand.expandframework.com
Microsoft Public License
221 stars 115 forks source link

JobScheduler - Hangfire v1.8.x #1004

Closed DannyRawlings closed 8 months ago

DannyRawlings commented 1 year ago

Quick question - Is there a plan to upgrade Hangfire to version 1.8.x (currently 1.8.2)?

Jobscheduler is currently on 1.7.34 and the max I can only go to version 1.7.35. Due to changes in 1.8.x xpand jobscheduler will not run.

Cheers

apobekiaris commented 1 year ago

Due to changes in 1.8.x xpand jobscheduler will not run.

updating it in your project should work?

what changes exactly?

DannyRawlings commented 1 year ago

Changes can be found in the link below. It now uses the Microsoft.Data.SqlClient instead of System.Data.SqlClient

https://docs.hangfire.io/en/latest/upgrade-guides/upgrading-to-hangfire-1.8.html

2023-06-19_15h46_43

2023-06-19_15h46_00

apobekiaris commented 1 year ago

currently there are not many active matters so sure I can push it on the lab for some time for you test it

apobekiaris commented 1 year ago

is there a compatible inmemory package? do u happen to know?

DannyRawlings commented 1 year ago

currently there are not many active matters so sure I can push it on the lab for some time for you test it

Thank you.. :)

DannyRawlings commented 1 year ago

is there a compatible inmemory package? do u happen to know?

No, it looks like there will a version 1.7.1 released soon.

apobekiaris commented 1 year ago

not folowing is there or not? and which one? without an InMemory package I cannot release cause the tests cannot run

DannyRawlings commented 1 year ago

not folowing is there or not? and which one? without an InMemory package I cannot release cause the tests cannot run

Sorry, latest release is 0.4.1. Requires Hangfire.Core >=1.8.0

apobekiaris commented 1 year ago

image

I guess this netstanard2 support may work, I will let the tests confirm it and we will see. Alternatively we need to recomompile and republish on nuget our selves. Taking that initiative it will for sure speed up the update

expand commented 8 months ago

Closing issue for age. Feel free to reopen it at any time.

.Thank you for your contribution.