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

IntelliJ 2024.2: Investigate on new change in remote robot #885

Open
aparnamichael opened this issue Jul 24, 2024 · 4 comments
Open

IntelliJ 2024.2: Investigate on new change in remote robot #885

aparnamichael opened this issue Jul 24, 2024 · 4 comments
Assignees
Labels
Deprecated API's Deprecated API usage in LTI high priority
Milestone

Comments

@aparnamichael
Copy link
Contributor

aparnamichael commented Jul 24, 2024

image

Link to Slack message: https://jetbrains-platform.slack.com/archives/C05C80200LS/p1721452692806359

@aparnamichael aparnamichael added the Deprecated API's Deprecated API usage in LTI label Jul 24, 2024
@aparnamichael aparnamichael added this to the 24.0.7 milestone Jul 24, 2024
@TrevCraw TrevCraw removed this from the 24.0.7 milestone Jul 25, 2024
@TrevCraw TrevCraw added this to the Next milestone Aug 1, 2024
@TrevCraw TrevCraw changed the title Investigate on new change in remote robot IntelliJ 2024.2: Investigate on new change in remote robot Aug 1, 2024
@TrevCraw
Copy link
Contributor

TrevCraw commented Aug 1, 2024

Part of the investigation should involve looking into what 1.x refers to and understanding if we need to move on from it.

For understanding on what 1.x is, refer to #911

@vaisakhkannan
Copy link
Contributor

vaisakhkannan commented Aug 22, 2024

@aparnamichael, I identified that 1.x refers to the Gradle IntelliJ version here, and we want to migrate to the IntelliJ Platform Gradle Plugin 2.x as part of upgrading to IntelliJ version 2024.2.
After migrating to 2.x, we should update runIdeForUiTests accordingly as mentioned this way https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-migration.html#runideforuitests

@vaisakhkannan vaisakhkannan moved this from In Progress to Parked in Open Liberty Developer Experience Aug 23, 2024
@vaisakhkannan vaisakhkannan moved this from Parked to In Progress in Open Liberty Developer Experience Oct 10, 2024
@vaisakhkannan
Copy link
Contributor

vaisakhkannan commented Nov 1, 2024

@TrevCraw ,Below is the code block that we require for running the runIdeForUiTests task.

intellijPlatformTesting.runIde {
    runIdeForUiTests {
        task {
            jvmArgumentProviders.add({
                [
                        "-Drobot-server.port=8082",
                        "-Dide.mac.message.dialogs.as.sheets=false",
                        "-Djb.privacy.policy.text=<!--999.999-->",
                        "-Djb.consents.confirmation.enabled=false",
                        "-Didea.trust.all.projects=true",
                        "-Dide.show.tips.on.startup.default.value=false",
                        "-Dide.mac.file.chooser.native=false",
                        "-DjbScreenMenuBar.enabled=false",
                        "-Dapple.laf.useScreenMenuBar=false",
                ]
            } as CommandLineArgumentProvider)
        }
        plugins {
            robotServerPlugin(remoteRobotVersion)
        }
    }
}

I can open PR for this soon,

Just parked this issue now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Deprecated API's Deprecated API usage in LTI high priority
Projects
Development

No branches or pull requests

3 participants