Open pierDipi opened 1 month ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: pierDipi
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Putting some thoughts around version in pom. I'm pretty sure that importing BOM in Maven project should mean that version provided by the BOM are considered "managed". Therefore project pom.xml doesn't have to redeclare <version>
tags, but rather omit those to use provided values from BOM.
In theory EKB data-plane should work just by using Quarkus' BOM and version will be inherited from it. I'll try to play with it a bit.
@dsimansk any news for the last comment?
PR needs rebase.
@dsimansk any news? we need this one in some shape or form
@creydr I guess you had comments, can you write them here?
@creydr I guess you had comments, can you write them here?
My main thought about this was, if we could integrate this into the update-to-head jobs, so we have this tested also somehow in CI (no need to do this in this PR)
@creydr I guess you had comments, can you write them here?
My main thought about this was, if we could integrate this into the update-to-head jobs, so we have this tested also somehow in CI (no need to do this in this PR)
@creydr wouldn't this be tested in CI when the bot opens the PR ?
How is this solved in other repos? Do people scrape deps?
In the old system there is a EAP based Java service but requires EAP to run and there is not alternatives for Konflux, the JBS in Konflux is beeing redesigned but it's not there yet
We discussed why in the past, I lost the links to the existing tools now :)
In the old system there is a EAP based Java service but requires EAP to run and there is not alternatives for Konflux, the JBS in Konflux is beeing redesigned but it's not there yet
So people will do scraping in each repo that has java deps for now? Interesting.
No, scraping is an alternative to doing it manually
Example diff for the current pom.xml for EKB 1.15
and it also builds successfully: