nitrite-java
nitrite-java copied to clipboard
NoSQL embedded document store for Java
Bumps kryo5 from 5.2.1 to 5.3.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...
Test cases 1. CollectionFactoryTest.java 2. TextFilterTest.java 3. MigrationManagerTest.java 4. UserAuthenticationServiceTest.java Refactoring: 1. MVStore.java - In this refactoring, we extracted method getNewChunkWithInitialValues() from storeNow() method to improve readability and complexity. 2.PluginManagerTest.java...
I think you can modify example in https://nitrite.dizitart.com/java-sdk/repository/entity/index.html#indices to not use wrapper @Indices. I've looked into code and I think you load @Index annotations with and without @Indices, so no...
Bumps `kotlin.version` from 1.9.23 to 1.9.24. Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.23 to 1.9.24 Release notes Sourced from org.jetbrains.kotlin:kotlin-stdlib's releases. 1.9.24 Changelog Backend. Wasm KT-64890 K/Wasm compiler crash with external class and...
The previous implementation of Document Encoding was missing Polymorphism support for maps and lists, on top of that there were many corner cases not handled. Given the similarity between JSON...
At the moment, there is no way to ignore field separator. This pr is adding a new put method to do so. This behavior is primary to the PackageSearch team,...
Bumps `kotlin.version` from 1.9.24 to 2.0.0. Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.24 to 2.0.0 Release notes Sourced from org.jetbrains.kotlin:kotlin-stdlib's releases. Kotlin 2.0.0 Changelog Analysis. API New Features KT-65327 Support reading klib contents...
Bumps org.locationtech.jts:jts-core from 1.19.0 to 1.20.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...
Bumps [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) from 2.30.0 to 2.31.0. Release notes Sourced from com.google.errorprone:error_prone_core's releases. Error Prone 2.31.0 This is the last planned minor release of Error Prone that will support running on...
Bumps [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.7.1 to 1.7.2. Release notes Sourced from org.jetbrains.kotlinx:kotlinx-serialization-json's releases. 1.7.2 This release provides several new features, including a major Cbor configuration rework. It uses Kotlin 2.0.20 by...