Melloware

Results 2513 comments of Melloware

yep! looks like it needs a beans.xml should i add one?

Quarkus works it just prints out this message ``` 2025-04-17 15:35:14,793 WARN [io.qua.arc.dep.BeanArchiveProcessor] (build-30) Detected bean archive with bean discovery mode of 'all', this is not portable in CDI Lite...

@BalusC i am looking at OmniFaces and your `beans.xml` has `bean-discovery-mode="annotated"` but according to CDI spec that is only supposed to scan for CDI beans but `@FacesComponent` are not CDI...

I think we should merge this I have tested everything I can except OpenLiberty but I am fairly confident it will work based on all the other testing.

I just got burned by this getKidField() vs getRadioField

@sengeezer i see its referencing params like ` "$ref": "#/components/schemas/HierarchyRequestParams"` but I don't see those in your Schema. Could that be the issue its trying to reference something that doesn't...

Also I see this `/api/v1/path1/{otherAdditional}` so its expecting a path param called OtherAdditional but i don't see that listed in your OpenAPI either.

For example here is one of mine. ```js "/administrator/queue/{id}" : { "get" : { "tags" : [ "Mobile Synchronization Administrator Resource" ], "parameters" : [ { "name" : "id", "in"...

looks like openapi-ts doesn't do TanStack Query? only native Fetch?