Projects with this topic
-
Deterministic, format-preserving dependency remediation for GitLab CI — Maven first. A hundred eyes on your dependency graph.
Updated -
-
Generated Java and TypeScript API contracts for pinned Headscale releases, published as Maven and npm packages with matching upstream versions.
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 -
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 -
Docker java build image for gitlab-ci based on docker-in-docker (dind), jdk (adoptopenjdk) and maven
Updated -
Maven site skin for FHIR Frog
Updated -
-
This component runs Spotbugs and integrates it with Gitlab. SpotBugs is a program which uses static analysis to look for bugs in Java code.
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 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 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 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-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 -
Contains the fundamental classes and interfaces that define the basic functionality of the SCOP framework.
Updated -
Maven site skin for FHIR Frog
Updated -
Sistema de gerenciamento e simulação de empréstimos desenvolvido em Java aplicando conceitos de POO e padrões de projeto.
Updated -
Was before https://bitbucket.org/atlassian/jgit-flow. Documentation https://ultreiaio.gitlab.io/jgit-flow
Updated -
Java-based Spring Boot project demonstrating the usage of Spring beans, including configuration, scopes, lifecycle, initialization, and destruction, with practical examples.
Updated -
REST API to manage bookshelf's project data book
Updated -