Baldinof / roadrunner-bundle

A RoadRunner worker integrated in your Symfony app
MIT License
255 stars 46 forks source link

Allow RoadRunner 2023.x #110

Closed Baldinof closed 1 year ago

AlexOstrovsky commented 1 year ago

any luck with this?

bitgandtter commented 1 year ago

on a hurry for this to be released. any ETA?

Baldinof commented 1 year ago

I'm doing my best to find the time for this.

Would it be ok for you if the minimum required Symfony version is 6.1?

Also the code here should work, if someone can give it a try in a real app, it would be nice.

bitgandtter commented 1 year ago

given that latest lts is 5.4 and that this feature is cutting edge at least IMO going for the next sf lts its good enough to 6.1 :+1: on my end

AlexOstrovsky commented 1 year ago

This PR will close my issue created earlier #109

Baldinof commented 1 year ago

It's mostly good now if someone wants to give it a try.

You have to change your composer.json to point to this branch:

    "require": {
        ...
        "baldinof/roadrunner-bundle": "dev-rr-2023"
    },
    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/baldinof/roadrunner-bundle"
        }
    ],

I just want to try some stuff with Doctrine before merging / releasing.

bitgandtter commented 1 year ago

I will gave it a try in the next days

AlexOstrovsky commented 1 year ago

I can try it next week

AlexOstrovsky commented 1 year ago

@Baldinof I tested it today and from my tests everything works with no problems with rr server 2023.1.2

Baldinof commented 1 year ago

I just need to review the README and update the CHANGELOG and we should be good here :)

AlexOstrovsky commented 1 year ago

nice :) I have it on our testing environment and no problems popped up

bitgandtter commented 1 year ago

thanks so much @Baldinof to busy here and haven test it yet. maybe today. but reviewing the changes it does feel like it should work

AlexOstrovsky commented 1 year ago

@Baldinof when do you plan to merge and create a release?

Baldinof commented 1 year ago

I just released 3.0.0

I need to also upgrade the Symfony recipe and we should be good :)

bitgandtter commented 1 year ago

great work @Baldinof appreciated