-
Notifications
You must be signed in to change notification settings - Fork 275
build: migrate Core to a shadow JAR dependency #6112
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
Conversation
| <postStartupActivity implementation="software.aws.toolkits.jetbrains.services.telemetry.AwsToolkitStartupMetrics"/> | ||
| </extensions> | ||
| <projectListeners> | ||
| <listener class="software.aws.toolkits.jetbrains.services.telemetry.OpenedFileTypesMetricsListener" topic="com.intellij.openapi.fileEditor.FileEditorManagerListener"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
toolkit should not need this metric
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed
| <depends optional="true">org.jetbrains.idea.maven</depends> | ||
| <resource-bundle>software.aws.toolkits.resources.MessagesBundle</resource-bundle> | ||
|
|
||
| <depends>aws.toolkit.core</depends> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<incompatible-with>aws.toolkit.core</incompatible-with>and same below
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this force an uninstall? (or at least prompt?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i believe it will prompt but not sure what the exact behavior is, should test
Qodana Community for JVM1 new problem were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at [email protected]
|
| <depends optional="true">org.jetbrains.idea.maven</depends> | ||
| <resource-bundle>software.aws.toolkits.resources.MessagesBundle</resource-bundle> | ||
|
|
||
| <depends>aws.toolkit.core</depends> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i believe it will prompt but not sure what the exact behavior is, should test
Types of changes
Description
This change removes Core as an explicit IJ plugin and instead treats it as a more traditional dependency. For flexibility the Core module is shadowed/fat JAR'ed as part of the build process. Any shared build or plugin manifest configuration is referenced independently by the Q and Toolkit plugins.
Checklist
License
I confirm that my contribution is made under the terms of the Apache 2.0 license.