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

Support requires static transitive #89

Closed
wants to merge 11 commits into from

Conversation

rfscholte
Copy link
Member

Discovered with https://issues.apache.org/jira/browse/MJAVADOC-677.
Suppose module B has contains requires static transitive C and module A as requires B, then A actually also has requires static C. Normally there's no need to include C, but with transitive is should. This PR will fix that.

@rfscholte rfscholte requested a review from olamy August 20, 2021 13:05
dependabot bot and others added 10 commits August 21, 2021 10:47
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.2 to 3.12.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.11.2...v3.12.1)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@rfscholte
Copy link
Member Author

Merged with 868b3d7

@rfscholte rfscholte closed this Aug 23, 2021
@rfscholte rfscholte added this to the 1.1.0 milestone Aug 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants