Jochen Schalanda

Results 313 comments of Jochen Schalanda

@slorenzbmw Thanks for reporting this! I'm unable to reproduce your issue with a simple test: ```diff --- core/src/test/resources/issue-495_1.yaml 2020-06-23 08:24:12 +++ core/src/test/resources/issue-495_2.yaml 2023-03-22 21:32:47 @@ -37,7 +37,7 @@ description: Multiple...

@suryaprakas Please share your configuration, the desired state file, and how exactly you're invoking kafka-gitops.

@karawitan As you can see in the output you've posted, your `JAVA_HOME` environment variable is incorrect. > ``` > m1:~ kalou$ echo $JAVA_HOME > /opt/homebrew/Cellar/openjdk/19 > > m1:~ kalou$ brew...

This might have been addressed in https://github.com/unbroken-dome/gradle-helm-plugin/releases/tag/v2.0.0.

@MustCodeAl Do you know if there is a machine-readable list of JetBrains Runtime releases which we could use to integrate them? Using GitHub releases would involve parsing Markdown and/or HTML...

A quick search on Maven Central brought up this library, which could be used for this feature and looks well maintained: https://github.com/hyperxpro/Brotli4j It also seems to be used by vert.x:...

@Dunemaster Thanks for bringing this up! The module-info is already there (via the `jackson-base` Parent POM) but was never added to the artifact because the `moditect-maven-plugin` was missing. This being...

@Dunemaster Your artifact repository doesn't have a copy of [`com.fasterxml.jackson:jackson-base:2.11.3`](https://mvnrepository.com/artifact/com.fasterxml.jackson/jackson-base/2.11.3). 🤷

> Where can it be found? Which repository should I connect? It's available on Maven Central: * https://search.maven.org/artifact/com.fasterxml.jackson/jackson-base/2.11.3/pom * https://mvnrepository.com/artifact/com.fasterxml.jackson/jackson-base/2.11.3 Maybe the admins of your private artifact repository `boreas.dept07` have...