flapdoodle-oss / de.flapdoodle.embed.mongo

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

Cannot detect OS version for amzn2023 #534

Closed selimok closed 3 months ago

selimok commented 3 months ago

Hi There, I currently switched my build environment from Amazon Linux 2 to Amazon 2023.

The new Kernel name is : 6.1.97-104.177.amzn2023.aarch64

But the resolver cannot identify the OS Version State(Distribution)=GenericFeatureAwareVersion{7.0.0}:Platform{operatingSystem=Linux, architecture=ARM_64, distribution=Amazon},

The same output on Amazon Linux 2: State(Distribution)=GenericFeatureAwareVersion{7.0.0}:Platform{operatingSystem=Linux, architecture=ARM_64, distribution=Amazon, version=AmazonLinux2},

I think thus, embedded mongo cannot be loaded on the new environment and the build fails.

BTW: Is there any workaround for this?

Thanks for your help.

selimok commented 3 months ago

Oh sorry, this the wrong project. I move to packageresolver . Sorry!

michaelmosmann commented 2 months ago

@selimok the only reason you got not answer was not that you opened an issue in the "wrong" project.. i was on vacation.

selimok commented 2 months ago

Thank you for your kind response :)