google-cloud-eclipse
google-cloud-eclipse copied to clipboard
Google Cloud Platform plugin for Eclipse
Fixes #2470. This is a *heads-up*. It is based on #2545, so #2545 must go first. Also, I haven't added any tests. Changes in tes test files ATM are due...
It is `pipelineOptionsForm.updateForm()` in `PipelineArgumentsTab.updatePipelineOptionsForm()` that takes a lot of time. The root cause is probably adding too many UI controls (labels, text fields, etc) dynamically. It's not clear if...
I have a problem with my network. Is it zip file that i can use for install
In trying to fix #3256 we found that `com.google.cloud.tools.eclipse.integration.appengine.FlexMavenPackagedProjectStagingDelegateTest` and `com.google.cloud.tools.eclipse.integration.appengine.ImportMavenAppEngineStandardProjectTest` were flaking on Photon, for reasons that we have not been able to figure out. These tests work fine...
Per instructions on this page: https://developers.googleblog.com/2018/03/discontinuing-support-for-json-rpc-and.html If so, upgrades are in order.
Our Spring Boot tests are based on Spring Boot 1.5.6, though the latest is now 1.5.15. We should update these tests. Separately, we should have tests for Spring Boot 2.0...
Seen on Photon ([link to log](https://api.travis-ci.org/v3/job/425301761/log.txt)) Haven't seen this error logged before. The full code in [m2e's `ProjectRegistryManager`](http://git.eclipse.org/c/m2e/m2e-core.git/tree/org.eclipse.m2e.core/src/org/eclipse/m2e/core/internal/project/registry/ProjectRegistryManager.java?h=master#n372) is: ```java if(newState.isStale() || (syncRefreshThread != null && syncRefreshThread != Thread.currentThread())) {...
At least these three dependencies are due for upgrades: ``` org.apache.commons commons-compress 1.14 org.codehaus.jackson jackson-core-asl 1.9.13 com.fasterxml.jackson.core jackson-core 2.8.6 ``` There may be others.
Oxygen should have the full Docker tools plugin. Only Neon gets Docker editor.
The App Engine standard environment java7 runtime is [deprecated and scheduled to be turned off on January 16, 2019](https://cloud.google.com/appengine/docs/deprecations/java7). Circa November/December 2018 we should remove support for creating new java7...