-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect Documentation Re Fongo #154
Labels
Comments
matrei
added a commit
to matrei/gorm-mongodb
that referenced
this issue
Jan 18, 2024
Change text as the example test case no longer uses Fongo. Add the EmbeddedMongoClient trait to the documentation as the example is not complete without it. Mention that the test examples now use testcontainers. Close grails#154
puneetbehl
pushed a commit
that referenced
this issue
Jan 19, 2024
Change text as the example test case no longer uses Fongo. Add the EmbeddedMongoClient trait to the documentation as the example is not complete without it. Mention that the test examples now use testcontainers. Close #154
puneetbehl
added a commit
that referenced
this issue
Feb 28, 2024
* Update dependency org.fusesource.jansi:jansi to v2.4.1 * Update mongodbDriverVersion to v4.11.1 * #652: setting setHint to all queries * Update spring core to v5.3.31 * Add baseDirFollowsSource() to asciidoctor configuration to fix includes not getting found. * Update spring boot to v2.7.18 * Update dependency com.github.javaparser:javaparser-core to v3.25.6 * Update gorm-datastore monorepo to v8.0.3 * Persist null updates on embedded fields * Update actions/setup-java action to v4 * Groovy 3.0.19 compatibility (#663) * Update to Groovy 3.0.19 * Make project compatible with Groovy 3.0.19 * Revert to Groovy 3.0.11 * Update plugin com.gradle.enterprise to v3.16 (#666) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency com.github.javaparser:javaparser-core to v3.25.7 (#665) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update plugin com.gradle.common-custom-user-data-gradle-plugin to v1.12.1 (#667) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency org.grails:grails-gorm-testing-support to v3.1.1 (#670) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency org.grails.plugins:views-gradle to v3.1.1 (#669) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update README.md Update Workflow Status Badge * Update GORM Hibernate5 to 8.0.2 (#671) * [skip ci] Release v8.1.1 * Back to 8.1.2-SNAPSHOT * chore: Update readme (#675) - Add maven central badge - Add push filter to Java CI badge - Change to https links - Improve text - Remove link to plugin as it is no longer possible to link directly to a plugin in the plugin page * fix: Remove single quotes from log patterns (#676) * Add Groovy joint workflow (#686) * Add groovy-joint-workflow * Update groovy-joint-workflow.yml * fix(deps): update dependency com.github.javaparser:javaparser-core to v3.25.8 (#684) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update grails monorepo to v6.1.1 (#673) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update gorm-datastore monorepo to v8.0.4 (#688) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency org.asciidoctor:asciidoctor-gradle-jvm to v4.0.1 (#687) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update plugin com.gradle.enterprise to v3.16.1 (#674) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency org.grails:grails-gorm-testing-support to v3.1.2 (#690) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update actions/cache action to v4 (#691) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency org.grails.plugins:views-gradle to v3.1.2 (#689) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * [skip ci] Release v8.1.2 * Back to 8.1.3-SNAPSHOT * docs: Remove mentioning of Fongo (#692) Change text as the example test case no longer uses Fongo. Add the EmbeddedMongoClient trait to the documentation as the example is not complete without it. Mention that the test examples now use testcontainers. Close #154 * chore: Update project version to 8.2.0-SNAPSHOT * fix(deps): update spring core to v6 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Puneet Behl <behlp@unityfoundation.io> Co-authored-by: miguel bautista <mbautista@transworldcompliance.com> Co-authored-by: Mattias Reichel <mattias.reichel@gmail.com> Co-authored-by: kenjifujita <kenji.fujita@coherehealth.com> Co-authored-by: puneetbehl <behlp@objectcomputing.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The commit at 00922e0 removes Fongo from https://github.com/grails/gorm-mongodb/blob/00922e0ff0f83f190d72b2ea46912932d1009bf0/examples/grails3-mongodb/src/test/groovy/functional/tests/BookUnitSpec.groovy.
The user guide references that spec in https://github.com/grails/gorm-mongodb/blob/00922e0ff0f83f190d72b2ea46912932d1009bf0/docs/src/docs/asciidoc/testing.adoc. Immediately before that include is the following text:
I think a Fongo example should be added or the docs should be changed.
The text was updated successfully, but these errors were encountered: