Coder Social home page Coder Social logo

Comments (14)

kdubb avatar kdubb commented on June 22, 2024

What version of Quarkus?

from quarkus-zanzibar.

kdubb avatar kdubb commented on June 22, 2024

And are you starting in dev mode or production?

from quarkus-zanzibar.

raffaelespazzoli avatar raffaelespazzoli commented on June 22, 2024

<quarkus.platform.version>2.11.3.Final</quarkus.platform.version>
dev mode

from quarkus-zanzibar.

kdubb avatar kdubb commented on June 22, 2024

Can you try with 2.12.0.Final?

from quarkus-zanzibar.

kdubb avatar kdubb commented on June 22, 2024

That's all I've tested it with.

from quarkus-zanzibar.

raffaelespazzoli avatar raffaelespazzoli commented on June 22, 2024

same error:

: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
	[error]: Build step io.quarkus.arc.deployment.ArcProcessor#validate threw an exception: javax.enterprise.inject.spi.DeploymentException: Found 4 deployment problems: 
[1] Unsatisfied dependency for type java.util.Optional<java.lang.String> and qualifiers [@Default]
	- java member: io.quarkiverse.zanzibar.jaxrs.ZanzibarDynamicFeature():unauthenticatedUser
	- declared on CLASS bean [types=[io.quarkiverse.zanzibar.jaxrs.ZanzibarDynamicFeature, javax.ws.rs.container.DynamicFeature, java.lang.Object], qualifiers=[@Default, @Any], target=io.quarkiverse.zanzibar.jaxrs.ZanzibarDynamicFeature]
	The following beans match by type, but none have matching qualifiers:
		- Bean [class=java.util.Optional, qualifiers=[@ConfigProperty, @Any]]
[2] Unsatisfied dependency for type java.time.Duration and qualifiers [@Default]
	- java member: io.quarkiverse.zanzibar.jaxrs.ZanzibarDynamicFeature():timeout
	- declared on CLASS bean [types=[io.quarkiverse.zanzibar.jaxrs.ZanzibarDynamicFeature, javax.ws.rs.container.DynamicFeature, java.lang.Object], qualifiers=[@Default, @Any], target=io.quarkiverse.zanzibar.jaxrs.ZanzibarDynamicFeature]
[3] Unsatisfied dependency for type boolean and qualifiers [@Default]
	- java member: io.quarkiverse.zanzibar.jaxrs.ZanzibarDynamicFeature():denyUnannotated
	- declared on CLASS bean [types=[io.quarkiverse.zanzibar.jaxrs.ZanzibarDynamicFeature, javax.ws.rs.container.DynamicFeature, java.lang.Object], qualifiers=[@Default, @Any], target=io.quarkiverse.zanzibar.jaxrs.ZanzibarDynamicFeature]
	The following beans match by type, but none have matching qualifiers:
		- Bean [class=java.lang.Boolean, qualifiers=[@ConfigProperty, @Any]]
[4] Unsatisfied dependency for type io.quarkiverse.zanzibar.jaxrs.ZanzibarDynamicFeature$FilterFactory and qualifiers [@Default]
	- java member: io.quarkiverse.zanzibar.jaxrs.ZanzibarDynamicFeature():filterFactory
	- declared on CLASS bean [types=[io.quarkiverse.zanzibar.jaxrs.ZanzibarDynamicFeature, javax.ws.rs.container.DynamicFeature, java.lang.Object], qualifiers=[@Default, @Any], target=io.quarkiverse.zanzibar.jaxrs.ZanzibarDynamicFeature]

from quarkus-zanzibar.

kdubb avatar kdubb commented on June 22, 2024

What dependency did you add?

from quarkus-zanzibar.

kdubb avatar kdubb commented on June 22, 2024

This is confusing because we've been using it in two projects for a few days now.

from quarkus-zanzibar.

raffaelespazzoli avatar raffaelespazzoli commented on June 22, 2024

here is my project, if you want to take a look: https://github.com/raffaelespazzoli/fga-java
you'll see that I was also playing with SpiceDB, but it should not interfere with openFGA.

from quarkus-zanzibar.

kdubb avatar kdubb commented on June 22, 2024

Awesome. I'll check it out.

from quarkus-zanzibar.

iocanel avatar iocanel commented on June 22, 2024

The issue goes away with resteasy-reactive.

from quarkus-zanzibar.

kdubb avatar kdubb commented on June 22, 2024

Ok. That's because I don't specifically depend on either RESTEasy Reactive or RESTEasy Classic, I require the app to add the dependency to determine which filter to add.

from quarkus-zanzibar.

kdubb avatar kdubb commented on June 22, 2024

I need to fail the build if neither is added by the app.

from quarkus-zanzibar.

kdubb avatar kdubb commented on June 22, 2024

I've logged an error during application build/start when Quarkus REST (aka RESTEasy Reactive) or RESTEasy (Classic)

from quarkus-zanzibar.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.