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 plugins, deps, actions, and docs #761

Merged
merged 7 commits into from Sep 13, 2023
Merged

Update plugins, deps, actions, and docs #761

merged 7 commits into from Sep 13, 2023

Conversation

beatngu13
Copy link
Member

Proposed commit message:

Update plugins, deps, actions, and docs (#761)

This PR updates various plugin, dependency, and GitHub Action
versions. In addition, the documentation is updated to include all
current packages.

PR: #761

PR checklist

The following checklist shall help the PR's author, the reviewers and maintainers to ensure the quality of this project.
It is based on our contributors guidelines, especially the "writing code" section.
It shall help to check for completion of the listed points.
If a point does not apply to the given PR's changes, the corresponding entry can be simply marked as done.

Documentation (general)

  • There is documentation (Javadoc and site documentation; added or updated)
  • There is implementation information to describe why a non-obvious source code / solution got implemented
  • Site documentation has its own .adoc file in the docs folder, e.g. docs/report-entries.adoc
  • Site documentation in .adoc file references demo in src/demo/java instead of containing code blocks as text
  • Only one sentence per line (especially in .adoc files)
  • Javadoc uses formal style, while sites documentation may use informal style

Documentation (new extension)

  • The docs/docs-nav.yml navigation has an entry for the new extension
  • The package-info.java contains information about the new extension

Code (general)

  • Code adheres to code style, naming conventions etc.
  • Successful tests cover all changes
  • There are checks which validate correct / false usage / configuration of a functionality and there are tests to verify those checks
  • Tests use AssertJ or our own PioneerAssert (which are based on AssertJ)

Code (new package)

  • The new package is exported in module-info.java
  • The new package is also present in the tests
  • The new package is opened for reflection to JUnit 5 in module-info.java
  • The new package is listed in the contribution guide

Contributing

  • A prepared commit message exists
  • The list of contributions inside README.md mentions the new contribution (real name optional)

@beatngu13 beatngu13 added the full-build Triggers full build suite on PR label Sep 12, 2023
@beatngu13
Copy link
Member Author

beatngu13 commented Sep 12, 2023

Looks like SonarCloud crashed with:

Validation of project failed:
  o Date of analysis cannot be older than the date of the last known analysis on this project. Value: "2023-09-12T21:23:40+0000". Latest analysis: "2023-09-12T21:23:46+0000". It's only possible to rebuild the past in a chronological order.

EDIT: Disappeared after a re-run. 🎉

@beatngu13 beatngu13 marked this pull request as ready for review September 12, 2023 22:09
@Bukama
Copy link
Member

Bukama commented Sep 13, 2023

It's only possible to rebuild the past

Haha what a sentence :D

Copy link
Member

@Bukama Bukama left a comment

Choose a reason for hiding this comment

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

Nice cleanup. Reminds me about the last weeks where I did similar things (updating all maven plugins in our META-POM) at work :D

@Bukama Bukama merged commit 416a38d into main Sep 13, 2023
64 checks passed
@Bukama Bukama deleted the lab/updates branch September 13, 2023 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
full-build Triggers full build suite on PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants