Fabian Wallwitz

Results 136 issues of Fabian Wallwitz

Defines whether to enable support for configuring the underlying HTTP client using system properties passed to Maven. Useful for configuring custom keys and trust stores for SSL. Note: see [HTTP...

In init.py pf = "linux" if sys.platform.startswith("linux") else sys.platform try: ---> search_paths.append(os.path.join(DEFAULT_TARGET_FOLDER[pf], "pandoc")) except: # noqa # not one of the know platforms... pass The program executes the marked line...

**Describe the bug** This error is from the process-aot goal: Environment: OS: Linux JDK: OpenJDK 17 Spring Boot: 3.0.0 Spring Cloud Function: 4.0.0-SNAPSHOT Step to reproduce: mvn spring-boot:process-aot ``` Exception...

waiting-on-feedback

I was trying to locate a container registry where buildah is officially published by this project I did not found any mentioned here in the docs. On dockerhub there is...

jira

buildah build $BUILD_ARGS $IMAGE_LABELS -t "${IMAGE_TAG}" --file "${CI_PROJECT_DIR}/dockerfile/${DOCKERFILE_SOURCE}" "${CI_PROJECT_DIR}" ... ... ... Writing manifest to image destination Error: creating build container: preparing image configuration: resetting recorded compression for "containers-storage:[vfs@/var/lib/containers/storage+/run/containers/storage:vfs.imagestore=/var/lib/shared]@28f0e525958f9903faf875b184dc25c9e48a61f588248bd276ef42c9d313cc23": preparing...

stale-issue

Please add support for graffle diagrams image::../graphics-originals/diagram1.graffle["Hierarchy of building blocks"] asciidoctor: WARNING: could not embed image: diagram1.graffle; image file is an unrecognized format image::../graphics-originals/diagram1.graffle.png["Hierarchy of building blocks"] asciidoctor: WARNING: image...

feature request

Why not signed >brew install rajatjindal/tap/modify-secret 'brew' is not recognized as an internal or external command, operable program or batch file. >kubectl krew install modify-secret Updated the local copy of...

Would be great to have an easy setup using [chocolate](https://chocolatey.org/install)

enhancement

Would be great to have a dropweon or similar to select from available macros. Should be based on the internal redmine macro list, which also offers little help that should...

To compile full static native-images the MUSL CC is neded on the linux os which runs the native-image compile Provide support with liberica-openjdk-alpine-musl as packet buildpack ( https://registry.hub.docker.com/r/bellsoft/liberica-openjdk-alpine-musl) ``` org.springframework.boot...

type:enhancement