Chris Laprun
Chris Laprun
@Javatar81 the idea is that the condition is a barrier for the secondary reconciliation meaning that if the condition is not `true` then the secondary shouldn't exist and therefore not...
This idea sounds interesting but could you elaborate with a concrete example, please?
All the binaries are missing, which also breaks automation (e.g. GitHub actions)…
Hopefully this will be addressed soon, this is kind of blocking because CI runs are failing because of this, thus preventing proper checking of changes.
To be more explicit, this breaks https://github.com/redhat-actions/openshift-tools-installer, which cannot install the latest `operator-sdk` version anymore.
I haven't looked at the details yet but the problem is most likely that no one has released the java operator plugin before releasing the 1.33 version of the cli....
I would suggest to just bootstrap your Quarkus-based operator by following the [bootstraping instructions](https://github.com/quarkiverse/quarkus-operator-sdk?tab=readme-ov-file#bootstraping-a-project) and then use the [iterative development mode](https://github.com/quarkiverse/quarkus-operator-sdk?tab=readme-ov-file#interactive-operator-development) with the `qosdk api` Dev mode command to create...
Seems like it's the change that's causing the issue: https://github.com/apache/commons-compress/commit/7d4beb1940af7756ab184eac94bbaf14287e1779
One thing that is fishy is that the error concerns a class that is not used in TarArchiveOutputStream anymore (the class that's used is supposed to be `org.apache.commons.io.Charsets` (provided by...