Felix Prasse

Results 7 issues of Felix Prasse

Add an option to remove the graphics device from the domain definition. Motivation: The minimal ubuntu cloud server images do only print to serial console anyways. To avoid confusion (the...

This adds support for specifying multiple port forwardings and reading the private key from docker secrets.

The VNC client won't connect if the version string has already been read.

This PR adds support for [XMLUnit Placeholders](https://github.com/xmlunit/user-guide/wiki/Placeholders) in unit tests.

Hello, recently I've experimented with GraalVM and native images. However the Jaxb implementation resulted in an exception at runtime: > org.graalvm.nativeimage.MissingReflectionRegistrationError: The program tried to reflectively invoke method public org.glassfish.jaxb.runtime.v2.runtime.property.SingleElementNodeProperty(org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl,org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeElementPropertyInfo)...

If distributed snapshotting is enabled in the external snapshotter a manager label is added to the volume snapshot content. When exposing the snapshot velero needs to keep this label around...

has-unit-tests
has-changelog

Custom converters like these are broken in version 4: ``` new Converter() { @Override public JdbcValue convert(E source) { return JdbcValue.of(source.name(), JDBCType.OTHER); } }; ``` The reason seems to be...

status: waiting-for-triage