Skip to content

Commit 9b2ead7

Browse files
authored
Update app.yaml for Java 11 (GoogleCloudPlatform#3007)
1 parent c3c4909 commit 9b2ead7

13 files changed

Lines changed: 1 addition & 18 deletions

File tree

appengine-java11/appengine-simple-jetty-main/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ To use the dependency add the entrypoint to your `app.yaml` file. The
5858
entrypoint field will start the Jetty server and load your `WAR` file.
5959
```
6060
runtime: java11
61-
instance_class: F1
6261
entrypoint: 'java -cp "*" com.example.appengine.demo.jettymain.Main helloworld.war'
6362
```
6463

appengine-java11/cloudsql/app.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License.
1414

1515
runtime: java11
16-
instance_class: F1
1716
entrypoint: 'java -cp "*" com.example.appengine.demo.jettymain.Main cloudsql.war'
1817

1918
env_variables:

appengine-java11/gaeinfo/src/main/appengine/app.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@
1313
# limitations under the License.
1414

1515
runtime: java11
16-
instance_class: F1
1716
entrypoint: 'java -cp "*" com.example.appengine.demo.jettymain.Main gaeinfo.war'

appengine-java11/guestbook-cloud-firestore/src/main/appengine/app.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@
1313

1414
# [START gae_java11_firestore_yaml]
1515
runtime: java11
16-
instance_class: F1
1716
entrypoint: 'java -cp "*" com.example.appengine.demo.jettymain.Main guestbook.war'
1817
# [END gae_java11_firestore_yaml]

appengine-java11/helloworld-servlet/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ application settings:
6060
- The entrypoint field will start the Jetty server and load your `WAR` file.
6161
```
6262
runtime: java11
63-
instance_class: F1
6463
entrypoint: 'java -cp "*" com.example.appengine.demo.jettymain.Main helloworld.war'
6564
```
6665

appengine-java11/helloworld-servlet/src/main/appengine/app.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@
1313

1414
# [START gae_java11_servlet_yaml]
1515
runtime: java11
16-
instance_class: F1
1716
entrypoint: 'java -cp "*" com.example.appengine.demo.jettymain.Main helloworld.war'
1817
# [END gae_java11_servlet_yaml]

appengine-java11/kotlin-ktor/app.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@
1313
# limitations under the License.
1414

1515
runtime: java11
16-
instance_class: F1
17-
entrypoint: 'java -Xmx32m -jar kotlin-ktor-0.0.1-jar-with-dependencies.jar'
16+
entrypoint: 'java -jar target/kotlin-ktor-0.0.1-jar-with-dependencies.jar'

appengine-java11/micronaut-helloworld/src/main/appengine/app.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@
1313
# limitations under the License.
1414

1515
runtime: java11
16-
instance_class: F1

appengine-java11/oauth2/src/main/appengine/app.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License.
1414

1515
runtime: java11
16-
instance_class: F1
1716
entrypoint: 'java -cp "*" com.example.appengine.demo.jettymain.Main oauth2.war'
1817

1918
# [START gae_java11_oauth2_yaml]

appengine-java11/quarkus-helloworld/src/main/appengine/app.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@
1313
# limitations under the License.
1414

1515
runtime: java11
16-
instance_class: F1

0 commit comments

Comments
 (0)