fix: Cannot build quick perf from sources#223
fix: Cannot build quick perf from sources#223nagyesta wants to merge 2 commits intoquick-perf:masterfrom
Conversation
- Replace missing flight recorder dependency with latest version - Remove unused Maven repository - Update various dependencies - Update minimum JDK version to 17 - Fix code that broke because of the updates - Update CI pipeline to use valid JDK versions - Update build actions Resolves quick-perf#220 Signed-off-by: Esta Nagy <nagyesta@gmail.com>
e73bd7d to
54249ab
Compare
jeanbisutti
left a comment
There was a problem hiding this comment.
Thanks a lot @nagyesta!
Perhaps only the Java version of the jfr-annotations artifact could be updated?
Upgrading the Java version of all the artifacts would require to release a new major version.
b418a98 to
095e41b
Compare
- Attempt to fix broken build Resolves quick-perf#220 Signed-off-by: Esta Nagy <nagyesta@gmail.com>
095e41b to
f5b30b0
Compare
Thank you for the review! I will take a look and revert the unnecessary JDK version updates where possible. |
|
Hi @jeanbisutti , |
|
Actually I think I will open a new PR because something is broken with this one. |
|
The new one is #224 |
Resolves #220