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

Q class in not generated for the entity class under src/test/java #3604

Open
Akhilesh170194 opened this issue Oct 8, 2023 · 0 comments
Open
Labels

Comments

@Akhilesh170194
Copy link

Akhilesh170194 commented Oct 8, 2023

Observed vs. expected behavior

The Q classes are not generated for the Entity classes located under src/test/java however they are generated for the Entity classes located under src/main/java.

Steps to reproduce

  • Create Entity class under src/main/java and observe that the Q class is generated under the configured outputDirectory path.
  • Create Entity class under src/test/java and observe that the Q class is not generated under the configured outputDirectory path.

Environment

Querydsl version: 5.0.0

Querydsl module: querydsl-jpa, querydsl-apt

Database: H2 in-memory

JDK: Java 17

Spring Boot: 3.1.0

Additional details

Please let me know, I can provide more details if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant