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

Bump maven-compiler-plugin from 3.8.0 to 3.8.1 #606

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Sep 6, 2019

Bumps maven-compiler-plugin from 3.8.0 to 3.8.1.

Commits
  • 1b206fe [maven-release-plugin] prepare release maven-compiler-plugin-3.8.1
  • d94a573 Revert "[maven-release-plugin] prepare release maven-compiler-plugin-3.8.1"
  • 0747073 [maven-release-plugin] prepare release maven-compiler-plugin-3.8.1
  • 4f37195 Revert "[maven-release-plugin] prepare release maven-compiler-plugin-3.8.1"
  • 114487b Revert "[maven-release-plugin] prepare for next development iteration"
  • 6fd3a46 [MCOMPILER-379] - Fatal error compiling: basedir ... arget/generated-sources/...
  • a5c6bc5 (doc) Fixed broken links to scm, issue tracker, and mailing list page. (#15)
  • 6c576ab [maven-release-plugin] prepare for next development iteration
  • e09eb57 [maven-release-plugin] prepare release maven-compiler-plugin-3.8.1
  • 3d6b27c [MCOMPILER 366] - Warning about automodules should provide the list of offend...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 6, 2019
@cirulls cirulls self-assigned this Sep 6, 2019
@AirQuick AirQuick added this to the v1.5.0 milestone Sep 9, 2019
@cirulls cirulls removed their assignment Sep 9, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.8.1 branch from 5f4fef8 to f8bc71f Compare October 2, 2019 07:52
@dependabot-preview dependabot-preview bot force-pushed the dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.8.1 branch from f8bc71f to 3561188 Compare October 3, 2019 16:08
Copy link
Member

@AirQuick AirQuick left a comment

Choose a reason for hiding this comment

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

  • According to the release announcement, the only important note for 3.8.1 is the default value for source/target. But actually the said change seems to have happened on the previous version (3.8.0). Moreover, our pom.xml doesn't seem to be affected, as it has explicit values:

    xspec/pom.xml

    Lines 115 to 120 in 93b711b

    <artifactId>maven-compiler-plugin</artifactId>
    <version>3.8.0</version>
    <configuration>
    <source>1.7</source>
    <target>1.7</target>
    </configuration>
  • Maven package is tested on Azure Pipelines (Windows) and Travis CI (Linux). (ci: test Maven package and fix javadoc compatibility with JDK 11 #664)
  • According to the dependabot compatibility report, CI failure happened in only one repository and the failure doesn't seem related to Maven.

@AirQuick AirQuick merged commit b572310 into master Oct 8, 2019
@AirQuick AirQuick deleted the dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.8.1 branch October 8, 2019 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants