Skip to content

Commit

Permalink
Merge main to proto2 tests (#302)
Browse files Browse the repository at this point in the history
* Copybara import of the project:

--
bbad663 by Mend Renovate <[email protected]>:

Update all non-major dependencies

COPYBARA_INTEGRATE_REVIEW=#285 from renovate-bot:renovate/all-minor-patch bbad663
PiperOrigin-RevId: 684477251
Change-Id: If7dfb2beb25d1378618a884350ec5d8d4bd3dd46

* Copybara import of the project:

--
af7d544 by Mend Renovate <[email protected]>:

Update all non-major dependencies

COPYBARA_INTEGRATE_REVIEW=#286 from renovate-bot:renovate/all-minor-patch af7d544
PiperOrigin-RevId: 685680510
Change-Id: I96df12dbd2fb7c6eb6cfaae3489626a14766bef9

* Upgrade GAE Java version from 2.0.30 to 2.0.31 and prepare next version 2.0.32-SNAPSHOT

PiperOrigin-RevId: 686867662
Change-Id: Id02da08eb160552da419cace43b86c3558e08b0d

* Update all non-major dependencies

* Update all non-major dependencies

* Fix multithread build by ensuring jars are build correctly before copy those jars

Signed-off-by: Olivier Lamy <[email protected]>

* Update dependency com.google.cloud:google-cloud-logging to v3.20.5

* Simplity copying dependencies

Signed-off-by: Olivier Lamy <[email protected]>

* exclude not needed artifacts

Signed-off-by: Olivier Lamy <[email protected]>

* Do not include runtime-* in WEB-INF/lib

Signed-off-by: Olivier Lamy <[email protected]>

* Copybara import of the project:

--
cb49a97 by Mend Renovate <[email protected]>:

Update all non-major dependencies

COPYBARA_INTEGRATE_REVIEW=#299 from renovate-bot:renovate/all-minor-patch cb49a97
PiperOrigin-RevId: 690485840
Change-Id: I76205310268bc27e3c1ab56be4d42b6d486f4e4c

* Copybara import of the project:

--
05d0d3c by Mend Renovate <[email protected]>:

Update all non-major dependencies

COPYBARA_INTEGRATE_REVIEW=#299 from renovate-bot:renovate/all-minor-patch 05d0d3c
PiperOrigin-RevId: 690870869
Change-Id: I1ba450e60d8637dfd64adb866a5b185b08a744ad

* Update all non-major dependencies

---------

Signed-off-by: Olivier Lamy <[email protected]>
Co-authored-by: Mend Renovate <[email protected]>
Co-authored-by: Srinjoy Ray <[email protected]>
Co-authored-by: GAE Java Team <[email protected]>
Co-authored-by: Olivier Lamy <[email protected]>
  • Loading branch information
5 people authored Nov 7, 2024
1 parent 1f5fbe1 commit 2d72288
Show file tree
Hide file tree
Showing 115 changed files with 348 additions and 320 deletions.
3 changes: 2 additions & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
wrapperVersion=3.3.1
wrapperVersion=3.3.2
distributionType=only-script
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Source code for all public APIs for com.google.appengine.api.* packages.
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId>
<version>2.0.30</version><!-- or later-->
<version>2.0.31</version><!-- or later-->
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand All @@ -89,7 +89,7 @@ Source code for all public APIs for com.google.appengine.api.* packages.
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId>
<version>2.0.30</version><!-- or later-->
<version>2.0.31</version><!-- or later-->
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down Expand Up @@ -188,7 +188,7 @@ Source code for remote APIs for App Engine.
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-remote-api</artifactId>
<version>2.0.30</version><!-- Or later-->
<version>2.0.31</version><!-- Or later-->
</dependency>
```
Expand All @@ -211,7 +211,7 @@ We moved `com.google.appengine.api.memcache.stdimpl` and its old dependency
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-legacy.jar/artifactId>
<version>2.0.30</version><!-- Or later-->
<version>2.0.31</version><!-- Or later-->
</dependency>
```
Expand All @@ -226,19 +226,19 @@ We moved `com.google.appengine.api.memcache.stdimpl` and its old dependency
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-testing</artifactId>
<version>2.0.30</version><!-- Or later-->
<version>2.0.31</version><!-- Or later-->
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-stubs</artifactId>
<version>2.0.30</version><!-- Or later-->
<version>2.0.31</version><!-- Or later-->
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-tools-sdk</artifactId>
<version>2.0.30</version><!-- Or later-->
<version>2.0.31</version><!-- Or later-->
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions TRYLATESTBITSINPROD.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ top of your web application and change the entrypoint to boot with these jars in
./mvnw clean install
```

Let's assume the current build version is `2.0.31-SNAPSHOT`.
Let's assume the current build version is `2.0.32-SNAPSHOT`.

See the output of the runtime deployment module which contains all the jars needed by the runtime:

Expand All @@ -66,7 +66,7 @@ Add the dependency for the GAE runtime jars in your application pom.xml file:

```
<properties>
<appengine.runtime.version>2.0.31-SNAPSHOT</appengine.runtime.version>
<appengine.runtime.version>2.0.32-SNAPSHOT</appengine.runtime.version>
<appengine.runtime.location>target/${project.artifactId}-${project.version}</appengine.runtime.location>
<properties>
...
Expand Down
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.appengine</groupId>
<artifactId>parent</artifactId>
<version>2.0.31-SNAPSHOT</version>
<version>2.0.32-SNAPSHOT</version>
</parent>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
Expand Down Expand Up @@ -236,7 +236,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.1</version>
<configuration>
<doclet>com.microsoft.doclet.DocFxDoclet</doclet>
<useStandardDocletOptions>false</useStandardDocletOptions>
Expand Down
2 changes: 1 addition & 1 deletion api_dev/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.google.appengine</groupId>
<artifactId>parent</artifactId>
<version>2.0.31-SNAPSHOT</version>
<version>2.0.32-SNAPSHOT</version>
</parent>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion api_legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.google.appengine</groupId>
<artifactId>parent</artifactId>
<version>2.0.31-SNAPSHOT</version>
<version>2.0.32-SNAPSHOT</version>
</parent>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion appengine-api-1.0-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.google.appengine</groupId>
<artifactId>parent</artifactId>
<version>2.0.31-SNAPSHOT</version>
<version>2.0.32-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
<name>AppEngine :: appengine-api-1.0-sdk</name>
Expand Down
2 changes: 1 addition & 1 deletion appengine-api-stubs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.google.appengine</groupId>
<artifactId>parent</artifactId>
<version>2.0.31-SNAPSHOT</version>
<version>2.0.32-SNAPSHOT</version>
</parent>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion appengine_init/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.google.appengine</groupId>
<artifactId>parent</artifactId>
<version>2.0.31-SNAPSHOT</version>
<version>2.0.32-SNAPSHOT</version>
</parent>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion appengine_jsr107/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.google.appengine</groupId>
<artifactId>parent</artifactId>
<version>2.0.31-SNAPSHOT</version>
<version>2.0.32-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion appengine_resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.appengine</groupId>
<artifactId>parent</artifactId>
<version>2.0.31-SNAPSHOT</version>
<version>2.0.32-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
<name>AppEngine :: appengine-resources</name>
Expand Down
4 changes: 2 additions & 2 deletions appengine_setup/apiserver_local/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.google.appengine</groupId>
<artifactId>appengine_setup</artifactId>
<version>2.0.31-SNAPSHOT</version>
<version>2.0.32-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -36,7 +36,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion appengine_setup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.google.appengine</groupId>
<artifactId>parent</artifactId>
<version>2.0.31-SNAPSHOT</version>
<version>2.0.32-SNAPSHOT</version>
</parent>
<modules>
<module>apiserver_local</module>
Expand Down
2 changes: 1 addition & 1 deletion appengine_setup/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.google.appengine</groupId>
<artifactId>appengine_setup</artifactId>
<version>2.0.31-SNAPSHOT</version>
<version>2.0.32-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.appengine</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ protected String appName() {
@Override
protected String relativePathForUserApplicationJar() {
return "../testapps/jetty12_testapp/target/"
+ "jetty12_testapp-2.0.31-SNAPSHOT-jar-with-dependencies.jar";
+ "jetty12_testapp-2.0.32-SNAPSHOT-jar-with-dependencies.jar";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ protected String appName() {

@Override
protected String relativePathForUserApplicationJar() {
return "../testapps/springboot_testapp/target/" + "springboot_testapp-2.0.31-SNAPSHOT.jar";
return "../testapps/springboot_testapp/target/" + "springboot_testapp-2.0.32-SNAPSHOT.jar";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public static HttpClient initializeHttpClient(int timeoutMillis) {
@SneakyThrows
public static Process initializeHttpApiServer() {
String apiServerRelativeJarPath =
"../apiserver_local/target/" + "apiserver_local-2.0.31-SNAPSHOT-jar-with-dependencies.jar";
"../apiserver_local/target/" + "apiserver_local-2.0.32-SNAPSHOT-jar-with-dependencies.jar";
File currentDirectory = new File("").getAbsoluteFile();
File apiServerJar = new File(currentDirectory, apiServerRelativeJarPath);
ImmutableList<String> processArgs = ImmutableList.<String>builder()
Expand Down
6 changes: 3 additions & 3 deletions appengine_setup/testapps/jetty12_testapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>testapps</artifactId>
<groupId>com.google.appengine</groupId>
<version>2.0.31-SNAPSHOT</version>
<version>2.0.32-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.appengine.setup.testapps</groupId>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>com.google.appengine.setup.testapps</groupId>
<artifactId>testapps_common</artifactId>
<version>2.0.31-SNAPSHOT</version>
<version>2.0.32-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down Expand Up @@ -106,7 +106,7 @@
<projectId>srirammahavadi-dev</projectId>
<version>GCLOUD_CONFIG</version>
<automaticRestart>true</automaticRestart>
<artifact>${project.build.directory}/jetty11_testapp-2.0.31-SNAPSHOT-jar-with-dependencies.jar</artifact>
<artifact>${project.build.directory}/jetty11_testapp-2.0.32-SNAPSHOT-jar-with-dependencies.jar</artifact>
</configuration>
</plugin>

Expand Down
2 changes: 1 addition & 1 deletion appengine_setup/testapps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.google.appengine</groupId>
<artifactId>appengine_setup</artifactId>
<version>2.0.31-SNAPSHOT</version>
<version>2.0.32-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.appengine</groupId>
Expand Down
6 changes: 3 additions & 3 deletions appengine_setup/testapps/springboot_testapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</parent>
<groupId>com.google.appengine.setup.testapps</groupId>
<artifactId>springboot_testapp</artifactId>
<version>2.0.31-SNAPSHOT</version>
<version>2.0.32-SNAPSHOT</version>
<name>springboot_testapp</name>
<description>Demo project for Spring Boot</description>
<properties>
Expand All @@ -44,12 +44,12 @@
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId>
<version>2.0.31-SNAPSHOT</version>
<version>2.0.32-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.appengine.setup.testapps</groupId>
<artifactId>testapps_common</artifactId>
<version>2.0.31-SNAPSHOT</version>
<version>2.0.32-SNAPSHOT</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion appengine_setup/testapps/testapps_common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>testapps</artifactId>
<groupId>com.google.appengine</groupId>
<version>2.0.31-SNAPSHOT</version>
<version>2.0.32-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.appengine.setup.testapps</groupId>
Expand Down
2 changes: 1 addition & 1 deletion appengine_testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.google.appengine</groupId>
<artifactId>parent</artifactId>
<version>2.0.31-SNAPSHOT</version>
<version>2.0.32-SNAPSHOT</version>
</parent>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion appengine_testing_tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.google.appengine</groupId>
<artifactId>parent</artifactId>
<version>2.0.31-SNAPSHOT</version>
<version>2.0.32-SNAPSHOT</version>
</parent>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion applications/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.google.appengine</groupId>
<artifactId>parent</artifactId>
<version>2.0.31-SNAPSHOT</version>
<version>2.0.32-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<properties>
Expand Down
Loading

0 comments on commit 2d72288

Please sign in to comment.