The `hasExpired` method has a `@JsonView` annotation, that causes it to be included in JSON responses. But the return type of this method is `Mono<Boolean>`, so obviously, it doesn't produce anything useful in the resulting JSON: This is from the response of updating an authenticated API with basic auth.  Client doesn't care for this field in the response. This is failing to be serialized at all, when saving to database in Postgres. **/test sanity datasource** <!-- This is an auto-generated comment: Cypress test results --> > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: <https://github.com/appsmithorg/appsmith/actions/runs/9256537717> > Commit: 9204d9f01c62d2981eb03c3603a7294a9cc5b41d > Cypress dashboard url: <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=9256537717&attempt=1" target="_blank">Click here!</a> <!-- end of auto-generated comment: Cypress test results --> |
||
|---|---|---|
| .. | ||
| src | ||
| pom.xml | ||