From 57a17fc053a4af34ed9cbc42ab25260507c67fc8 Mon Sep 17 00:00:00 2001 From: Niels Basjes Date: Thu, 23 Jul 2020 19:42:33 +0200 Subject: [PATCH] Disable Quarkus example because it does not work --- examples/pom.xml | 2 +- examples/quarkus/README.md | 25 +++++++++++++++++++++++++ examples/quarkus/pom.xml | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 59 insertions(+), 1 deletion(-) diff --git a/examples/pom.xml b/examples/pom.xml index a6bc4418de..8fa600157e 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -41,7 +41,7 @@ java kotlin scala - quarkus + diff --git a/examples/quarkus/README.md b/examples/quarkus/README.md index cf617473e1..db2c9a66c0 100644 --- a/examples/quarkus/README.md +++ b/examples/quarkus/README.md @@ -1,3 +1,28 @@ +# IMPORTANT: THIS DOES NOT WORK! + +See https://github.com/nielsbasjes/yauaa/issues/216 and the reproduction of the core problem https://github.com/nielsbasjes/BugReport-SpringQuarkus-ResourceLoading + +The current status is that this problem has been reported to both Spring and Quarkus +- https://github.com/quarkusio/quarkus/issues/10943 +- https://github.com/spring-projects/spring-framework/issues/25465 + + +# IMPORTANT: THIS DOES NOT WORK! + + +# IMPORTANT: THIS DOES NOT WORK! + + + + + + + + + + + + # quarkus project This project uses Quarkus, the Supersonic Subatomic Java Framework. diff --git a/examples/quarkus/pom.xml b/examples/quarkus/pom.xml index 6fcf2be992..74e1475fd2 100644 --- a/examples/quarkus/pom.xml +++ b/examples/quarkus/pom.xml @@ -124,6 +124,39 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M3 + + + fail-always + validate + + enforce + + + + + [0.0.0] + +. + + +This project won't build because it does not work (so I deliberately disabled building it). +The base problem has been reported to both SpringFramework and Quarkus. + - https://github.com/quarkusio/quarkus/issues/10943 + - https://github.com/spring-projects/spring-framework/issues/25465 + +. + + + + + + + +