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

Gradle 6.6.1 #328

Merged
merged 1 commit into from
Sep 6, 2020
Merged

Gradle 6.6.1 #328

merged 1 commit into from
Sep 6, 2020

Conversation

sullis
Copy link
Contributor

@sullis sullis commented Aug 29, 2020


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
  • Only one sentence per line (especially in .adoc files)
  • Javadoc uses formal style, while sites documentation may use informal style (see Documentation: Personal or formal style #265)

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

  • 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 (see Require configuration failiure tests? #164)
  • Tests use AssertJ or our own PioneerAssert (which are based on AssertJ)

Contributing

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

I hereby agree to the terms of the JUnit Pioneer Contributor License Agreement.

Copy link
Member

@aepfli aepfli left a comment

Choose a reason for hiding this comment

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

LGTM

@Bukama
Copy link
Member

Bukama commented Aug 30, 2020

@aepfli @beatngu13 Did you check the failing builds? I mean you approved the PR, but the failing builds are not only our "suspicients" (aka windows like in #324 )

@beatngu13
Copy link
Member

@Bukama or @aepfli could you please try to re-run the failed builds?

@aepfli
Copy link
Member

aepfli commented Aug 31, 2020

i retriggered, and it seems like sonar analysis is causing some troubles. i will investigate

@Bukama
Copy link
Member

Bukama commented Aug 31, 2020

Mainbuild still failing. So I vote not to merge this until it works again.

@aepfli
Copy link
Member

aepfli commented Aug 31, 2020 via email

@Bukama
Copy link
Member

Bukama commented Sep 1, 2020

When GitHub Actions is not able to run with Gradle 6.6.1 we should not merge to avoid even more breaking builds.

Copy link
Member

@beatngu13 beatngu13 left a comment

Choose a reason for hiding this comment

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

Since this Gradle update causes several builds to break and, therefore, needs further investigation, I withdraw my approval.

@sullis thx a lot for the PR, would you mind having a closer look as the original author? You should be able to check the builds in your fork. Otherwise, we have to wait until @aepfli or myself find some time.

@Bukama
Copy link
Member

Bukama commented Sep 5, 2020

According to log the sonar runs out of memory. maybe this solution helps
mavenOptions: '-Xmx5500m'

Saw this in https://github.com/odpi/egeria/pull/2175/files

@beatngu13
Copy link
Member

@Bukama sounds reasonable.

I'm not a maintainer, so I cannot push to the author's branch/repo. If someone else could try to add the following to the gradle.properties:

# Ensure sufficient heap size, especially for Sonar.
org.gradle.jvmargs=-Xmx4g

According to the GitHub docs, the VM has 7 GB of RAM memory. So the 4 GB should be available.

@sonarcloud
Copy link

sonarcloud bot commented Sep 5, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sullis
Copy link
Contributor Author

sullis commented Sep 5, 2020

@Bukama sounds reasonable.

I'm not a maintainer, so I cannot push to the author's branch/repo. If someone else could try to add the following to the gradle.properties:

# Ensure sufficient heap size, especially for Sonar.
org.gradle.jvmargs=-Xmx4g

According to the GitHub docs, the VM has 7 GB of RAM memory. So the 4 GB should be available.

Done. All checks pass.

@Bukama Bukama merged commit 91d4bad into junit-pioneer:master Sep 6, 2020
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.

None yet

4 participants