File tree Expand file tree Collapse file tree 4 files changed +7
-26
lines changed
appengine/endpoints-frameworks-v2 Expand file tree Collapse file tree 4 files changed +7
-26
lines changed Original file line number Diff line number Diff line change 3
3
This directory contains Google Cloud Endpoints Frameworks for App Engine for
4
4
App Engine Standard samples. The [ ` backend/ ` ] ( backend/ ) directory contains the
5
5
sample code for the [ quickstart] [ 4 ] for Cloud Endpoints Frameworks on App Engine
6
- using an OpenAPI development process. The [ ` discovery /` ] ( discovery /) directory
7
- contains the sample code for [ migrated] [ 2 ] prior version of [ Cloud Endpoints
8
- Frameworks] [ 1 ] project to the new [ Cloud Endpoints Frameworks for App Engine] [ 8 ]
9
- using a discovery document development process.
6
+ using an OpenAPI development process. The [ ` migration-example /` ] ( migration-example /) directory
7
+ contains the sample code for a [ migrated] [ 2 ] version of the [ Cloud Endpoints
8
+ Frameworks] [ 1 ] sample project to the new [ Cloud Endpoints Frameworks for App Engine] [ 8 ]
9
+ development process.
10
10
11
11
The new Google Cloud Endpoints Frameworks for App Engine provides
12
12
[ additional functionality] [ 3 ] using OpenAPI which may require payment.
Original file line number Diff line number Diff line change @@ -96,12 +96,6 @@ provided [here][9].
96
96
97
97
`gradle appengineDeploy`
98
98
99
- ## Known issues
100
-
101
- There's a [bug][13] where `<version>1</version>` is required in the
102
- [appengine-web.xml](src/main/webapp/WEB-INF/appengine-web.xml) to run
103
- this sample locally. This will become optional in the near future.
104
-
105
99
106
100
[1]: https://cloud.google.com/appengine/docs/java/
107
101
[2]: http://java.com/en/
@@ -115,4 +109,4 @@ this sample locally. This will become optional in the near future.
115
109
[10]: https://github.com/GoogleCloudPlatform/endpoints-framework-maven-plugin
116
110
[11]: https://github.com/GoogleCloudPlatform/endpoints-framework-gradle-plugin
117
111
[12]: https://cloud.google.com/endpoints/docs/authenticating-users-frameworks
118
- [13]: https://github.com/cloudendpoints/endpoints-java/issues/43
112
+
Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ limitations under the License.
35
35
<appengine.endpoints.version>1.9.48</appengine.endpoints.version>
36
36
-->
37
37
<!-- End of Endpoints Frameworks v1.0 -->
38
- <appengine .maven.version>1.0 .0</appengine .maven.version>
38
+ <appengine .maven.version>1.2 .0</appengine .maven.version>
39
39
<endpoints .maven.plugin.version>1.0.0-beta2</endpoints .maven.plugin.version>
40
- <endpoints .framework.version>2.0.0-beta.12 </endpoints .framework.version>
40
+ <endpoints .framework.version>2.0.3 </endpoints .framework.version>
41
41
<javax .inject.version>1</javax .inject.version>
42
42
<maven .compiler.source>1.7</maven .compiler.source>
43
43
<maven .compiler.target>1.7</maven .compiler.target>
@@ -95,18 +95,6 @@ limitations under the License.
95
95
<groupId >com.google.cloud.tools</groupId >
96
96
<artifactId >endpoints-framework-maven-plugin</artifactId >
97
97
<version >${endpoints.maven.plugin.version} </version >
98
- <configuration >
99
- <webappDir >src/main/webapp</webappDir >
100
- <discoveryDocDir >${project.build.directory} /generated-sources/appengine-endpoints/WEB-INF</discoveryDocDir >
101
- </configuration >
102
- <executions >
103
- <execution >
104
- <phase >generate-sources</phase >
105
- <goals >
106
- <goal >discoveryDocs</goal >
107
- </goals >
108
- </execution >
109
- </executions >
110
98
</plugin >
111
99
<plugin >
112
100
<groupId >org.codehaus.mojo</groupId >
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ See the License for the specific language governing permissions and
16
16
limitations under the License.
17
17
-->
18
18
<threadsafe >true</threadsafe >
19
- <version >1</version >
20
19
<system-properties >
21
20
<property name =" java.util.logging.config.file" value =" WEB-INF/logging.properties" />
22
21
</system-properties >
You can’t perform that action at this time.
0 commit comments