-
Notifications
You must be signed in to change notification settings - Fork 274
fix(251): fix 251 gateway compilation #5514
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
API signature changed in 251 beta
Qodana Community for JVM4 new problems were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at [email protected]
|
| @@ -0,0 +1,10 @@ | |||
| // Copyright 2025 Amazon.com, Inc. or its affiliates. All Rights Reserved. | |||
| // SPDX-License-Identifier: Apache-2.0 | |||
| package compat.com.jetbrains.gateway.thinClientLink | |||
Check notice
Code scanning / QDJVMC
Package name does not match containing directory Note
| import java.net.URI | ||
|
|
||
| fun startNewClient(lifetime: Lifetime, initialLink: URI, remoteIdentity: String?, onStarted: () -> Unit) = | ||
| LinkedClientManager.getInstance().startNewClient(lifetime, initialLink, remoteIdentity, null, onStarted) |
Check warning
Code scanning / QDJVMC
Unstable API Usage Warning
| import java.net.URI | ||
|
|
||
| fun startNewClient(lifetime: Lifetime, initialLink: URI, remoteIdentity: String?, onStarted: () -> Unit) = | ||
| LinkedClientManager.getInstance().startNewClient(lifetime, initialLink, remoteIdentity, null, onStarted) |
Check warning
Code scanning / QDJVMC
Unstable API Usage Warning
| import java.net.URI | ||
|
|
||
| fun startNewClient(lifetime: Lifetime, initialLink: URI, remoteIdentity: String?, onStarted: () -> Unit) = | ||
| LinkedClientManager.getInstance().startNewClient(lifetime, initialLink, remoteIdentity, null, onStarted) |
Check warning
Code scanning / QDJVMC
Unstable API Usage Warning
API signature changed in 251 beta
License
I confirm that my contribution is made under the terms of the Apache 2.0 license.