Skip to content

Create and publish Besu BOM (Bill of Materials)#7615

Merged
fab-10 merged 1 commit intobesu-eth:mainfrom
fab-10:bom
Oct 18, 2024
Merged

Create and publish Besu BOM (Bill of Materials)#7615
fab-10 merged 1 commit intobesu-eth:mainfrom
fab-10:bom

Conversation

@fab-10
Copy link
Copy Markdown
Contributor

@fab-10 fab-10 commented Sep 13, 2024

PR description

Introducing Besu BOM (bill of materials) to improve the way we manage shared dependencies between Besu and plugins.
It is based on Gradle Java Platform plugin and it is also used internally, replacing the Spring Dependency Manager, it is then published as BOM artifacts so it can be used as reference in plugins for all the dependencies that are in common with Besu, this way it is easier to spot dependencies incompatibilities when developing plugins.

Fixed Issue(s)

Thanks for sending a pull request! Have you done the following?

  • Checked out our contribution guidelines?
  • Considered documentation and added the doc-change-required label to this PR if updates are required.
  • Considered the changelog and included an update if required.
  • For database changes (e.g. KeyValueSegmentIdentifier) considered compatibility and performed forwards and backwards compatibility tests

Locally, you can run these tests to catch failures early:

  • unit tests: ./gradlew build
  • acceptance tests: ./gradlew acceptanceTest
  • integration tests: ./gradlew integrationTest
  • reference tests: ./gradlew ethereum:referenceTests:referenceTests

@fab-10 fab-10 force-pushed the bom branch 2 times, most recently from 96d094a to 66c0b1c Compare September 16, 2024 14:24
@fab-10 fab-10 marked this pull request as ready for review September 17, 2024 12:45
@garyschulte
Copy link
Copy Markdown
Contributor

This looks clean, but could you provide a description and motivation for the change?

@fab-10
Copy link
Copy Markdown
Contributor Author

fab-10 commented Sep 18, 2024

Thanks @garyschulte, I just forgot to add it, done now.

Copy link
Copy Markdown
Contributor

@siladu siladu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just couple of questions...

Does this PR have any impact on the license report?
https://github.com/hyperledger/besu/blob/0d6395515890280c29ee2402c03b1ee81bde3bab/build.gradle#L113-L114

@fab-10
Copy link
Copy Markdown
Contributor Author

fab-10 commented Sep 24, 2024

Looks good, just couple of questions...

Does this PR have any impact on the license report?

https://github.com/hyperledger/besu/blob/0d6395515890280c29ee2402c03b1ee81bde3bab/build.gradle#L113-L114

I have checked and the licenses are checked and the report is produced as before.

@fab-10 fab-10 force-pushed the bom branch 2 times, most recently from cfcb1ea to b07c7e1 Compare September 24, 2024 13:55
Copy link
Copy Markdown
Contributor

@siladu siladu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks for answering my questions

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
@fab-10 fab-10 enabled auto-merge (squash) October 18, 2024 10:34
@fab-10 fab-10 merged commit 9a77447 into besu-eth:main Oct 18, 2024
@fab-10 fab-10 deleted the bom branch October 18, 2024 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants