JWTRefreshTokenBundle icon indicating copy to clipboard operation
JWTRefreshTokenBundle copied to clipboard

Allow doctrine/persistence 4.0

Open fmata opened this issue 7 months ago • 7 comments

fmata avatar Apr 22 '25 08:04 fmata

Shall this be merged any time soon, please?

Can no longer use master JWTRefreshTokenBundle with Symfony LTS 6.4.21 - a new project installs doctrine/persistence 4

gesdinet/jwt-refresh-token-bundle[v1.1.2, ..., v1.4.0] require doctrine/persistence ^1.3.3|^2.0|^3.0 -> found doctrine/persistence[1.3.3, ..., 1.3.8, 2.0.0, ..., 2.5.7, 3.0.0, ..., 3.4.0] but the package is fixed to 4.0.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.

reubensant avatar May 27 '25 07:05 reubensant

We also need this. Can you please merge?

andrec93p avatar May 29 '25 07:05 andrec93p

@mbabker can we get this merged ? Thanks :)

I don't have merge rights to this repo otherwise it'd be done already.

mbabker avatar May 29 '25 13:05 mbabker

@mbabker unlucky. Sorry for pinging you then :/

@markitosgv can we get this merged? Thanks :)

shkabo avatar May 29 '25 14:05 shkabo

Could anyone please suggest a workaround or alternative approach until this is merged?

I’d like to continue using this bundle with the latest Symfony LTS, specifically with persistence 4, preferably without having to fork the project.

reubensant avatar Jun 02 '25 13:06 reubensant

Could anyone please suggest a workaround or alternative approach until this is merged?

I’d like to continue using this bundle with the latest Symfony LTS, specifically with persistence 4, preferably without having to fork the project.

I'm personally not aware of any, but if anybody finds something I'd like to know too.

andrec93p avatar Jun 03 '25 10:06 andrec93p

@reubensant @andrec93p

// composer.json

"require": {
  "gesdinet/jwt-refresh-token-bundle": "dev-feature/doctrine-persistence-4",
},
"repositories": {
  "fmata_jwtrefreshtokenbundle": {
    "type": "vcs",
    "url": "[email protected]:fmata/JWTRefreshTokenBundle.git"
},

then you can run composer update gesdinet/jwt-refresh-token-bundle

lolmx avatar Jun 04 '25 12:06 lolmx

@fmata Thanks for your contribution!

shakaran avatar Jun 24 '25 04:06 shakaran

@fmata Thanks for your contribution!

Hi @shakaran, I thought this bundle was abandoned but I'm happy to see it getting new activity. Do you know

  • If new releases are planned ?
  • If the 2.0 is till planned ?

Thanks a lot

VincentLanglet avatar Jun 24 '25 15:06 VincentLanglet

@fmata Thanks for your contribution!

Hi @shakaran, I thought this bundle was abandoned but I'm happy to see it getting new activity. Do you know

  • If new releases are planned ?
  • If the 2.0 is till planned ?

Thanks a lot

Hi, I am helping a bit with this bundle and others in the symfony ecosystem. I hope that everybody enjoy it.

I just release 1.5.0 with the latest changes in master, and new merge request will go to 2.0.0. So new PRs are welcome.

shakaran avatar Jun 24 '25 15:06 shakaran