Daniel Mühlbachler-Pietrzykowski
Daniel Mühlbachler-Pietrzykowski
how did you solve this in the main repo? i saw you used circleci there, also for PRs; hence, my thought to go with that one.
I started looking through them and found those issues to be discussed: - [CheckstyleRulesDefinition::extractRulesData](https://sonarcloud.io/project/issues?id=checkstyle_sonar-checkstyle&issues=AWpuVgRNyRjJygCrGbaT&open=AWpuVgRNyRjJygCrGbaT) -> uses deprecated (and without provided alternative) classes from `sslr-squid-bridge` to load the HTML and SQALE...
I created issues for: - `RulePriority`: #220 - the SQALE model: #219 Working on the others.
any news on that one? we heavily use ipv6 addresses and, thus, we always run into issues.
Usually this error occurs if you are trying to compile or run the application using an unsupported Java version. (With version 9 it should still work properly.) What version are...
I‘m quite sure Java 7 is too old for running the application. I remember from a previous issue (unfortunately, it seems to have been deleted by the user raising it)...
i'll try to address this for the next release of the plugin.
since the pulumi provider is based on this one, importing works once it was implemented here. the corresponding issue and comment in the pulumi provider is this one: https://github.com/muhlba91/pulumi-proxmoxve/issues/26#issuecomment-1732362860 you...
you just have to import the already existing VM in pulumi by calling `pulumi import ….` but before you run e.g. `pulumi up` you need to make sure you have...
closing issue as stale.