Google App Engine SDK version 1.9.22 released

174 views
Skip to first unread message

Sarah Murphy

unread,
Jun 10, 2015, 9:04:58 PM6/10/15
to google-a...@googlegroups.com
Heya heya!

With fanfare we announce the latest version of the Google App Engine SDK.

In addition to a number of infrastructure improvements,

PHP
  • Users can supply a customer CA certificate bundle with their application.
  • Added intl as a dynamically loadable extension.
Java
  • Following a recent update to the JDK version used to run Java apps, the method javax.activation.MimetypesFileTypeMap.setDefaultFileTypeMap is no longer allowed. This method is almost never needed: if you want to update the default file type map, simply modify the map returned by FileMap.getDefaultFileTypeMap, like this:   
     MimetypesFileTypeMap map = (MimetypesFileTypeMap) MimetypesFileTypeMap.getDefaultFileTypeMap();  
     map.addMimeTypes("image/webp webp");

Nick

unread,
Jun 11, 2015, 6:49:22 PM6/11/15
to google-a...@googlegroups.com
Hey, while you guys are in there updating the JDK, maybe you could just bump it to 8? That'd be a big help, thx!



Alex Kerr

unread,
Jun 13, 2015, 2:57:20 PM6/13/15
to google-a...@googlegroups.com
> Users can supply a customer CA certificate bundle with their application.

How does one do that - are there any docs? I'd like to use the Curllite feature in PHP Appengine to connect to Facebook's API and it wasn't working because of just this issue! (according to something I read by Stuart Langley of Google)

Thanks

Stuart Langley

unread,
Jun 14, 2015, 5:30:03 AM6/14/15
to google-a...@googlegroups.com
Custom certificate bundle is for the full version of cURL (e.g. cURL using sockets), not curl lite.
Reply all
Reply to author
Forward
0 new messages