Skip to content
View Jardo-51's full-sized avatar
  • 13:16 (UTC -03:00)

Organizations

@maven-flow
Block or Report

Block or report Jardo-51

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Jardo-51/README.md

Hi there 👋

I've been writing code since 2005. I'm always striving to improve and learn something new.

My Public Work

Maven Flow

A collection of CI tools for solving common problems faced by teams developing software in Java with Maven using Git Flow.

Changelog Merge Driver

https://github.com/maven-flow/changelog-merge-driver

A GIT merge driver for changelog files, which prevents conflicts when merging feature branches.

Technically a part of Maven Flow, but it can also be used locally as any other GIT merge driver.

Reactive Feign

https://github.com/Jardo-51/feign-reactive

A reactive version of Feign - a popular Java framework for consuming REST APIs. Since the original repo seems abandoned, I forked it, made it compatible with Spring Boot >= 3.2, and published the new version to Maven Central.

Kalkules

https://www.kalkules.com/

A hobby project I created at university. I'm keeping it alive mostly for nostalgic reasons.

Pinned Loading

  1. user_module user_module Public

    A lightweight Java user management library

    Java 8 3

  2. feign-reactive feign-reactive Public

    Forked from ramzes3333/feign-reactive

    Reactive Feign client inspired by https://github.com/OpenFeign project

    Java 2 1

  3. maven-flow/changelog-merge-driver maven-flow/changelog-merge-driver Public

    A GIT Merge Driver for Change Logs

    Java

  4. maven-flow/merge maven-flow/merge Public

    GitHub Action for Merging Maven Projects

    Shell

  5. maven-flow/prevent-artifact-overwrites maven-flow/prevent-artifact-overwrites Public

    GitHub action for preventing Maven artifact overwrites from feature branches.