Dennis Hendriks
Dennis Hendriks
**Is your feature request related to a problem? Please describe.** We have various plugins that check various things during the build. If there is one issue, for instance a format...
We're getting in ESCET all kinds of changes in IPLab issue numbers in the check output. See https://gitlab.eclipse.org/eclipse/escet/escet/-/issues/870. Here is an example: ```diff -maven/mavencentral/org.junit.jupiter/junit-jupiter-params/5.10.2, EPL-2.0, approved, #9708 +maven/mavencentral/org.junit.jupiter/junit-jupiter-params/5.10.2, EPL-2.0, approved,...
A few days ago, the license check tool lost information from the `org.eclipse.userstorage` plugins: ```diff @@ -278,7 +278,7 @@ p2/orbit/p2.eclipse.feature/org.eclipse.tm.terminal.control.feature/11.6.1.202407022003, EPL-2.0, approved, tools.cdt p2/orbit/p2.eclipse.feature/org.eclipse.tm.terminal.feature/11.6.1.202406241230, EPL-2.0, approved, tools.cdt p2/orbit/p2.eclipse.feature/org.eclipse.tm.terminal.view.feature/11.6.1.202406241230, EPL-2.0, approved,...
I get the following diff on Dash license check output in the Eclipse ESCET project: ```diff -maven/mavencentral/org.hamcrest/hamcrest/3.0, BSD-3-Clause, approved, clearlydefined +maven/mavencentral/org.hamcrest/hamcrest/3.0, None, restricted, #17661 ``` Previously, the dependency (that we...
## The issue In a multi-module Maven build, if you use AsciiDoctor multiple times, in different projects, one instance of the log handler is ever created by AsciiDoctorJ during the...
The [AttributeNode.preprocessAttributes](https://github.com/weisJ/jsvg/blob/3914409f231f153102b9016aadc5f8bb1b44d51c/jsvg/src/main/java/com/github/weisj/jsvg/parser/impl/AttributeNode.java#L128) method has the following code: ```java private static void preprocessAttributes(@NotNull Map attributes, @NotNull Map styleAttributes) { String styleStr = attributes.get("style"); if (styleStr != null && !isBlank(styleStr)) { String[]...
I'm getting the following, using Tycho 5.0.0 and Maven 3.9.11, after upgrading from Eclipse 2024-09 to 2025-09, in the Eclipse ESCET project: ``` [INFO] --- tycho-compiler:5.0.0:validate-classpath (default-validate-classpath) @ org.eclipse.escet.chi.tests.integration ---...