Commit a0f38fa
authored
web.xml and Annotations (#672)
* web.xml and Annotations
1. Upgrade all web.xml to 3.1
2. Add annotations
3. Hello World is old, remove this one.
* Fix check style
* strike unittests
1. things stopped working, so I took them out. I’ll try to put them
back later, but they are just a copy from the root.1 parent 1053054 commit a0f38fa
File tree
66 files changed
+459
-1338
lines changed- appengine-java8
- analytics/src/main
- java/com/example/appengine/analytics
- webapp/WEB-INF
- appidentity/src/main
- java/com/example/appengine/appidentity
- webapp/WEB-INF
- bigtable/src/main/webapp
- WEB-INF
- cloudsql/src/main
- java/com/example/appengine/cloudsql
- webapp/WEB-INF
- datastore
- indexes-exploding/src/main/webapp/WEB-INF
- indexes-perfect/src/main/webapp/WEB-INF
- indexes/src/main/webapp/WEB-INF
- src/main/webapp/WEB-INF
- endpoints-frameworks-v2
- backend/src/main/webapp/WEB-INF
- migration-example/src/main/webapp/WEB-INF
- firebase-event-proxy/gae-firebase-event-proxy/src/main/webapp/WEB-INF
- firebase-tictactoe/src/main/webapp/WEB-INF
- guestbook-cloud-datastore/src/main/webapp/WEB-INF
- guestbook-objectify/src/main/webapp/WEB-INF
- helloworld
- src/main
- java/com/example/appengine/helloworld
- webapp/WEB-INF
- images/src/main/webapp/WEB-INF
- logs/src/main/webapp/WEB-INF
- mailgun/src/main/webapp/WEB-INF
- mailjet/src/main/webapp/WEB-INF
- mail/src/main/webapp/WEB-INF
- memcache/src/main/webapp/WEB-INF
- multitenancy/src/main/webapp/WEB-INF
- oauth2/src/main/webapp/WEB-INF
- remote/remote-server/src/main/webapp/WEB-INF
- requests/src/main/webapp/WEB-INF
- search
- src/main/webapp/WEB-INF
- sendgrid/src/main/webapp/WEB-INF
- taskqueue
- deferred/src/main/webapp/WEB-INF
- pull/src/main/webapp/WEB-INF
- push/src/main/webapp/WEB-INF
- twilio/src/main/webapp/WEB-INF
- unittests
- src
- main/webapp/WEB-INF
- test/java/com/google/appengine/samples
- urlfetch/src/main
- java/com/example/appengine
- webapp
- WEB-INF
- users/src/main
- java/com/example/appengine/users
- webapp/WEB-INF
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
66 files changed
+459
-1338
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| 37 | + | |
| 38 | + | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
| |||
Lines changed: 7 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
28 | 23 | | |
29 | 24 | | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
appengine-java8/appidentity/src/main/java/com/example/appengine/appidentity/SignForAppServlet.java
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| 45 | + | |
| 46 | + | |
43 | 47 | | |
44 | 48 | | |
45 | 49 | | |
| |||
79 | 83 | | |
80 | 84 | | |
81 | 85 | | |
82 | | - | |
| 86 | + | |
83 | 87 | | |
84 | | - | |
| 88 | + | |
85 | 89 | | |
86 | 90 | | |
87 | 91 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
Lines changed: 7 additions & 28 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
30 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
File renamed without changes.
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
28 | 24 | | |
0 commit comments