File tree Expand file tree Collapse file tree 5 files changed +9
-11
lines changed 
components/ide/jetbrains/gateway-plugin 
kotlin/io/gitpod/jetbrains/gateway 
resources-latest/META-INF 
resources-stable/META-INF Expand file tree Collapse file tree 5 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 22#  See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
33#  for insight into build numbers and IntelliJ Platform versions.
44#  revert pluginSinceBuild if it's unnecessary
5- pluginSinceBuild =242.20224 
6- pluginUntilBuild =242 .*
5+ pluginSinceBuild =243.21565 
6+ pluginUntilBuild =243 .*
77#  Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
88#  See https://jb.gg/intellij-platform-builds-list for available build versions.
9- pluginVerifierIdeVersions =2024.2  
9+ pluginVerifierIdeVersions =2024.3  
1010#  Version from "com.jetbrains.gateway" which can be found at https://www.jetbrains.com/updates/updates.xml or exec `./gradlew printProductsReleases`
11- platformVersion =2024.2. 3 
11+ platformVersion =2024.3 
Original file line number Diff line number Diff line change 22//  Licensed under the GNU Affero General Public License (AGPL).
33//  See License.AGPL.txt in the project root for license information.
44
5- package  io.gitpod.jetbrains.gateway.stable  
5+ package  io.gitpod.jetbrains.gateway 
66
77import  com.intellij.openapi.components.Service 
88import  com.jetbrains.gateway.api.GatewayConnectionHandle 
@@ -17,7 +17,7 @@ import java.net.URI
1717import  javax.swing.JComponent 
1818
1919@Suppress(" UnstableApiUsage"  )
20- class  StableGitpodConnectionHandleFactory : GitpodConnectionHandleFactory  {
20+ class  GitpodConnectionHandleFactoryImpl : GitpodConnectionHandleFactory  {
2121    override  fun  createGitpodConnectionHandle (
2222        lifetime :  Lifetime ,
2323        component :  JComponent ,
@@ -30,6 +30,6 @@ class StableGitpodConnectionHandleFactory: GitpodConnectionHandleFactory {
3030        return  ClientOverSshTunnelConnector (
3131            lifetime,
3232            connector
33-         ).connect(tcpJoinLink)
33+         ).connect(tcpJoinLink,  null )
3434    }
3535}
Original file line number Diff line number Diff line change 55--> 
66<idea-plugin >
77    <extensions  defaultExtensionNs =" com.intellij"  >
8-         <applicationService  serviceInterface =" io.gitpod.jetbrains.gateway.common.GitpodConnectionHandleFactory" 
9-                             serviceImplementation =" io.gitpod.jetbrains.gateway.latest.LatestGitpodConnectionHandleFactory"  />
108    </extensions >
119    <extensions  defaultExtensionNs =" com.jetbrains"  >
1210    </extensions >
Original file line number Diff line number Diff line change 55--> 
66<idea-plugin >
77    <extensions  defaultExtensionNs =" com.intellij"  >
8-         <applicationService  serviceInterface =" io.gitpod.jetbrains.gateway.common.GitpodConnectionHandleFactory" 
9-                             serviceImplementation =" io.gitpod.jetbrains.gateway.stable.StableGitpodConnectionHandleFactory"  />
108    </extensions >
119    <extensions  defaultExtensionNs =" com.jetbrains"  >
1210    </extensions >
Original file line number Diff line number Diff line change 2626        <applicationConfigurable  parentId =" tools"   instance =" io.gitpod.jetbrains.gateway.GitpodSettingsConfigurable" 
2727                                 id =" io.gitpod.jetbrains.gateway.GitpodSettingsConfigurable" 
2828                                 displayName =" Gitpod"  />
29+         <applicationService  serviceInterface =" io.gitpod.jetbrains.gateway.common.GitpodConnectionHandleFactory" 
30+                             serviceImplementation =" io.gitpod.jetbrains.gateway.GitpodConnectionHandleFactoryImpl"  />
2931    </extensions >
3032
3133    <extensions  defaultExtensionNs =" com.jetbrains"  >
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments