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 [jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.13.0 to 2.13.3. Commits 2a061e2 [maven-release-plugin] prepare release jackson-bom-2.13.3 1e02cbf Prepare for 2.13.3 release bdd04ee [maven-release-plugin] prepare for next development iteration 38cd1f2 [maven-release-plugin] prepare release jackson-bom-2.13.2.1 b6e1779...

dependencies
java

Bumps log4j-core from 2.17.2 to 2.18.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.logging.log4j:log4j-core&package-manager=gradle&previous-version=2.17.2&new-version=2.18.0)](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

Bumps gradle-test-logger-plugin from 3.1.0 to 3.2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.adarshr:gradle-test-logger-plugin&package-manager=gradle&previous-version=3.1.0&new-version=3.2.0)](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

Bumps gradle from 7.0.4 to 7.2.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.android.tools.build:gradle&package-manager=gradle&previous-version=7.0.4&new-version=7.2.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

Bumps [error_prone_core](https://github.com/google/error-prone) from 2.10.0 to 2.15.0. Release notes Sourced from error_prone_core's releases. Error Prone 2.15.0 New Checkers: BuilderReturnThis CanIgnoreReturnValueSuggester CannotMockFinalClass CannotMockFinalMethod DirectInvocationOnMock ExtendsObject MockNotUsedInProduction NoCanIgnoreReturnValueOnClasses NullArgumentForNonNullParameter SelfAlwaysReturnsThis UnsafeWildcard UnusedTypeParameter Fixed...

dependencies
java

Hi @anidotnet :) I faced an issue today on a search with a filtered index which returned me `null` values while expecting only objects causing a crash on my side....

When using a Kotlin value class, the deserialization of the cursor will throw an Exception . ``` No Creators, like default construct, exist): cannot deserialize from Object value (no delegate-...

Hi @anidotnet, I hope you're well :) Today I faced a crash with Nitrite `3.4.2` where a field of a nested document was missing next after I wished to update...

Hi @anidotnet :) As #144, I faced an issue with accents but when I search for text e.g. for user firstname. For instance, my own firstname contains an accent on...

Hi, I'd love to use this awsome library with the native graalVM support. Currently I'm fixing the similar issue as described [here](https://github.com/oracle/graal/issues/1074). Following are my error logs: ```Error: No instances...