Elena Felder

Results 82 comments of Elena Felder

Lazy property evaluation is not supported in this plugin. Leaving it open as a feature request.

We would accept a user contribution for the feature. Backwards compatibility would be ideal, although not always possible (e.g. the user programmatically accessing the value will have to call `.get()`...

I think this should be resolved [here](https://github.com/GoogleCloudPlatform/appengine-plugins-core/blob/3cb3ba310159102f222f902933872db5f13d6a88/src/main/java/com/google/cloud/tools/managedcloudsdk/ManagedCloudSdk.java#L166-L168) in `appengine-plugins-core`. Yes, `ManagedSdkVerificationException` contains the cause and can return it if prompted, but then it's on the caller (maven and gradle plugins)...

Thanks! We'll keep it open as an enhancement request.

Cross-commenting from the gradle issue; not planning to close the individual plugin ones. I think this should be resolved [here](https://github.com/GoogleCloudPlatform/appengine-plugins-core/blob/3cb3ba310159102f222f902933872db5f13d6a88/src/main/java/com/google/cloud/tools/managedcloudsdk/ManagedCloudSdk.java#L166-L168) in `appengine-plugins-core`. Yes, `ManagedSdkVerificationException` contains the cause and can return...

`p4` means you don't have a deadline to finish the task :)

@polyomino-24 Just to clarity, does the GAE gradle plugin deploy the correct JAR with `appengineDeploy`, and only shows the wrong JAR in `appengineShowConfiguration`?

At minimum we should document these workarounds. I've run into this last year and thoroughly forgot.

This stack trace has been spotted in the wild again, on a windows build in GoogleCloudPlatform/app-maven-plugin#480?. I wonder if referencing ` RecursiveDeleteOption.ALLOW_INSECURE` in `WindowsBundledPythonCopier` in a class field, or anywhere...