Djaytan
Djaytan
**Is your feature request related to a problem? Please describe.** Here is an example of changelog generated by Cocogitto after a `cog bump --auto` for my personal project:  However,...
Putting that: ```java /* * Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,...
Hello 👋 How to reproduce: 1. In a Java file, simply start writing a class name which require an import and is not imported yet (e.g. List) 2. Use the...
Hello, I'm asking this question since I can see that no commit has been merged in the main branch since several years now. The latest PR merged is the following...
Hello, I explored this new suggested solution for testing Maven plugins but then I realized it is unable to answer my (specific?) needs (from what I understood so far). In...
## The issue The Jar files of the framework are not [Jigsaw modules](https://openjdk.org/projects/jigsaw/). Therefore, they are considered as "automatic" modules if put in the module path, or "unnamed" ones if...
## Introduction When cloning and building the project from a Windows machine, here is the error encountered: ``` Execution failed for task ':cloud-kotlin-coroutines:spotlessKotlinCheck'. > The following files had format violations:...
Because of issues encountered when contributing to the project (since I'm a Windows user), I dedicated to normalize line endings in order to avoid issues, especially with the Spotless Gradle...
## Summary The goal of this change is to encourage Gradle to put the framework's Jar files in the module path instead of the classpath. For that, we need to...