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

Fix AU warning label not showing issue #2394

Merged
merged 2 commits into from
Nov 29, 2018
Merged

Conversation

t-rufang
Copy link
Contributor

To fix #2318 and #2283

@t-rufang t-rufang added this to the v3.16.0 milestone Nov 22, 2018
wezhang
wezhang previously approved these changes Nov 22, 2018
Copy link
Member

@wezhang wezhang left a comment

Choose a reason for hiding this comment

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

LGTM!

@wezhang
Copy link
Member

wezhang commented Nov 22, 2018

> Task :compileJava
warning: Supported source version 'RELEASE_7' from annotation processor 'com.microsoft.azure.management.apigeneration.LangDefinitionProcessor' less than -source '1.8'
/jenkinshome/jenkins/workspace/Azure_Toolkits_for_Java/AzureToolsManager_PR/PluginsAndFeatures/azure-toolkit-for-intellij/src/com/microsoft/azure/sparkserverless/serverexplore/ui/SparkServerlessClusterUpdateDialog.java:48: error: cannot find symbol
        this.auWarningLabel.setToolTipText(auWarningTip);
                                           ^
  symbol:   variable auWarningTip
  location: class SparkServerlessClusterUpdateDialog
Note: Some input files use or override a deprecated API.
``` #Resolved

wezhang
wezhang previously approved these changes Nov 27, 2018
@t-rufang t-rufang merged commit b3eaebc into microsoft:develop Nov 29, 2018
@t-rufang t-rufang deleted the issue_2318 branch January 8, 2020 07:14
andxu pushed a commit to andxu/azure-tools-for-java that referenced this pull request Mar 24, 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.

[IntelliJ][Spark on ADL] The warning message in update dialog might need update
2 participants