The project aims to provide a functional usage pattern for a general Quarkus project structure.
Note
|
Documentation: https://i-cell-mobilsoft-open-source.github.io/quarkus-sampler/
|
-
Coffee 2.0.0+
JavaEE solution set aimed at gathering common algorithms used in the enterprise world, providing basic solutions that can be customized to meet our specific needs (https://github.com/i-Cell-Mobilsoft-Open-Source/coffee) -
Java 17+
-
Maven 3.8.2+
-
Jakarta EE 10+
-
CDI 4.0+
-
Microprofile 6.0+
-
Quarkus 3.2.5.Final+
-
Tracing with grafana
The endpoints are not authenticated; you can use the SwaggerUI page. Unfortunately, due to the complexity of the API, it won’t work well in XML format because of XML namespace issues. Therefore, it’s better to use JSON format for this.
qs-testsuite
The developer tests use the Roaster project. This performs completely autonomous REST external calls to the deployed application. It can be run directly from the developer UI (JUnit plugin) or using Maven (by activating the 'profile' switch), for example:
mvn verify -Dprofile (1)
mvn verify -Dprofile=sandbox,local (2)
-
default parameters
-
Selected profiles from the configuration files
The release process is automated and managed by GitHub Actions. In case of a release, not only a Maven release is prepared, but also Docker images for the sampler services.
Fundamentally, it consists of three parts:
-
Base image, which in our case is a Java 17 image.
-
Downloading the JAR file - pulling the desired deployment file from Nexus.
-
Finalizing the Docker image - including copying JAR files, etc.
Its function is to configure the variables of the services and manage them collectively.