oliv37
oliv37
I don't really see the benefit of creating an angular app just for displaying 2 fighters and a list of fights. This workshop is about Quarkus (not Angular or any...
> Which is exactly what we want for HTML/form requests, but not for APIs It's not always true, some APIs might use cookies to store the session id, in this...
It's related to the [last part of the workshop](https://quarkus.io/quarkus-workshops/super-heroes/#extension). You can reproduce the problem by starting [rest-villain](https://github.com/quarkusio/quarkus-workshops/tree/main/quarkus-workshop-super-heroes/super-heroes/rest-villains) and set `quarkus.version.enabled=true` in [application.properties](https://github.com/quarkusio/quarkus-workshops/blob/main/quarkus-workshop-super-heroes/super-heroes/rest-villains/src/main/resources/application.properties#L23)
@agoncal I just tried with the new version and I have the same problem. Using `System.out.println("Version: " + version);` works, using `Logger.getLogger(VersionRecorder.class.getName()).infof("Version: %s", version);` doesn't work. It seems to be...
Still the same behavior on my side, it doesn't print anything when using the Logger. The version is correctly displayed when using `System.out.println`