Skip to content

Commit

Permalink
Add java8 runtime option to all non-production appengine-web*.xml files
Browse files Browse the repository at this point in the history
Java 8 is go!

https://cloudplatform.googleblog.com/2017/09/Java-8-on-App-Engine-Standard-environment-is-now-generally-available.html

We will add this option to the production files next week.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=170101056
  • Loading branch information
CydeWeys committed Oct 4, 2017
1 parent 498f390 commit 8908686
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
Expand Up @@ -3,6 +3,7 @@

<application>domain-registry</application>
<version>1</version>
<runtime>java8</runtime>
<module>backend</module>
<threadsafe>true</threadsafe>
<sessions-enabled>true</sessions-enabled>
Expand Down
Expand Up @@ -3,6 +3,7 @@

<application>domain-registry</application>
<version>1</version>
<runtime>java8</runtime>
<module>default</module>
<threadsafe>true</threadsafe>
<sessions-enabled>true</sessions-enabled>
Expand Down
Expand Up @@ -3,6 +3,7 @@

<application>domain-registry</application>
<version>1</version>
<runtime>java8</runtime>
<module>tools</module>
<threadsafe>true</threadsafe>
<sessions-enabled>true</sessions-enabled>
Expand Down
Expand Up @@ -3,6 +3,7 @@

<application>domain-registry</application>
<version>1</version>
<runtime>java8</runtime>
<module>backend</module>
<threadsafe>true</threadsafe>
<sessions-enabled>true</sessions-enabled>
Expand Down
Expand Up @@ -3,6 +3,7 @@

<application>domain-registry</application>
<version>1</version>
<runtime>java8</runtime>
<module>default</module>
<threadsafe>true</threadsafe>
<sessions-enabled>true</sessions-enabled>
Expand Down
Expand Up @@ -3,6 +3,7 @@

<application>domain-registry</application>
<version>1</version>
<runtime>java8</runtime>
<module>tools</module>
<threadsafe>true</threadsafe>
<sessions-enabled>true</sessions-enabled>
Expand Down
Expand Up @@ -3,6 +3,7 @@

<application>domain-registry</application>
<version>1</version>
<runtime>java8</runtime>
<module>backend</module>
<threadsafe>true</threadsafe>
<sessions-enabled>true</sessions-enabled>
Expand Down
Expand Up @@ -3,6 +3,7 @@

<application>domain-registry</application>
<version>1</version>
<runtime>java8</runtime>
<module>default</module>
<threadsafe>true</threadsafe>
<sessions-enabled>true</sessions-enabled>
Expand Down
Expand Up @@ -3,6 +3,7 @@

<application>domain-registry</application>
<version>1</version>
<runtime>java8</runtime>
<module>tools</module>
<threadsafe>true</threadsafe>
<sessions-enabled>true</sessions-enabled>
Expand Down
Expand Up @@ -3,6 +3,7 @@

<application>domain-registry</application>
<version>1</version>
<runtime>java8</runtime>
<module>backend</module>
<threadsafe>true</threadsafe>
<sessions-enabled>true</sessions-enabled>
Expand Down
Expand Up @@ -3,6 +3,7 @@

<application>domain-registry</application>
<version>1</version>
<runtime>java8</runtime>
<module>default</module>
<threadsafe>true</threadsafe>
<sessions-enabled>true</sessions-enabled>
Expand Down
Expand Up @@ -3,6 +3,7 @@

<application>domain-registry</application>
<version>1</version>
<runtime>java8</runtime>
<module>tools</module>
<threadsafe>true</threadsafe>
<sessions-enabled>true</sessions-enabled>
Expand Down

0 comments on commit 8908686

Please sign in to comment.