From 8d35a2ed40f1a0512df4bc8ce90f6c880b3a39e8 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Mon, 29 Apr 2024 10:59:20 +0200 Subject: [PATCH] Trigger all tests --- play-java-chatroom-example/build.sbt | 1 + play-java-compile-di-example/build.sbt | 1 + play-java-dagger2-example/build.sbt | 1 + play-java-ebean-example/build.sbt | 1 + play-java-fileupload-example/build.sbt | 1 + play-java-forms-example/build.sbt | 1 + play-java-grpc-example/build.sbt | 1 + play-java-hello-world-tutorial/build.sbt | 1 + play-java-jpa-example/build.sbt | 1 + play-java-pekko-cluster-example/build.sbt | 1 + play-java-rest-api-example/build.sbt | 1 + play-java-starter-example/build.sbt | 1 + play-java-streaming-example/build.sbt | 1 + play-java-websocket-example/build.sbt | 1 + play-scala-anorm-example/build.sbt | 1 + play-scala-chatroom-example/build.sbt | 1 + play-scala-compile-di-example/build.sbt | 1 + play-scala-fileupload-example/build.sbt | 1 + play-scala-forms-example/build.sbt | 1 + play-scala-grpc-example/build.sbt | 1 + play-scala-hello-world-tutorial/build.sbt | 1 + play-scala-isolated-slick-example/build.sbt | 1 + play-scala-log4j2-example/build.sbt | 1 + play-scala-macwire-di-example/build.sbt | 1 + play-scala-rest-api-example/build.sbt | 1 + play-scala-secure-session-example/build.sbt | 1 + play-scala-slick-example/build.sbt | 1 + play-scala-starter-example/build.sbt | 1 + play-scala-streaming-example/build.sbt | 1 + play-scala-tls-example/build.sbt | 1 + play-scala-websocket-example/build.sbt | 1 + 31 files changed, 31 insertions(+) diff --git a/play-java-chatroom-example/build.sbt b/play-java-chatroom-example/build.sbt index e93e6ad86..ba417849c 100644 --- a/play-java-chatroom-example/build.sbt +++ b/play-java-chatroom-example/build.sbt @@ -23,3 +23,4 @@ lazy val root = (project in file(".")) "-Xlint:deprecation" ) ) +// foo diff --git a/play-java-compile-di-example/build.sbt b/play-java-compile-di-example/build.sbt index 7f4657146..71fe5eb45 100644 --- a/play-java-compile-di-example/build.sbt +++ b/play-java-compile-di-example/build.sbt @@ -13,3 +13,4 @@ ThisBuild / scalacOptions ++= List("-encoding", "utf8", "-deprecation", "-featur ThisBuild / javacOptions ++= List("-Xlint:unchecked", "-Xlint:deprecation", "-Werror") Test / testOptions := Seq(Tests.Argument(TestFrameworks.JUnit, "-a", "-v")) +// foo diff --git a/play-java-dagger2-example/build.sbt b/play-java-dagger2-example/build.sbt index ff7a2029f..fa428425f 100644 --- a/play-java-dagger2-example/build.sbt +++ b/play-java-dagger2-example/build.sbt @@ -22,3 +22,4 @@ lazy val root = (project in file(".")) // Verbose tests (Test / testOptions) := Seq(Tests.Argument(TestFrameworks.JUnit, "-a", "-v")) ) +// foo diff --git a/play-java-ebean-example/build.sbt b/play-java-ebean-example/build.sbt index 1ad4be353..29cda9bf4 100644 --- a/play-java-ebean-example/build.sbt +++ b/play-java-ebean-example/build.sbt @@ -17,3 +17,4 @@ lazy val root = (project in file(".")) (Test / testOptions) += Tests.Argument(TestFrameworks.JUnit, "-a", "-v"), javacOptions ++= Seq("-Xlint:unchecked", "-Xlint:deprecation", "-Werror") ) +// foo diff --git a/play-java-fileupload-example/build.sbt b/play-java-fileupload-example/build.sbt index 5ee334125..ccb7b38b5 100644 --- a/play-java-fileupload-example/build.sbt +++ b/play-java-fileupload-example/build.sbt @@ -10,3 +10,4 @@ lazy val root = (project in file(".")) testOptions += Tests.Argument(TestFrameworks.JUnit, "-a", "-v"), javacOptions ++= Seq("-Xlint:unchecked", "-Xlint:deprecation", "-Werror") ) +// foo diff --git a/play-java-forms-example/build.sbt b/play-java-forms-example/build.sbt index 4dc7bcab6..6981ff2be 100644 --- a/play-java-forms-example/build.sbt +++ b/play-java-forms-example/build.sbt @@ -19,3 +19,4 @@ javacOptions ++= Seq( "-Xlint:deprecation", "-Werror" ) +// foo diff --git a/play-java-grpc-example/build.sbt b/play-java-grpc-example/build.sbt index 0022ffbc1..320bd9026 100644 --- a/play-java-grpc-example/build.sbt +++ b/play-java-grpc-example/build.sbt @@ -81,3 +81,4 @@ val TestDeps = Seq( // open docs/target/paradox/site/main/index.html lazy val docs = (project in file("docs")) .enablePlugins(ParadoxPlugin) +// foo diff --git a/play-java-hello-world-tutorial/build.sbt b/play-java-hello-world-tutorial/build.sbt index a867e9c1d..3d1e4388c 100644 --- a/play-java-hello-world-tutorial/build.sbt +++ b/play-java-hello-world-tutorial/build.sbt @@ -11,3 +11,4 @@ crossScalaVersions := Seq("2.13.13", "3.3.3") scalaVersion := crossScalaVersions.value.head libraryDependencies += guice +// foo diff --git a/play-java-jpa-example/build.sbt b/play-java-jpa-example/build.sbt index 2da2d1e3b..a0a72be45 100644 --- a/play-java-jpa-example/build.sbt +++ b/play-java-jpa-example/build.sbt @@ -21,3 +21,4 @@ lazy val root = (project in file(".")) javacOptions ++= List("-Xlint:unchecked", "-Xlint:deprecation", "-Werror"), PlayKeys.externalizeResourcesExcludes += baseDirectory.value / "conf" / "META-INF" / "persistence.xml" ) +// foo diff --git a/play-java-pekko-cluster-example/build.sbt b/play-java-pekko-cluster-example/build.sbt index 4c22ce613..bf221f2d0 100644 --- a/play-java-pekko-cluster-example/build.sbt +++ b/play-java-pekko-cluster-example/build.sbt @@ -22,3 +22,4 @@ libraryDependencies += "org.apache.pekko" %% "pekko-cluster-typed" % pekkoVersio // Sending messages from a node to another in the Pekko Cluster requires serializing. This // example application uses the default Pekko Jackson serializer with the CBOR format. // See also `conf/serialization.conf` and `services.CborSerializable` for more info. +// foo diff --git a/play-java-rest-api-example/build.sbt b/play-java-rest-api-example/build.sbt index 3507d7dca..be50e9ff2 100644 --- a/play-java-rest-api-example/build.sbt +++ b/play-java-rest-api-example/build.sbt @@ -38,3 +38,4 @@ lazy val gatling = (project in file("gatling")) "io.gatling" % "gatling-test-framework" % gatlingVersion % Test ) ) +// foo diff --git a/play-java-starter-example/build.sbt b/play-java-starter-example/build.sbt index 218527af8..c0a984db9 100644 --- a/play-java-starter-example/build.sbt +++ b/play-java-starter-example/build.sbt @@ -25,3 +25,4 @@ lazy val root = (project in file(".")) // Make verbose tests (Test / testOptions) := Seq(Tests.Argument(TestFrameworks.JUnit, "-a", "-v")) ) +// foo diff --git a/play-java-streaming-example/build.sbt b/play-java-streaming-example/build.sbt index a36deb194..abe7549ca 100644 --- a/play-java-streaming-example/build.sbt +++ b/play-java-streaming-example/build.sbt @@ -22,3 +22,4 @@ TwirlKeys.templateImports ++= Seq( "play.mvc.Http.{ RequestHeader => JRequestHeader }", "views.html.helper.CSPNonce" ) +// foo diff --git a/play-java-websocket-example/build.sbt b/play-java-websocket-example/build.sbt index 53755b7a5..70ab50f59 100644 --- a/play-java-websocket-example/build.sbt +++ b/play-java-websocket-example/build.sbt @@ -26,3 +26,4 @@ lazy val root = (project in file(".")) "-Werror" ) ) +// foo diff --git a/play-scala-anorm-example/build.sbt b/play-scala-anorm-example/build.sbt index 3e1268399..6f552f233 100644 --- a/play-scala-anorm-example/build.sbt +++ b/play-scala-anorm-example/build.sbt @@ -19,3 +19,4 @@ lazy val root = (project in file(".")) // Needed for ssl-config to create self signed certificated under Java 17 Test / javaOptions ++= List("--add-exports=java.base/sun.security.x509=ALL-UNNAMED"), ) +// foo diff --git a/play-scala-chatroom-example/build.sbt b/play-scala-chatroom-example/build.sbt index c9ebc6f78..5e1c21240 100644 --- a/play-scala-chatroom-example/build.sbt +++ b/play-scala-chatroom-example/build.sbt @@ -28,3 +28,4 @@ lazy val root = (project in file(".")) "-Werror" ) ) +// foo diff --git a/play-scala-compile-di-example/build.sbt b/play-scala-compile-di-example/build.sbt index 5c185a044..fbce50a35 100644 --- a/play-scala-compile-di-example/build.sbt +++ b/play-scala-compile-di-example/build.sbt @@ -17,3 +17,4 @@ lazy val root = (project in file(".")) // Needed for ssl-config to create self signed certificated under Java 17 Test / javaOptions ++= List("--add-exports=java.base/sun.security.x509=ALL-UNNAMED"), ) +// foo diff --git a/play-scala-fileupload-example/build.sbt b/play-scala-fileupload-example/build.sbt index d3a39cc9a..2a8ea69e9 100644 --- a/play-scala-fileupload-example/build.sbt +++ b/play-scala-fileupload-example/build.sbt @@ -18,3 +18,4 @@ lazy val root = (project in file(".")) // Needed for ssl-config to create self signed certificated under Java 17 Test / javaOptions ++= List("--add-exports=java.base/sun.security.x509=ALL-UNNAMED"), ) +// foo diff --git a/play-scala-forms-example/build.sbt b/play-scala-forms-example/build.sbt index 8b4af246c..b7d18cfdf 100644 --- a/play-scala-forms-example/build.sbt +++ b/play-scala-forms-example/build.sbt @@ -17,3 +17,4 @@ lazy val root = (project in file(".")) // Needed for ssl-config to create self signed certificated under Java 17 Test / javaOptions ++= List("--add-exports=java.base/sun.security.x509=ALL-UNNAMED"), ) +// foo diff --git a/play-scala-grpc-example/build.sbt b/play-scala-grpc-example/build.sbt index d89f0c4a1..dd90f660a 100644 --- a/play-scala-grpc-example/build.sbt +++ b/play-scala-grpc-example/build.sbt @@ -84,3 +84,4 @@ Test / javaOptions ++= List("--add-exports=java.base/sun.security.x509=ALL-UNNAM // open docs/target/paradox/site/main/index.html lazy val docs = (project in file("docs")) .enablePlugins(ParadoxPlugin) +// foo diff --git a/play-scala-hello-world-tutorial/build.sbt b/play-scala-hello-world-tutorial/build.sbt index 158de5ded..0d9ea24a1 100644 --- a/play-scala-hello-world-tutorial/build.sbt +++ b/play-scala-hello-world-tutorial/build.sbt @@ -16,3 +16,4 @@ lazy val root = (project in file(".")) "-Werror" ) ) +// foo diff --git a/play-scala-isolated-slick-example/build.sbt b/play-scala-isolated-slick-example/build.sbt index ed707981e..938461457 100644 --- a/play-scala-isolated-slick-example/build.sbt +++ b/play-scala-isolated-slick-example/build.sbt @@ -95,3 +95,4 @@ lazy val root = (project in file(".")) ) .aggregate(slick) .dependsOn(slick) +// foo diff --git a/play-scala-log4j2-example/build.sbt b/play-scala-log4j2-example/build.sbt index e19a7821d..777d0249f 100644 --- a/play-scala-log4j2-example/build.sbt +++ b/play-scala-log4j2-example/build.sbt @@ -23,3 +23,4 @@ lazy val root = (project in file(".")) // Needed for ssl-config to create self signed certificated under Java 17 Test / javaOptions ++= List("--add-exports=java.base/sun.security.x509=ALL-UNNAMED"), ) +// foo diff --git a/play-scala-macwire-di-example/build.sbt b/play-scala-macwire-di-example/build.sbt index 4bb6d2a18..fffa21ffc 100644 --- a/play-scala-macwire-di-example/build.sbt +++ b/play-scala-macwire-di-example/build.sbt @@ -17,3 +17,4 @@ lazy val root = (project in file(".")) // Needed for ssl-config to create self signed certificated under Java 17 Test / javaOptions ++= List("--add-exports=java.base/sun.security.x509=ALL-UNNAMED"), ) +// foo diff --git a/play-scala-rest-api-example/build.sbt b/play-scala-rest-api-example/build.sbt index 016ddbf99..98e9f261f 100644 --- a/play-scala-rest-api-example/build.sbt +++ b/play-scala-rest-api-example/build.sbt @@ -45,3 +45,4 @@ lazy val docs = (project in file("docs")).enablePlugins(ParadoxPlugin). crossScalaVersions := Seq(scala213, scala3), paradoxProperties += ("download_url" -> "https://example.lightbend.com/v1/download/play-samples-play-scala-rest-api-example") ) +// foo diff --git a/play-scala-secure-session-example/build.sbt b/play-scala-secure-session-example/build.sbt index 0f20a9bee..3aa20ce64 100644 --- a/play-scala-secure-session-example/build.sbt +++ b/play-scala-secure-session-example/build.sbt @@ -22,3 +22,4 @@ lazy val root = (project in file(".")) "-Werror" ) ) +// foo diff --git a/play-scala-slick-example/build.sbt b/play-scala-slick-example/build.sbt index cfa8a7a9e..9e76c6a94 100644 --- a/play-scala-slick-example/build.sbt +++ b/play-scala-slick-example/build.sbt @@ -43,3 +43,4 @@ lazy val computerDatabaseSample = sampleProject("computer-database") lazy val basicSample = sampleProject("basic") lazy val personSample = sampleProject("person") +// foo diff --git a/play-scala-starter-example/build.sbt b/play-scala-starter-example/build.sbt index 73f5aba25..d94fd5c7d 100644 --- a/play-scala-starter-example/build.sbt +++ b/play-scala-starter-example/build.sbt @@ -18,3 +18,4 @@ lazy val root = (project in file(".")) // Needed for ssl-config to create self signed certificated under Java 17 Test / javaOptions ++= List("--add-exports=java.base/sun.security.x509=ALL-UNNAMED"), ) +// foo diff --git a/play-scala-streaming-example/build.sbt b/play-scala-streaming-example/build.sbt index 358d34863..ec30b678c 100644 --- a/play-scala-streaming-example/build.sbt +++ b/play-scala-streaming-example/build.sbt @@ -16,3 +16,4 @@ lazy val root = (project in file(".")) "-Werror" ) ) +// foo diff --git a/play-scala-tls-example/build.sbt b/play-scala-tls-example/build.sbt index 9dac92387..0573b2cd4 100644 --- a/play-scala-tls-example/build.sbt +++ b/play-scala-tls-example/build.sbt @@ -41,3 +41,4 @@ lazy val root = (project in file(".")) .dependsOn(one, two) addCommandAlias("client", "runMain Main") +// foo diff --git a/play-scala-websocket-example/build.sbt b/play-scala-websocket-example/build.sbt index a66a604cd..a4a7dc945 100644 --- a/play-scala-websocket-example/build.sbt +++ b/play-scala-websocket-example/build.sbt @@ -22,3 +22,4 @@ lazy val root = (project in file(".")) "-Werror" ) ) +// foo