jfrog / build-info

Artifactory's open integration layer for CI build servers
https://www.buildinfo.org
Apache License 2.0
145 stars 154 forks source link

Support building quarkus 3.2.x applications #765

Closed yahavi closed 8 months ago

yahavi commented 8 months ago

Fix https://github.com/jfrog/jfrog-cli/issues/2070 Remove any code dependent on org.sonatype.aether.*. It was initially used to support Maven 3.0.x, but since we stopped supporting that version a while back, it's not necessary. Additionally, versions of Maven older than 3.6.x are no longer supported according to Maven's version history.

arvid-villen-p24 commented 7 months ago

Is this available in the v2.52.0 release?

joergsesterhenn commented 7 months ago

Is this available in the v2.52.0 release?

I'd like to know this too

yahavi commented 7 months ago

Not yet, @arvid-villen-p24 & @joergsesterhenn. We will post an update at https://github.com/jfrog/jfrog-cli/issues/2070 once the JFrog CLI starts to support Quarkus.