Note:This PDF download of Quarkus in Action includes Chapters 1-11 in preview edition format, available through the Manning Early Access Program (MEAP). The final book is expected to be released in January 2025. Because this is a work in progress, the manuscript currently references multiple Qu...
Breadcrumbs build-scripts /quarkus / processFix.patch Latest commit Cannot retrieve latest commit at this time. HistoryHistory File metadata and controls Code Blame 13 lines (13 loc) · 739 Bytes Raw diff --git a/src/main/java/de/flapdoodle/embed/process/distribution/BitSize.java b/src/mai...
10 @@ public class DownloadConfigBuilder extends de.flapdoodle.embed.process.config.st if (distribution.getPlatform()==Platform.Windows) { return "https://downloads.mongodb.org/"; } + String osArch = System.getProperty("os.arch"); + if (osArch.equals("ppc64le")){ + return "file://...