OpenFeign / querydsl

Unified Queries for Java
https://querydsl.com
Apache License 2.0
260 stars 39 forks source link

update morphia version #583

Closed npe2023 closed 1 month ago

npe2023 commented 2 months ago

the latest morphia lib is 2.4.x , but querydsl still using a very old version 1.3.2 , seven years old.

the new morphia library has change a lot , and all the example of MorphiaQuery usage is outdated.

old version:

<dependency>
    <groupId>org.mongodb.morphia</groupId>
    <artifactId>morphia</artifactId>
    <version>1.3.2</version>
</dependency>

new version:

<dependency>
    <groupId>dev.morphia.morphia</groupId>
    <artifactId>morphia-core</artifactId>
    <version>2.4.14</version>
</dependency>
velo commented 2 months ago

hi @npe2023 thanks for you recommendation.

If you want to see it done, please open a pull request with the relevant changes.

Feel free to ask any relevant questions, but do not expect code contributions from my end.

velo commented 1 month ago

No feedback, closing to clear the board. Feel free to reopen after a PR is submitted.