jongo icon indicating copy to clipboard operation
jongo copied to clipboard

Query in Java as in Mongo shell

Results 15 jongo issues
Sort by recently updated
recently updated
newest added

I use Kotlin with jongo 1.5.0 in my project. The data schema I am dealing with is like this: ``` { "_id" : ObjectId("62e351f2c4601cf024b31557"), "groupOrderId" : "123850", "orders" : [...

After upgrading Jongo 1.5.0, we started seeing `JsonParseException` in a couple of places where we use all positional operator `$[]`. Our usages are the same as the example in [MongoDB...

bug-report
stale

Hi, Some minor dependency updates. I got a weird behaviour on tests and I’m curious to see how it goes on CI. Tests are running as expected in intellij using...

stale

work-in-progress

Hello, any plan to support for java 11+? Thanks!

I ran into an issue where I got a `Not enough parameters passed to query` error when I tried to update a document where a field value contained hash. I...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade de.undercouch:bson4jackson from 2.13.1 to 2.15.0. :information_source: Keep your dependencies up-to-date....

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade com.fasterxml.jackson.core:jackson-core from 2.14.1 to 2.15.1. :information_source: Keep your dependencies up-to-date....

Snyk has created this PR to upgrade com.fasterxml.jackson.core:jackson-databind from 2.14.1 to 2.15.0. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...

I figured out that even when backed by an index, the count operation will still have to scan every matched index key when used with a query. This can lead...