FITFLOP
Home

quarkus (61 post)


posts by category not found!

Dynamic API client with dynamic custom header (Microprofile, Quarkus)

Building a Dynamic API Client with Custom Headers Using Micro Profile and Quarkus In modern microservices architecture building a dynamic API client that can ad

3 min read 22-10-2024 22
Dynamic API client with dynamic custom header (Microprofile, Quarkus)
Dynamic API client with dynamic custom header (Microprofile, Quarkus)

How can I permanently tell Quarkus to use Nexus registry?

How to Permanently Configure Quarkus to Use Nexus Registry When developing applications with Quarkus you may want to rely on a Nexus repository for managing you

2 min read 22-10-2024 24
How can I permanently tell Quarkus to use Nexus registry?
How can I permanently tell Quarkus to use Nexus registry?

How to do Multitenancy in Quarkus 3.0.0.CR2 / Hibernate ORM 6 with DISCRIMINATOR Strategy?

How to Implement Multitenancy in Quarkus 3 0 0 CR 2 with Hibernate ORM 6 Using DISCRIMINATOR Strategy Multitenancy is a crucial architecture design pattern for

3 min read 21-10-2024 21
How to do Multitenancy in Quarkus 3.0.0.CR2 / Hibernate ORM 6 with DISCRIMINATOR Strategy?
How to do Multitenancy in Quarkus 3.0.0.CR2 / Hibernate ORM 6 with DISCRIMINATOR Strategy?

How to access body in handler and keep it usable by vertx-http-proxy?

How to Access the Body in a Handler and Keep it Usable by Vert x HTTP Proxy In the realm of asynchronous web applications working with HTTP proxies can sometime

3 min read 20-10-2024 18
How to access body in handler and keep it usable by vertx-http-proxy?
How to access body in handler and keep it usable by vertx-http-proxy?

Inherit required fields from parent class @Schema annotation

Inheriting Required Fields from Parent Class with Schema Annotation in Java When developing Java applications especially those utilizing the Spring framework yo

3 min read 20-10-2024 26
Inherit required fields from parent class @Schema annotation
Inherit required fields from parent class @Schema annotation

Quarkus numeric type (Integer, Float) return 0 instead of null

Understanding Quarkus Numeric Types Handling Integer and Float Returns In the context of Quarkus a popular Java framework for building cloud native applications

2 min read 19-10-2024 18
Quarkus numeric type (Integer, Float) return 0 instead of null
Quarkus numeric type (Integer, Float) return 0 instead of null

Issue with JaCoCo after migrating Quarkus from 2.16 to 3.6.4

Understanding Ja Co Co Issues After Migrating Quarkus from 2 16 to 3 6 4 Quarkus has been gaining traction in the world of Java applications especially for its

3 min read 19-10-2024 36
Issue with JaCoCo after migrating Quarkus from 2.16 to 3.6.4
Issue with JaCoCo after migrating Quarkus from 2.16 to 3.6.4

Quarkus Multi<> multithreading

Understanding Quarkus Multi for Multithreading In modern software development especially in cloud native applications efficient multithreading is essential for

3 min read 18-10-2024 32
Quarkus Multi<> multithreading
Quarkus Multi<> multithreading

Ollama not found with Quakus, forbidden with Firefox RESTED plugin

Troubleshooting Ollama Not Found and Forbidden Errors with Quarkus and Firefox RESTED Plugin If you ve encountered the Ollama not found error while using Quarku

3 min read 18-10-2024 33
Ollama not found with Quakus, forbidden with Firefox RESTED plugin
Ollama not found with Quakus, forbidden with Firefox RESTED plugin

Passing Constant Value from ConfigProperty in Quarkus

Passing Constant Value from Config Property in Quarkus Quarkus is a modern Kubernetes native Java framework that is designed to optimize Java applications for t

2 min read 17-10-2024 32
Passing Constant Value from ConfigProperty in Quarkus
Passing Constant Value from ConfigProperty in Quarkus

quarkus opentelemetry not propagating the traces to the smallrye-messaging consumer of another quarkus microserice

Troubleshooting Open Telemetry Trace Propagation in Quarkus Microservices In microservices architectures proper tracing and observability are essential for diag

3 min read 16-10-2024 31
quarkus opentelemetry not propagating the traces to the smallrye-messaging consumer of another quarkus microserice
quarkus opentelemetry not propagating the traces to the smallrye-messaging consumer of another quarkus microserice

Get live http port value of Quarkus application

How to Get the Live HTTP Port Value of a Quarkus Application When developing a Quarkus application knowing the live HTTP port value is crucial for testing and i

2 min read 16-10-2024 28
Get live http port value of Quarkus application
Get live http port value of Quarkus application

Quarkus Testing: Enable QuarkusTestResource conditionally on test profile

Quarkus Testing Enable Quarkus Test Resource Conditionally on Test Profile In modern software development testing is an essential part of the lifecycle Quarkus

2 min read 15-10-2024 34
Quarkus Testing: Enable QuarkusTestResource conditionally on test profile
Quarkus Testing: Enable QuarkusTestResource conditionally on test profile

org.jboss.resteasy.reactive.common.core.BlockingNotAllowedException

Understanding Blocking Not Allowed Exception in J Boss Resteasy Reactive Introduction In the world of Java programming specifically within RES Tful services the

2 min read 15-10-2024 28
org.jboss.resteasy.reactive.common.core.BlockingNotAllowedException
org.jboss.resteasy.reactive.common.core.BlockingNotAllowedException

Transform AVRO payload into JSON when receiving message in Citrus Kafka Endpoint

Transform AVRO Payload into JSON When Receiving Messages in Citrus Kafka Endpoint In modern messaging systems data formats play a crucial role in the efficiency

2 min read 15-10-2024 29
Transform AVRO payload into JSON when receiving message in Citrus Kafka Endpoint
Transform AVRO payload into JSON when receiving message in Citrus Kafka Endpoint

How to return a valid json object instead of a string when using a native query where it has a JSON data column in PostgreSQL java 21 quarkus 3.91

How to Return a Valid JSON Object Instead of a String When Using a Native Query with JSON Data in Postgre SQL in Java 21 with Quarkus 3 91 When working with Pos

3 min read 15-10-2024 31
How to return a valid json object instead of a string when using a native query where it has a JSON data column in PostgreSQL java 21 quarkus 3.91
How to return a valid json object instead of a string when using a native query where it has a JSON data column in PostgreSQL java 21 quarkus 3.91

Cannot make null a property with BeanUtilsBean copyProperties

Understanding the Limitations of Bean Utils Bean copy Properties in Java When working with Java particularly in the realm of Java Beans developers often rely on

3 min read 15-10-2024 32
Cannot make null a property with BeanUtilsBean copyProperties
Cannot make null a property with BeanUtilsBean copyProperties

How can we set the encoding of flyway files in a Quarkus backend?

How to Set the Encoding of Flyway Files in a Quarkus Backend When working with database migrations in a Quarkus application Flyway provides a robust solution Ho

2 min read 15-10-2024 34
How can we set the encoding of flyway files in a Quarkus backend?
How can we set the encoding of flyway files in a Quarkus backend?

Create custom exchange names using NServiceBus with RabbitMQ

Creating Custom Exchange Names Using N Service Bus with Rabbit MQ In this article we will explore how to create custom exchange names when using N Service Bus w

2 min read 14-10-2024 27
Create custom exchange names using NServiceBus with RabbitMQ
Create custom exchange names using NServiceBus with RabbitMQ

Quarkus: Tenant Swagger UI

Quarkus Creating Tenant Specific Swagger UI for Multi tenant Applications Microservices architecture is becoming increasingly popular and with it the need to ma

3 min read 06-10-2024 29
Quarkus: Tenant Swagger UI
Quarkus: Tenant Swagger UI

quarkus.config.locations behavior changed in Quarkus 3.10.0 vs Quarkus 2.16?

Understanding the Change in quarkus config locations Behavior Between Quarkus 2 16 and 3 10 0 The quarkus config locations property in Quarkus defines the locat

2 min read 05-10-2024 29
quarkus.config.locations behavior changed in Quarkus 3.10.0 vs Quarkus 2.16?
quarkus.config.locations behavior changed in Quarkus 3.10.0 vs Quarkus 2.16?

Avro maven plugin can't redefine type

Avro Maven Plugin and Type Redefinition A Common Error and Solution The Avro Maven plugin is a powerful tool for working with Apache Avro in Java projects It he

2 min read 05-10-2024 33
Avro maven plugin can't redefine type
Avro maven plugin can't redefine type

Divide goods income to backlogs using optaplanner

Dividing Goods Income to Backlogs Using Opta Planner A Practical Guide Problem Imagine you re a distributor with various backlogs for different customer orders

2 min read 04-10-2024 31
Divide goods income to backlogs using optaplanner
Divide goods income to backlogs using optaplanner

How to use FlyWay together with Quarkus and mongoDB?

Streamlining Database Migrations with Flyway Quarkus and Mongo DB Modern applications demand efficient database management especially when working with framewor

2 min read 04-10-2024 33
How to use FlyWay together with Quarkus and mongoDB?
How to use FlyWay together with Quarkus and mongoDB?

Smallrye Kafka - Define broker per channel - No events are consumed

Understanding Small Rye Kafka Defining Broker Per Channel and Resolving No Events Consumed Issues In todays digital landscape messaging systems play a crucial r

3 min read 03-10-2024 30
Smallrye Kafka - Define broker per channel - No events are consumed
Smallrye Kafka - Define broker per channel - No events are consumed