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

integration-tests/hibernate-reactive-mssql is not being run (and does not build) #46018

Closed
holly-cummins opened this issue Jan 31, 2025 · 2 comments · Fixed by #46043
Closed
Assignees
Labels
area/hibernate-reactive Hibernate Reactive area/housekeeping Issue type for generalized tasks not related to bugs or enhancements
Milestone

Comments

@holly-cummins
Copy link
Contributor

Description

To get this building, I had to add this to the test dependencies:

        <dependency>
            <groupId>io.quarkus</groupId>
            <artifactId>quarkus-undertow-deployment</artifactId>
            <version>${project.version}</version>
            <type>pom</type>
            <scope>test</scope>
            <exclusions>
                <exclusion>
                    <groupId>*</groupId>
                    <artifactId>*</artifactId>
                </exclusion>
            </exclusions>
        </dependency>

Once I did that I got this, and gave up:

[ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-hibernate-reactive-mssql: Failed to build quarkus application: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[ERROR]         [error]: Build step io.quarkus.arc.deployment.ArcProcessor#validate threw an exception: jakarta.enterprise.inject.spi.DeploymentException: jakarta.enterprise.inject.UnsatisfiedResolutionException: Unsatisfied dependency for type io.vertx.mutiny.mssqlclient.MSSQLPool and qualifiers [@Default]
[ERROR]         - injection target: io.quarkus.it.hibernate.reactive.mssql.HibernateReactiveMSSQLTestEndpoint#mssqlPool
[ERROR]         - declared on CLASS bean [types=[io.quarkus.it.hibernate.reactive.mssql.HibernateReactiveMSSQLTestEndpoint, java.lang.Object], qualifiers=[@Default, @Any], target=io.quarkus.it.hibernate.reactive.mssql.HibernateReactiveMSSQLTestEndpoint]
[ERROR]         at io.quarkus.arc.processor.BeanDeployment.processErrors(BeanDeployment.java:1576)
[ERROR]         at io.quarkus.arc.processor.BeanDeployment.init(BeanDeployment.java:338)
[ERROR]         at io.quarkus.arc.processor.BeanProcessor.initialize(BeanProcessor.java:178)

Implementation ideas

No response

@holly-cummins holly-cummins added the area/housekeeping Issue type for generalized tasks not related to bugs or enhancements label Jan 31, 2025
Copy link

quarkus-bot bot commented Jan 31, 2025

/cc @DavideD (hibernate-reactive), @gavinking (hibernate-reactive)

@yrodiere
Copy link
Member

yrodiere commented Feb 3, 2025

Wow, that's... worrying. Here I was expecting CI was checking I wasn't breaking anything :/

Thanks for spotting this.

@yrodiere yrodiere self-assigned this Feb 3, 2025
@yrodiere yrodiere linked a pull request Feb 3, 2025 that will close this issue
@quarkus-bot quarkus-bot bot added this to the 3.19 - main milestone Feb 3, 2025
@gsmet gsmet modified the milestones: 3.19 - main, 3.18.2 Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/hibernate-reactive Hibernate Reactive area/housekeeping Issue type for generalized tasks not related to bugs or enhancements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants