Assigned
Status Update
Comments
ku...@google.com <ku...@google.com>
ar...@anywhere.co <ar...@anywhere.co> #3
Would you be able to provide an example app which produces an error for which gcloud doesn't report, but appcfg.py does?
Description
Please upgrade the version of JavaMail classes included as part of the AppEngine SDK for Java 8 runtime. The version of JavaMail included is several years older and has not been upgraded for years.
How this might work:
The 1.6.2 version of JavaMail has several bug fixes and is considered the final version of the project so far. Replacing the existing JavaMail classes with classes from 1.6.2 in the AppEngine SDK will help in addressing some of these issues.
If applicable, reasons why alternative solutions are not sufficient:
Including the latest Javamail version in my build file doesn't seem to work, the classes in the SDK seem to take precedence.
Other information (workarounds you have tried, documentation consulted, etc):
I've tried including jakarta mail (which has different package names) but it creates more issues.