Skip to content
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

Micronaut Data What's New 4.2.0 documentation lacks links #2621

Closed
sdelamo opened this issue Nov 8, 2023 · 1 comment · Fixed by #2650
Closed

Micronaut Data What's New 4.2.0 documentation lacks links #2621

sdelamo opened this issue Nov 8, 2023 · 1 comment · Fixed by #2650
Assignees

Comments

@sdelamo
Copy link
Contributor

sdelamo commented Nov 8, 2023

Issue description

Micronaut Data 4.2
Procedure invocations in repositories
Added possibility to have associations (JOINs) in DTOs>
Support for inserts, updates and deletes with RETURNING clause in repositories
MongoDB: Support arrayFilters
Kotlin: New coroutine variations of connection / transaction operations: io.micronaut.data.connection.kotlin.CoroutineConnectionOperations, io.micronaut.transaction.kotlin.CoroutineTransactionOperations
R2DBC: New connection status callback. Corrected cancellation.


Where should Procedure invocations in repositories link to so that user can learn more? https://micronaut-projects.github.io/micronaut-data/latest/guide/#hibernateProcedures or https://micronaut-projects.github.io/micronaut-data/latest/guide/#dbcProcedures. One section is in Micronaut Data data JPA and the other is in Micronaut Data JDBC.


We don't have any docs about this ? Added possibility to have associations (JOINs) in DTOs .


For:

MongoDB: Support arrayFilters

We don't have any example in the documentation. We should have documentation. But as a minimum can we at least link to the mongo docs: https://www.mongodb.com/docs/manual/reference/operator/update/positional-filtered/


For

R2DBC: New connection status callback.

Should we link to this javadoc? https://micronaut-projects.github.io/micronaut-data/latest/api/io/micronaut/data/connection/reactive/ReactiveConnectionSynchronization.html

@dstepanov
Copy link
Contributor

  1. We can add both links with JPA and JDBC/R2DBC links
  2. We can add a note, many devs assumed that this will work before
  3. It's missing
  4. We can

@wetted wetted self-assigned this Nov 15, 2023
wetted added a commit that referenced this issue Nov 15, 2023
@wetted wetted moved this to Ready for Review in 4.2.1 Release Nov 15, 2023
@github-project-automation github-project-automation bot moved this from Ready for Review to Done in 4.2.1 Release Nov 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants