nitrite-java icon indicating copy to clipboard operation
nitrite-java copied to clipboard

NoSQL embedded document store for Java

Results 41 nitrite-java issues
Sort by recently updated
recently updated
newest added

Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.3. Release notes Sourced from org.junit:junit-bom's releases. JUnit 5.11.3 = Platform 1.11.3 + Jupiter 5.11.3 + Vintage 5.11.3 See Release Notes. Full Changelog: https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3 Commits...

dependencies
java

Bumps [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) from 2.33.0 to 2.34.0. Release notes Sourced from com.google.errorprone:error_prone_core's releases. Error Prone 2.34.0 Changes: Passing the javac flag --should-stop=ifError=FLOW is now required when running Error Prone (#4595) The...

dependencies
java

Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.14.1 to 5.14.2. Release notes Sourced from org.mockito:mockito-core's releases. v5.14.2 Changelog generated by Shipkit Changelog Gradle Plugin 5.14.2 2024-10-15 - 12 commit(s) by Brice Dutheil, Rafael Winterhalter,...

dependencies
java

Bumps [graalvm/setup-graalvm](https://github.com/graalvm/setup-graalvm) from 1.2.3 to 1.2.4. Release notes Sourced from graalvm/setup-graalvm's releases. v1.2.4 What's Changed Add support for Oracle GraalVM via GDS. by @​fniephaus in graalvm/setup-graalvm#109 Full Changelog: https://github.com/graalvm/setup-graalvm/compare/v1.2.3...v1.2.4 Commits...

dependencies
github_actions

Bumps com.esotericsoftware.kryo:kryo5 from 5.5.0 to 5.6.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.esotericsoftware.kryo:kryo5&package-manager=maven&previous-version=5.5.0&new-version=5.6.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Just tested your database to see if it's suited to be embedded in our app. We have a collection of users and each user can have one or more email...

help wanted

Bumps the production-dependencies group with 13 updates in the / directory: | Package | From | To | | --- | --- | --- | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.19.0` |...

dependencies
java

I asked ChatGPT to read through our discussion on PR #1086 and break it down into tasks because it had gotten too big for me to digest. It was far...

While trying to integrate the spatial index and Near Filter into my application [based on the published documentation](https://nitrite.dizitart.com/java-sdk/filter/index.html#near-filter), I was unable to produce the expected results. The filter is returning...

help wanted

When comparing numbers of different types, nitrite returns different results depending on the filter (eq, lte, gte) and if the value was indexed. Here is a small example comparing int...

help wanted