You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, Quarkus running in dev mode with mongodb extensions will start container of version 4.4, which reached end of life in February of 2024[1]. Since Quarkus is running fine with the latest (7.0) version of Mongodb, it makes sense to update the defaults
Describe the bug
By default, Quarkus running in dev mode with mongodb extensions will start container of version 4.4, which reached end of life in February of 2024[1]. Since Quarkus is running fine with the latest (7.0) version of Mongodb, it makes sense to update the defaults
[1] https://www.mongodb.com/legal/support-policy/lifecycles
Expected behavior
Quarkus dev services use the latest supported versions
Actual behavior
Quarkus uses version 4.4, which reached EOL
How to Reproduce?
wget -O app.zip 'https://code.quarkus.io/d?a=app&e=mongodb-panache&e=rest&cn=code.quarkus.io'
unzip app.zip && cd app
mvn quarkus:dev
mvn quarkus:dev -Dquarkus.mongodb.devservices.image-name=docker.io/library/mongo:7.0
Output of
uname -a
orver
4.18.0-553.5.1.el8_10.x86_64
Output of
java -version
17.0.7, vendor: Red Hat, Inc.
Quarkus version or git rev
3.12.3
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Additional information
No response
The text was updated successfully, but these errors were encountered: