morphia icon indicating copy to clipboard operation
morphia copied to clipboard

MongoDB object-document mapper in Java based on https://github.com/mongodb/mongo-java-driver

Results 112 morphia issues
Sort by recently updated
recently updated
newest added

Bumps [org.revapi:revapi-java](https://github.com/revapi/revapi) from 0.28.1 to 0.28.4. Commits 6f8b16b Release revapi-java-0.28.4 22e2ada Make the vararg overload check configurable ce7d100 Adding release notes for release of revapi_java coverage revapi_examples 6dc90aa Updating revapi-build...

dependencies
java

Bumps com.gradle:develocity-maven-extension from 1.23 to 2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradle:develocity-maven-extension&package-manager=maven&previous-version=1.23&new-version=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

The internal Operation class does not provide a session-compatible method for running aggregations and so they are never run with a session ID sent to the server. See #3413.

bug
aggregation

**Server Version**: 8.0.4 **Driver Version**: 4.11.5 **Morphia Version**: 2.4.15 So I have a simple structure: **Interceptor.java** ```java @Entity(discriminatorKey = "type") public abstract class Interceptor { @Id protected String id; protected...

question
Waiting for Response

Bumps [org.kohsuke:github-api](https://github.com/hub4j/github-api) from 1.326 to 1.327. Release notes Sourced from org.kohsuke:github-api's releases. v1.327 🌈 Backport of changes from https://github.com/hub4j/github-api/releases/tag/github-api-2.0-alpha-3 Commits 9cdb270 Prepare release (bitwiseman): github-api-1.327 8850efc Merge pull request #2019...

dependencies
java

Bumps `ksp.version` from 2.1.0-1.0.29 to 2.1.10-1.0.30. Updates `com.google.devtools.ksp:symbol-processing-api` from 2.1.0-1.0.29 to 2.1.10-1.0.30 Release notes Sourced from com.google.devtools.ksp:symbol-processing-api's releases. 2.1.10-1.0.30 Bugs Fixed / PR Landed google/ksp#2325 [KSP2] KSType.arguments return arguments on...

dependencies
java

Bumps `kotlin.version` from 2.1.0 to 2.1.10. Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.1.0 to 2.1.10 Release notes Sourced from org.jetbrains.kotlin:kotlin-reflect's releases. Kotlin 2.1.10 Changelog Compiler KT-73858 Compose / iOS: NullPointerException on building KT-73454...

dependencies
java

Hello Morphia Team, I am currently using Morphia 2.4.4 and encountering deprecation warnings when using `MapperOptions.Builder`, despite [documentation](https://morphia.dev/morphia/2.4/migrating.html#_migrating_to_2_4) suggesting it was undeprecated as of version 2.4. **Issue Description:** When initializing...

question

By playing with compound indexes on my database, I determined an index that makes my queries a lot faster. ![Image](https://github.com/user-attachments/assets/32afeda7-5c3d-4993-b9b8-680c36db6000) But it was all manual on compass or mongocli. Until...

question

**Describe the bug** When I perform a bulk write operation (inserting or saving a list) when the list contains duplicates that are already in the database (with a unique index...

enhancement
proposed