PK
PK
> > > hey @PhilKes were mu suggestions helpful, or do you need more details? feel free to ask questions; if you plan to follow what you have now, the...
> @PhilKes here https://github.com/quarkusio/quarkus/blob/main/CONTRIBUTING.md#continuous-integration is some context how to run tests, please have a look and also to my suggestion regarding the `TenantConfigBean`. Thanks @michalvavrik the `VertxWebRouterBuildItem#mainRouter` is `null` in...
@sberyozkin @michalvavrik Thanks for your help
> > @sberyozkin @michalvavrik Thanks for your help > > I am really sorry about this @PhilKes , please ping @sberyozkin if you are interested in contributing further or just...
Can you elaborate on what you are trying to do? You can use code-completions with Ollama via the `Ollama (Local)` Provider settings:  You just have to enter the host...
From what I understand, the `IncomingRabbitMQMessage` just deserializes the payload according to the `contentType` in [IncomingRabbitMQMessage](https://github.com/PhilKes/smallrye-reactive-messaging/blob/main/smallrye-reactive-messaging-rabbitmq/src/main/java/io/smallrye/reactive/messaging/rabbitmq/IncomingRabbitMQMessage.java#L178-L186): ```java // Do our best with text and json if (HttpHeaderValues.APPLICATION_JSON.toString().equalsIgnoreCase(contentType)) { // This...
@ozangunalp @cescoffier any opinions on this?
> In general it's a two step process: implementing the features here with a new attribute containing the class name. Then, in Quarkus, we do an exploration of the code...