Projects with this topic
-
Generated Java and TypeScript API contracts for pinned Headscale releases, published as Maven and npm packages with matching upstream versions.
Updated -
Docker java build image for gitlab-ci based on docker-in-docker (dind), jdk (adoptopenjdk) and maven
Updated -
-
Production-ready API test automation framework built with Java 21, Serenity BDD, Cucumber, REST Assured, and JUnit 5. Features 3-layer parallel execution, in-flight retries, interactive living HTML reports, and multi-platform CI/CD.
Updated -
This component runs Checkstyle and integrates it with Gitlab. Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. It automates the process of checking Java code to spare humans of this boring (but important) task. This makes it ideal for projects that want to enforce a coding standard.
Depending on the component selected it can generate a Code Climate report, which is used by Gitlab as part of its code quality feature or a SARIF Report which integrates with the Gitlab Security Dashboard.
If supplied an Access Token and triggered by a Merge Request event, a second job is run which will leave Notes in the Merge Request for warnings found on changed code.
Updated -
Java-based ETL template built with Apache Flink, offering a modular, decoupled structure designed to quickly bootstrap scalable, testable, and reliable pipelines. Out of the box provides an easily adaptable PostgreSQL to MongoDB migration.
Updated -
Java microservice template built with Spring Boot and Apache Kafka, following Event-Driven Architecture (EDA). Provides a modular, scalable foundation for asynchronous distributed systems.
Updated -
Java-based microservice template built with Spring Boot, following Hexagonal Architecture (Ports and Adapters). Provides a modular REST API suitable for creating scalable, maintainable, and testable services.
Updated -
Java microservice template built with Spring Boot, following a clean layered architecture. It offers modular REST API with a clear separation of concerns, including unit and integration tests.
Updated -
Java-based Spring Boot project demonstrating the usage of Spring beans, including configuration, scopes, lifecycle, initialization, and destruction, with practical examples.
Updated -
Contains the fundamental classes and interfaces that define the basic functionality of the SCOP framework.
Updated -
HAPI FHIR plugin providing AU Patient Summary (AU-PS) operations — $summary and $docref — as a deployable JAR for stock HAPI containers
Updated -
Docker Image to build CoreMedia CMCC-13, 12, 11, 10, CMS-9, ... Workspaces with Platform Releases up to 2506 - at least - and starting from 1701
Updated -
-
A scalable, maintainable UI test automation framework built on Java and Selenium WebDriver, driven by Cucumber BDD, structured with JUnit 5, and orchestrated with Maven. It leverages Serenity BDD to provide living documentation, aggregated test metrics, and rich execution reports.
Updated -
-
Small single-file Java CLI that fetches and prints current weather from the OpenWeatherMap API
Updated -
Este projeto foi feito em Java para executar testes automatizados de API com JUnit Jupiter, Rest Assured, Allure e Maven.
Updated -
Four-file controller pattern for GitLab CI/CD. Dispatches push, trigger, and web events to separate workflow files.
Updated -
This component runs PMD and integrates it with Gitlab. PMD is an extensible multilanguage static code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It’s mainly concerned with Java and Apex, but supports 16 other languages. It comes with 400+ built-in rules. It can be extended with custom rules. It uses JavaCC and Antlr to parse source files into abstract syntax trees (AST) and runs rules against them to find violations. Rules can be written in Java or using a XPath query.
Depending on the component selected it can generate a Code Climate report, which is used by Gitlab as part of its code quality feature or a SARIF Report which integrates with the Gitlab Security Dashboard.
If supplied an Access Token and triggered by a Merge Request event, a second job is run which will leave Notes in the Merge Request for warnings found on changed code.
Updated