Heya heya!
With fanfare we announce the latest version of the Google App Engine SDK.
<https://cloud.google.com/appengine/downloads>
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");
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-appengine/ba9e08d3-412f-4571-9c6e-52aa2966a6a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.