Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Gradle plugins and replace unmaintained license plugin #6275

Merged
merged 17 commits into from
Dec 18, 2023

Conversation

fab-10
Copy link
Contributor

@fab-10 fab-10 commented Dec 11, 2023

PR description

Update all the Gradle plugins to their latest version, and replace the unmaintained hierynomus.license plugin with the actively maintained Gradle License Report.
There are also few GHA Gradle cache optimizations.

Fixed Issue(s)

Copy link

  • I thought about documentation and added the doc-change-required label to this PR if updates are required.
  • I thought about the changelog and included a changelog update if required.
  • If my PR includes database changes (e.g. KeyValueSegmentIdentifier) I have thought about compatibility and performed forwards and backwards compatibility tests

Signed-off-by: Fabio Di Fabio <[email protected]>
@fab-10 fab-10 force-pushed the update-gradle-plugins branch from a19ae8d to 2494ab0 Compare December 11, 2023 16:23
@fab-10 fab-10 force-pushed the update-gradle-plugins branch 3 times, most recently from e6fcf02 to cae6d80 Compare December 13, 2023 15:38
@fab-10 fab-10 force-pushed the update-gradle-plugins branch from cae6d80 to 27d400d Compare December 13, 2023 16:02
@fab-10 fab-10 changed the title Update Gradle plugins Update Gradle plugins + GHA setup Java action optimations Dec 13, 2023
@fab-10 fab-10 changed the title Update Gradle plugins + GHA setup Java action optimations Update Gradle plugins + GHA setup Java action optimizations Dec 13, 2023
@fab-10 fab-10 force-pushed the update-gradle-plugins branch from 3b1ce21 to fdc450c Compare December 14, 2023 12:00
@fab-10 fab-10 changed the title Update Gradle plugins + GHA setup Java action optimizations Update Gradle plugins and replace unmaintained license plugin Dec 14, 2023
@fab-10 fab-10 marked this pull request as ready for review December 14, 2023 12:53
with:
distribution: adopt
distribution: 'temurin'
Copy link
Contributor

Choose a reason for hiding this comment

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

is this change related?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it is part of the GHA opt, adopt is deprecated and replaced by "temurin", so updated to the latter everywhere

@fab-10 fab-10 enabled auto-merge (squash) December 18, 2023 09:37
@fab-10 fab-10 merged commit 1a7244f into hyperledger:main Dec 18, 2023
18 checks passed
@fab-10 fab-10 deleted the update-gradle-plugins branch December 18, 2023 10:10
jflo pushed a commit to jflo/besu that referenced this pull request Dec 18, 2023
jflo pushed a commit to jflo/besu that referenced this pull request Dec 18, 2023
jflo pushed a commit to jflo/besu that referenced this pull request Dec 18, 2023
jflo added a commit that referenced this pull request Dec 19, 2023
* Increase scope of reference tests (#6287)

Add new forks to transaction tests, add bad rlp to rlp ref tests.

Signed-off-by: Danno Ferrin <[email protected]>
Signed-off-by: jflo <[email protected]>

* Add trace to web socket JSON/RPC responses (#6285)

* Add trace to web socket JSON/RPC responses

Signed-off-by: Matthew Whitehead <[email protected]>

* Don't throw runtime exception if we can't parse JSON for trace

Signed-off-by: Matthew Whitehead <[email protected]>

---------

Signed-off-by: Matthew Whitehead <[email protected]>
Signed-off-by: jflo <[email protected]>

* [MINOR] Include Enode URL in error message if parsing exception (#6288)

* include the actual Enode URL in the error message if IP can't be resolved

---------

Signed-off-by: Sally MacFarlane <[email protected]>
Signed-off-by: jflo <[email protected]>

* Execute the terminatedImmediately method only once (#6284)

Signed-off-by: David Lutzardo <[email protected]>
Co-authored-by: Sally MacFarlane <[email protected]>
Signed-off-by: jflo <[email protected]>

* move forest class to a specific package (#6293)

cleaning up the worldstate section, moving and renaming everything that is forest into a specific package in order to clarify the difference between Bonsai and Forest in the code.

---------

Signed-off-by: Karim Taam <[email protected]>
Signed-off-by: matkt <[email protected]>
Signed-off-by: jflo <[email protected]>

* removed vintage junit dependency (#6296)

Signed-off-by: Sally MacFarlane <[email protected]>
Signed-off-by: jflo <[email protected]>

* updated cli and chainimport/export tests to junit 5 (#6281)

Signed-off-by: Sally MacFarlane <[email protected]>
Signed-off-by: jflo <[email protected]>

* [MINOR] CLI Subcommands migrate to junit 5 (#6282)

* updated cli and chainimport/export tests to junit 5

Signed-off-by: Sally MacFarlane <[email protected]>

* subcommands and besucommand test to junit5

Signed-off-by: Sally MacFarlane <[email protected]>

* removed duplicate line

Signed-off-by: Sally MacFarlane <[email protected]>

* removed vintage junit dep

Signed-off-by: Sally MacFarlane <[email protected]>

---------

Signed-off-by: Sally MacFarlane <[email protected]>
Co-authored-by: Fabio Di Fabio <[email protected]>
Signed-off-by: jflo <[email protected]>

* [MINOR] add genesis file name to config overview (#6297)

* add genesis file name to config overview

Signed-off-by: Sally MacFarlane <[email protected]>

---------

Signed-off-by: Sally MacFarlane <[email protected]>
Signed-off-by: jflo <[email protected]>

* create trie package for bonsai and forest (#6300)

Signed-off-by: Karim Taam <[email protected]>
Signed-off-by: matkt <[email protected]>
Signed-off-by: jflo <[email protected]>

* [MINOR] More cli tests to junit 5 (#6283)

* more CLI and services tests to junit5

---------

Signed-off-by: Sally MacFarlane <[email protected]>
Co-authored-by: Fabio Di Fabio <[email protected]>
Signed-off-by: jflo <[email protected]>

* Update Gradle plugins and replace unmaintained license plugin (#6275)

Signed-off-by: Fabio Di Fabio <[email protected]>
Signed-off-by: jflo <[email protected]>

* Quick fix to avoid a tight loop when processing added blocks in txpool (#6309)

Signed-off-by: Fabio Di Fabio <[email protected]>
Signed-off-by: jflo <[email protected]>

* uprev to version 23.10.3-RC4

Signed-off-by: jflo <[email protected]>

* mark deleted slot during clear storage step

Signed-off-by: Karim Taam <[email protected]>

---------

Signed-off-by: Danno Ferrin <[email protected]>
Signed-off-by: jflo <[email protected]>
Signed-off-by: Matthew Whitehead <[email protected]>
Signed-off-by: Sally MacFarlane <[email protected]>
Signed-off-by: David Lutzardo <[email protected]>
Signed-off-by: Karim Taam <[email protected]>
Signed-off-by: matkt <[email protected]>
Signed-off-by: Fabio Di Fabio <[email protected]>
Co-authored-by: Danno Ferrin <[email protected]>
Co-authored-by: Matt Whitehead <[email protected]>
Co-authored-by: Sally MacFarlane <[email protected]>
Co-authored-by: David Lutzardo <[email protected]>
Co-authored-by: Karim TAAM <[email protected]>
Co-authored-by: Fabio Di Fabio <[email protected]>
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.

2 participants