Mateusz Witkowski
Mateusz Witkowski
The output of this command should generate only basic information about the entry, including the project name, entry title, and type: ``` [1.0.0] - 2024-10-28 -------------------- ### Added (5 changes)...
One more question: if one of the aggregated projects doesn’t have a directory for the specified version, should the process fail and list all the invalid projects, or should it...
We could definitely consider adding a configuration with customizable placeholders as a separate improvement. That would provide more flexibility for formatting entries according to specific needs. In the meantime, feel...
Can’t we just use the `configurations` and `important_notes` sections for this purpose?
The change introduced in [PR #282](https://github.com/logchange/logchange/pull/282) is causing the issue described in [issue #317](https://github.com/logchange/logchange/issues/317). Specifically, the problem lies in this part of the code: ```java private List getEntries(File versionDirectory) {...
I believe solution laki this should address the requirement to collect errors from all files before throwing an exception: ```java private List getEntries(File versionDirectory) { List exceptions = new ArrayList();...
We could certainly implement that abstraction, but I don’t see any use cases for it except for a common implementation of the `anySetter` method.
I found some relevant information regarding TCP and UDP support in Spring Integration that might be useful for this issue https://docs.spring.io/spring-integration/reference/ip.html Could you please clarify what exactly we want to...
The approach mentioned in the Stack Overflow is based on SecurityManager which is deprecated and planned for removal in future Java versions. @marwin1991