flapdoodle-oss / de.flapdoodle.embed.mongo

...will provide a platform neutral way for running mongodb in unittests.
Apache License 2.0
907 stars 161 forks source link

Ubuntu 23.04 support #460

Closed mmuruev closed 1 year ago

mmuruev commented 1 year ago

Seems like no support for ubuntu 23.04

michaelmosmann commented 1 year ago

@mmuruev should be not that hard ..

mmuruev commented 1 year ago

-Dde.flapdoodle.os.override=Linux|X86_64|Ubuntu|Ubuntu_22_10

this option fixed it for now. But the question still remains why it's not trying this by default? If no new version there is actually chance that the previous one will run just fine. It's actually trying to run Ubuntu but very an ancient one and fails, nu surprises here. And the last thing in the doc this option is kinda missing but this is a must-have in such cases. I'm pretty sure to have it in the main read.me will be extra nice to have.

  (os=Linux)
    fallback to Ubuntu_20_04
michaelmosmann commented 1 year ago

@mmuruev hmm.. i will think about that..

michaelmosmann commented 1 year ago

@mmuruev there is a new release which should run on ubuntu 23.xx :)

mmuruev commented 1 year ago

Checked and it works! Thanks.