stablekernel / aqueduct

Dart HTTP server framework for building REST APIs. Includes PostgreSQL ORM and OAuth2 provider.
https://aqueduct.io
BSD 2-Clause "Simplified" License
2.42k stars 280 forks source link

it's been a long time since the last update. #919

Open rodrigorahman opened 3 years ago

rodrigorahman commented 3 years ago

it's been a long time since the last update.

Is the Framework still being supported? Will we have new updates? If so, do you have any predictions?

AKushWarrior commented 3 years ago

@joeconwaystk are you not able to support the project? I'm sure that plenty here would be willing to pitch in with some common tasks, given the popularity and utility of aqueduct.

joeconwaystk commented 3 years ago

We are currently on hiatus - we don't have the resources currently to apply to the support of the project. Unfortunately, we do not have someone from our team that is able to coordinate with external collaborators at this time.

ayazemre commented 3 years ago

We are currently on hiatus - we don't have the resources currently to apply to the support of the project. Unfortunately, we do not have someone from our team that is able to coordinate with external collaborators at this time.

Is there an approx date for v4.0 stable release? Can it be totally abandoned?

rodrigorahman commented 3 years ago

We are currently on hiatus - we don't have the resources currently to apply to the support of the project. Unfortunately, we do not have someone from our team that is able to coordinate with external collaborators at this time.

Is there an approx date for v4.0 stable release? Can it be totally abandoned?

@joeconwaystk could you comment on?

rageycomma commented 3 years ago

What's the process to get someone as a maintainer for this project? I'm starting a project in aqueduct and i'd like to try and contribute where I can.

ayazemre commented 3 years ago

What's the process to get someone as a maintainer for this project? I'm starting a project in aqueduct and i'd like to try and contribute where I can.

Support seems to be stopped but not abandoned. They are trying to adjust for coronavirus working environment according to Slack chat. I hope at least they release stable v4 since there are breaking changes on Dart update on v3.

rageycomma commented 3 years ago

What's the process to get someone as a maintainer for this project? I'm starting a project in aqueduct and i'd like to try and contribute where I can.

Support seems to be stopped but not abandoned. They are trying to adjust for coronavirus working environment according to Slack chat. I hope at least they release stable v4 since there are breaking changes on Dart update on v3.

I went on the slack channel, apparently there's a hiatus because of the COVID-19 pandemic, with hopes to pick up and resume development in Q1 of next year (in corporate-babble-speak). Still would be nice if there were some infrastructure for a community to co-ordinate development within, as at the moment if the market demands, this project will just appear dead, and require perennial posts like this to discover its status.

Perhaps that could also be a priority to look at in "Q1", so we don't get into this situation again.

riekusr commented 3 years ago

What's the process to get someone as a maintainer for this project? I'm starting a project in aqueduct and i'd like to try and contribute where I can.

Support seems to be stopped but not abandoned. They are trying to adjust for coronavirus working environment according to Slack chat. I hope at least they release stable v4 since there are breaking changes on Dart update on v3.

Any tips for running a second dart version? Was hoping in learning / diving into aqueduct but this seems like a turnoff... And with no other real dart alternatives?

ayazemre commented 3 years ago

What's the process to get someone as a maintainer for this project? I'm starting a project in aqueduct and i'd like to try and contribute where I can.

Support seems to be stopped but not abandoned. They are trying to adjust for coronavirus working environment according to Slack chat. I hope at least they release stable v4 since there are breaking changes on Dart update on v3.

Any tips for running a second dart version? Was hoping in learning / diving into aqueduct but this seems like a turnoff... And with no other real dart alternatives?

There is one alternative, which may be better. You can discover "Angel". Personally I am not a professional or experienced programmer. I am exploring dart and this library is awesome. Breaking changes can be fixed, solutions are posted on issues page and you can use current package without many problems. Of course you would not want "small" problems on production env. There is beta v4 that solves most of those problems which you can use but since it is beta I guess there is still chance for bugs.

riekusr commented 3 years ago

What's the process to get someone as a maintainer for this project? I'm starting a project in aqueduct and i'd like to try and contribute where I can.

Support seems to be stopped but not abandoned. They are trying to adjust for coronavirus working environment according to Slack chat. I hope at least they release stable v4 since there are breaking changes on Dart update on v3.

Any tips for running a second dart version? Was hoping in learning / diving into aqueduct but this seems like a turnoff... And with no other real dart alternatives?

There is one alternative, which may be better. You can discover "Angel". Personally I am not a professional or experienced programmer. I am exploring dart and this library is awesome. Breaking changes can be fixed, solutions are posted on issues page and you can use current package without many problems. Of course you would not want "small" problems on production env. There is beta v4 that solves most of those problems which you can use but since it is beta I guess there is still chance for bugs.

Yea, I saw the reddit post of the author a while again about discontinuing Angel, I think we have better chanches with Aqueduct update wise. Really a shame there isn't one rising to the top yet, Dart backend is really powerfull.

graphicbeacon commented 3 years ago

@krimpenrik Take a look at shelf and shelf_router projects by the Dart team. These are great lightweight solutions inspired by express.

ayazemre commented 3 years ago

@krimpenrik Take a look at shelf and shelf_router projects by the Dart team. These are great lightweight solutions inspired by express.

Thank you for your community service man. I love your tutorials and build my projects with information I got from you. I guess these packages won't come with ORM, Auth and similar "sugar". Any recommendations on that one?

jifferon commented 3 years ago

Same question here. It's been 5 whole months since the last update, and that's a big pause to consider this project for production use. Hope you guys can sort this out eventually because Aqueduct is an awesome framework!

kalmigs commented 3 years ago

maybe someone can fork the project so we can still maintain it and merge it later when it is active here again?

graphicbeacon commented 3 years ago

@kalmigs Will you lead this? If not then let's not fork this please. The decisions made in the forked solution will differ from the design decisions of the original team, and there's no guarantee that they'll merge those in.

kalmigs commented 3 years ago

@kalmigs Will you lead this? If not then let's not fork this please. The decisions made in the forked solution will differ from the design decisions of the original team, and there's no guarantee that they'll merge those in.

I don't have the skills for that. I understand your point, I really hope this gets pickup again..