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

Guide for the Cursor-based pagination #1463

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

sdelamo
Copy link
Contributor

@sdelamo sdelamo commented May 9, 2024

Guide for the Cursor-based pagination support added to Micronaut Data JDBC by this PR #2884

We cannot merge this PR until the framework 4.5.0 release which will contain a Micronaut Data release with that feature.

You can generate the guide’s HTML locally with :

./gradlew build
 open build/dist/micronaut-data-cursored-page-gradle-java.html

To run the sample code locally, publish to maven local Micronaut Data PR and use:

    annotationProcessor("io.micronaut.data:micronaut-data-processor:4.8.0-SNAPSHOT")
    implementation("io.micronaut.data:micronaut-data-jdbc:4.8.0-SNAPSHOT")

Guide for the Cursor-based pagination support added to Micronaut Data JDBC by this [PR #2884](micronaut-projects/micronaut-data#2884)

We cannot merge this PR until the framework 4.5.0 release which will contain a Micronaut Data release with that feature.

You can generate the guide’s HTML locally with :

```
./gradlew build
 open build/dist/micronaut-data-cursored-page-gradle-java.html
```

To run the sample code locally, publish to maven local Micronaut Data PR and use:

```
    annotationProcessor("io.micronaut.data:micronaut-data-processor:4.8.0-SNAPSHOT")
    implementation("io.micronaut.data:micronaut-data-jdbc:4.8.0-SNAPSHOT")
```
Copy link
Contributor

@timyates timyates left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I pushed a fix for the callouts which I think is right 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Ready for Review
Development

Successfully merging this pull request may close these issues.

2 participants