quarkiverse / quarkus-bon-jova-rockstar

An implementation of Rockstar as a JVM language
https://codewithrockstar.com/
3 stars 2 forks source link

Can we reduce the jitpack chatter in the app logs? #84

Closed holly-cummins closed 6 months ago

holly-cummins commented 6 months ago

My app launches now have a lot of jitpack logging:

 Downloading from jitpack.io: https://www.jitpack.io/org/mvnpm/at/vaadin/vaadin-usage-statistics/maven-metadata.xml
Downloading from jitpack.io: https://www.jitpack.io/org/mvnpm/at/vaadin/vaadin-development-mode-detector/maven-metadata.xml
Downloading from jitpack.io: https://www.jitpack.io/org/mvnpm/at/open-wc/dedupe-mixin/maven-metadata.xml
Downloading from jitpack.io: https://www.jitpack.io/org/mvnpm/lit/maven-metadata.xml
Downloading from jitpack.io: https://www.jitpack.io/org/mvnpm/at/lit/reactive-element/maven-metadata.xml
Downloading from jitpack.io: https://www.jitpack.io/org/mvnpm/at/lit-labs/ssr-dom-shim/maven-metadata.xml
Downloading from jitpack.io: https://www.jitpack.io/org/mvnpm/lit-element/maven-metadata.xml
Downloading from jitpack.io: https://www.jitpack.io/org/mvnpm/lit-html/maven-metadata.xml
Downloading from jitpack.io: https://www.jitpack.io/org/mvnpm/at/types/trusted-types/maven-metadata.xml
Downloading from jitpack.io: https://www.jitpack.io/org/mvnpm/at/polymer/polymer/maven-metadata.xml
Downloading from jitpack.io: https://www.jitpack.io/org/mvnpm/at/webcomponents/shadycss/maven-metadata.xml

It seems to be all Quarkus dev ui classes, but I wonder if it's related to the addition of jitpack.io as a repository for the extension. It's not a big deal, of course, but the launch would be prettier if the logging wasn't there.

hannotify commented 6 months ago

I have been annoyed by this as well - I'll see what I can do about it.

hannotify commented 6 months ago

Idea: Let's create a new module in the extension that does the jitpack stuff, and then make the extension depend on it (using a scope of compile or provided perhaps?).