google-cloud-eclipse icon indicating copy to clipboard operation
google-cloud-eclipse copied to clipboard

Google Cloud Platform plugin for Eclipse

Results 169 google-cloud-eclipse issues
Sort by recently updated
recently updated
newest added

We can probably turn off the CI target for Eclipse 4.9 with Java 11. I think the first release of Eclipse to support Java 11 was 4.10 so probably we're...

cleanup
testing
p3

Typical error just dumps JSON to the console and a dialog. We should do better and probably parse the JSON. This may need some appengine-plugins-core work. ``` ERROR: (gcloud.app.deploy) Error...

enhancement
p4
priority: p4

Can we use https instead? [INFO] Adding repository http://download.eclipse.org/releases/2018-09/201809191002 Feb 10, 2020 6:48:54 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed...

Tech Debt
p3

After upgrading eclipse I am getting this error and don't know how to resolve it: An internal error occurred during: "Initializing Java Tooling". Cannot invoke "com.google.cloud.tools.eclipse.appengine.libraries.persistence.LibraryClasspathContainerSerializer.loadContainer(org.eclipse.jdt.core.IJavaProject, org.eclipse.core.runtime.IPath)" because "this.serializer" is...

type: bug
p4

I am following the instructions on https://cloud.google.com/eclipse/docs/quickstart When I attempt to install the Cloud Tools for Eclipse from the Eclipse Marketplace, I encounter the error: `Cannot complete the install because...

type: bug
p4

Add support for running tests against the latest release of Eclipse (https://download.eclipse.org/releases/latest). I had to add `javax.inject` to several bundles: I think something must have stopped adding `javax.inject` to the...

My project manually includes two libraries in WEB-INF/lib that it seems should be provided by the environment. Screen shot: ![image](https://user-images.githubusercontent.com/25462429/146650354-2dbd4f40-de16-4e0e-bc5d-c31f35780314.png) If I remove these from the build path I get...

p3

I get the following: !project.creation.failed! java.lang.NullPointerException This is a clean install of Eclipse and CT4E. Ideas? - Cloud Tools for Eclipse version: 1.8.5.202108061424 - Google Cloud SDK version: 366.0.0 (non-managed)...

type: bug
p4

Change-Id: I5d4a22b089f1516845e8597cf11c5198772dc4dd fixes #3381

cla: yes

Towards #2470. No UI, so this will be invisible to users. The app created from this works when deployed.

cla: yes
blocked