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 `kotlin.version` from 1.9.25 to 2.0.0. Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.25 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...

dependencies
java

Bumps `driver.version` from 4.11.4 to 5.0.0. Updates `org.mongodb:mongodb-driver-sync` from 4.11.4 to 5.0.0 Release notes Sourced from org.mongodb:mongodb-driver-sync's releases. Java Driver 5.0.0 (Mar 1, 2024) The MongoDB JVM team is pleased...

dependencies
java

Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.11.0 to 3.12.0. Release notes Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases. 3.12.0 🚀 New features and improvements [MCOMPILER-562] - Add property maven.compiler.outputDirectory to CompilerMojo (#213) @​jGauravGupta [MCOMPILER-381] - Refactor...

dependencies
java

Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.3.0 to 3.4.0. Release notes Sourced from org.apache.maven.plugins:maven-jar-plugin's releases. 3.4.0 🚀 New features and improvements [MJAR-296] - Allow including files excluded by default. (#67) @​redzi [MJAR-302] -...

dependencies
java

Bumps `driver.version` from 4.10.2 to 5.0.0. Updates `org.mongodb:mongodb-driver-sync` from 4.10.2 to 5.0.0 Release notes Sourced from org.mongodb:mongodb-driver-sync's releases. Java Driver 5.0.0 (Mar 1, 2024) The MongoDB JVM team is pleased...

dependencies
java

Bumps [org.kohsuke:github-api](https://github.com/hub4j/github-api) from 1.325 to 1.326. Release notes Sourced from org.kohsuke:github-api's releases. v1.326 🌈 Description Backporting updates from 2.0.0-alpha-2 and stabilizing 1.x builds. What's Changed Prepare release (bitwiseman): github-api-1.325 by...

dependencies
java

**Describe the bug** When attempting to save a recursive type entity or entity that includes a recursive type (i.e., a field of its own type) in Morphia 2.4.14, a StackOverflowError...

bug

Bumps [com.gradle:common-custom-user-data-maven-extension](https://github.com/gradle/common-custom-user-data-maven-extension) from 2.0 to 2.0.1. Release notes Sourced from com.gradle:common-custom-user-data-maven-extension's releases. 2.0.1 [NEW] JAR contains LICENSE and NOTICE files Commits 7635e5c [maven-release-plugin] prepare release v2.0.1 58eaf15 Create release notes...

dependencies
java

**Description** Suppose we have the following: ```java public class ThirdPartyEntity { public String field; public Long number; } ``` and ```java @ExternalEntity(target = ThirdPartyEntity.class) public class ThirdPartyEntityMixIn { public String...

bug
Waiting for Response

Bumps `jackson.version` from 2.18.2 to 2.19.0. Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.2 to 2.19.0 Commits See full diff in compare view Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.18.2 to 2.19.0 Commits 5e01d3c [maven-release-plugin] prepare release...

dependencies
java