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

idea maintenance (to support 2019.3) #434

Merged
merged 23 commits into from
Jan 3, 2020

Conversation

dkimitsa
Copy link
Contributor

this pr

  • fixes compilation issue as in idea 2019.3 long time deprecated classes were removed;
  • reworked "no Xcode dialog". it doesn't block idea anymore (there is skip button). as in case no Xcode available there was no way to proceed to idea
  • applied lint comment and suggestions: like deprecated api usage, possible errors and suggestions (like anonymous classes to lambdas)

…ho plugin is not able update parent's version during release
…ncies. otherview version:commit failed to pick up non existing dependencies (for future version)
…s these files are needed for snapshot builds
* Dialog().show() to setVisible() as outdated
* still keeping ApplicationComponent as need it to act as it is now (require some amount of rework)
* using try with resource where applicable
* CompileTask is not added using extensions in plugin.xml
…uild using gradle it runs plugin as part of sanity and it will crash as it being run in Headless mode
@Tom-Ski Tom-Ski merged commit 205e6b0 into MobiVM:jdk12 Jan 3, 2020
@dkimitsa dkimitsa deleted the jdk12-wip/idea-maintenance branch January 3, 2020 17:43
dkimitsa added a commit to dkimitsa/robovm that referenced this pull request Apr 9, 2020
* * jetbrains intellij plugin for gradle version updated

* * intellij maven pom reworked into stand-alone. as mvn:version is not able to update parent version number

* * added sonatype repo for snapshot dependencies

* * eclipse plugin's maven.pom switched into standalone (without) as tyho plugin is not able update parent's version during release

* * release script reworked to properly pick up new idea artifact and update it gradle version

* * Idea: release script updated to use property to specify the dependencies. otherview version:commit failed to pick up non existing dependencies (for future version)

* * version set to 2.3.10-SNAPSHOT

* * java doc and source plugins are now always (was only for release) as these files are needed for snapshot builds

* * update commons-compress due to security vulnerability

* * upgraded deprecated code, as Idea 2019.3 removed old classes

* * ignore gradle files that are created once build with gradle

* * reworked to @NotNull to minimize warnings

* * optimized imports
* Dialog().show() to setVisible() as outdated
* still keeping ApplicationComponent as need it to act as it is now (require some amount of rework)

* * added RoboFileUtils to handle false result of file api into exceptions
* using try with resource where applicable
* CompileTask is not added using extensions in plugin.xml

* * readme updated with detailed instructions

* * xcode setup dialog is not blocking now. as if something went wrong it was blocking idea completely

* * reworked to gracefully handle cases when there is no simulators in place (was crashing previously)

* * updated to recent org.jetbrains.intellij

* * added check for GraphicsEnvironment.isHeadless() as during plugin build using gradle it runs plugin as part of sanity and it will crash as it being run in Headless mode

* * source code polish: fixes all lint warning, applied suggestions (like anonymous classes to lambda)
dkimitsa added a commit to dkimitsa/robovm that referenced this pull request Apr 9, 2020
* * jetbrains intellij plugin for gradle version updated

* * intellij maven pom reworked into stand-alone. as mvn:version is not able to update parent version number

* * added sonatype repo for snapshot dependencies

* * eclipse plugin's maven.pom switched into standalone (without) as tyho plugin is not able update parent's version during release

* * release script reworked to properly pick up new idea artifact and update it gradle version

* * Idea: release script updated to use property to specify the dependencies. otherview version:commit failed to pick up non existing dependencies (for future version)

* * version set to 2.3.10-SNAPSHOT

* * java doc and source plugins are now always (was only for release) as these files are needed for snapshot builds

* * update commons-compress due to security vulnerability

* * upgraded deprecated code, as Idea 2019.3 removed old classes

* * ignore gradle files that are created once build with gradle

* * reworked to @NotNull to minimize warnings

* * optimized imports
* Dialog().show() to setVisible() as outdated
* still keeping ApplicationComponent as need it to act as it is now (require some amount of rework)

* * added RoboFileUtils to handle false result of file api into exceptions
* using try with resource where applicable
* CompileTask is not added using extensions in plugin.xml

* * readme updated with detailed instructions

* * xcode setup dialog is not blocking now. as if something went wrong it was blocking idea completely

* * reworked to gracefully handle cases when there is no simulators in place (was crashing previously)

* * updated to recent org.jetbrains.intellij

* * added check for GraphicsEnvironment.isHeadless() as during plugin build using gradle it runs plugin as part of sanity and it will crash as it being run in Headless mode

* * source code polish: fixes all lint warning, applied suggestions (like anonymous classes to lambda)
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.

2 participants