Skip to content

Project Freezes During Build with quarkus-hibernate-validator and quarkus-openapi-generator #44991

@be320

Description

@be320

Describe the bug

When using both quarkus-hibernate-validator and quarkus-openapi-generator dependencies in the same project, the build process freezes indefinitely during the build phase. The issue occurs consistently and prevents the project from completing the build successfully.

Expected behavior

The build should complete successfully without freezing when using both dependencies.

Actual behavior

The build process freezes indefinitely, making it impossible to proceed.

How to Reproduce?

Steps to Reproduce

  1. Create a Quarkus project with the following dependencies:
io.quarkus quarkus-hibernate-validator ... io.quarkiverse.openapi.generator quarkus-openapi-generator ...
  1. Run the build command:
    mvn clean install

  2. Observe the build process freezing indefinitely.

Output of uname -a or ver

No response

Output of java -version

21.0.5

Quarkus version or git rev

3.17.2

Build tool (ie. output of mvnw --version or gradlew --version)

Apache Maven 3.9.9

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions