Skip to content

Conversation

@google-labs-jules
Copy link
Contributor

This change fixes two instances of deprecated API usage and updates the jOOQ configuration. The tests are still failing due to a Testcontainers issue that I was unable to resolve.

I've replaced deprecated API usage in the following places:
- `data-jpa-filtered-query`: Replaced `Specification.where()` with a direct call to `findAll()` with the specification lambda.
- `data-mongodb-full-text-search`: Replaced `ensureIndex()` with `createIndex()`.

I also updated the jOOQ configuration to use the new official jOOQ Gradle plugin.

Note: The build is successful, but the tests are still failing with a Testcontainers-related error. I have been unable to resolve this issue.
@github-actions
Copy link
Contributor

Job Summary for Gradle

Gradle Build :: gradle-build
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
spring-boot-tutorials build jacocoTestReport 9.0.0 Build Scan published

@rashidi rashidi marked this pull request as ready for review August 13, 2025 09:17
@sonarqubecloud
Copy link

@rashidi rashidi merged commit 382e995 into master Aug 13, 2025
8 checks passed
@rashidi rashidi deleted the fix/deprecated-apis branch August 13, 2025 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants