Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception when executing play-scala-secure-session-example #55

Closed
antonini opened this issue Oct 5, 2019 · 7 comments
Closed

Exception when executing play-scala-secure-session-example #55

antonini opened this issue Oct 5, 2019 · 7 comments
Labels
closed:invalid This doesn't seem right

Comments

@antonini
Copy link

antonini commented Oct 5, 2019

I received an exception while trying to execute the project.

....
[error] (Compile / compileIncremental) java.io.IOError: java.lang.RuntimeException: /packages cannot be represented as URI
[error] a.a.ActorSystemImpl - Internal server error, sending 500 response
akka.http.impl.util.One2OneBidiFlow$OutputTruncationException: Inner flow was completed without producing result elements for 1 outstanding elements
	at akka.http.impl.util.One2OneBidiFlow$OutputTruncationException$.apply(One2OneBidiFlow.scala:22)
	at akka.http.impl.util.One2OneBidiFlow$OutputTruncationException$.apply(One2OneBidiFlow.scala:22)
	at akka.http.impl.util.One2OneBidiFlow$One2OneBidi$$anon$1$$anon$4.onUpstreamFinish(One2OneBidiFlow.scala:97)
	at akka.stream.impl.fusing.GraphInterpreter.processEvent(GraphInterpreter.scala:506)
	at akka.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:376)
	at akka.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:606)
	at akka.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:485)
	at akka.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:581)
	at akka.stream.impl.fusing.ActorGraphInterpreter.akka$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:749)
	at akka.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:764)

Environment
SBT version: 1.3.2
JAVAC: 13 (Oracle)
JAVA: 13+13
play-samples branch: 2.7.x
libsodium: 1.0.18

@wsargent
Copy link
Member

wsargent commented Oct 5, 2019

That's really odd. Is there a way you can reproduce this?

@antonini
Copy link
Author

antonini commented Oct 7, 2019

Well, here are the steps that I've done:
Installed JDK from Oracle.
brew install sbt (to upgrade it)
brew install libsodium
Cloned https://github.com/playframework/play-samples/
Accessed the folder play-scala-secure-session-example
sbt run.

Today I've tried forcing upgrade my brew, libsodium, sbt and the error persists.
Attached is the logs.log of the execution today.

@ignasi35
Copy link
Member

ignasi35 commented Oct 7, 2019

Hi @antonini, can you try again with JDK1.8 or JDK11?

I've noticed this is actually a compilation error (not a runtime error):

[info] Fetched artifacts of 
[warn] There may be incompatibilities among your library dependencies; run 'evicted' to see detailed eviction warnings.
[info] Compiling 17 Scala sources and 1 Java source to /Users/eantonini/Documents/workspace/github.com/playframework/play-samples/play-scala-secure-session-example/target/scala-2.13/classes ...
[error] ## Exception when compiling 18 sources to /Users/eantonini/Documents/workspace/github.com/playframework/play-samples/play-scala-secure-session-example/target/scala-2.13/classes
[error] java.io.IOError: java.lang.RuntimeException: /packages cannot be represented as URI
[error] java.base/jdk.internal.jrtfs.JrtPath.toUri(JrtPath.java:176)
[error] scala.tools.nsc.classpath.JrtClassPath.asURLs(DirectoryClassPath.scala:216)
[error] scala.tools.nsc.classpath.AggregateClassPath.$anonfun$asURLs$1(AggregateClassPath.scala:63)
[error] scala.collection.StrictOptimizedIterableOps.flatMap(StrictOptimizedIterableOps.scala:118)
[error] scala.collection.StrictOptimizedIterableOps.flatMap$(StrictOptimizedIterableOps.scala:105)

and I wonder if JDK13 introduced a breaking change.

@antonini
Copy link
Author

antonini commented Oct 7, 2019

@ignasi35 You are right!
Is a problem with JDK 13.
I downgraded to JDK 11. and it builds and run.

The problem is when trying to compile using the JDK 13.
I've tried some different scenarios as is explained bellow (with logs):

@ignasi35 ignasi35 added closed:invalid This doesn't seem right and removed triage labels Oct 8, 2019
@ignasi35
Copy link
Member

ignasi35 commented Oct 8, 2019

I'll close this issue since JDK13 is not a supported platform yet.

@ignasi35 ignasi35 closed this as completed Oct 8, 2019
@antonini
Copy link
Author

antonini commented Oct 8, 2019

Ok. Thank you.
Is it on the roadmap?

@dwijnand
Copy link
Member

dwijnand commented Oct 8, 2019

We'll probably target the next LTS after Java 11, which is Java 17 in September 2021.

octonato added a commit to octonato/play-samples that referenced this issue Dec 4, 2019
* Updated with template-control on 2018-11-29T15:50:43.533Z
  /.mergify.yml:
    wrote /.mergify.yml
  **build.sbt:
    scalaVersion := "2.12.7"

* Remove JDK 9 & 10
octonato added a commit to octonato/play-samples that referenced this issue Dec 4, 2019
* Updated with template-control on 2018-11-29T15:50:43.731Z
  /.mergify.yml:
    wrote /.mergify.yml
  **build.sbt:
    scalaVersion := "2.12.7"

* Remove JDK 9 & 10
octonato added a commit to octonato/play-samples that referenced this issue Dec 4, 2019
```
Updated with template-control on 2019-02-01T10:40:32.742Z
  /.mergify.yml:
    wrote /.mergify.yml

```
octonato pushed a commit to octonato/play-samples that referenced this issue Dec 4, 2019
…2.6.x

* play-java-chatroom-example/2.6.x: (51 commits)
  Nest play-java-chatroom-example
  Updated with template-control on 2019-02-13T20:25:39.277Z (playframework#67)
  Updated with template-control on 2019-02-01T10:40:33.488Z   /.mergify.yml:     wrote /.mergify.yml
  Updated with template-control on 2019-01-17T15:10:57.471Z   /.mergify.yml:     wrote /.mergify.yml
  Updated with template-control on 2019-01-16T12:08:45.036Z   /LICENSE:     wrote /LICENSE   /NOTICE:     wrote /NOTICE   /.mergify.yml:     wrote /.mergify.yml   **build.gradle:         play "org.webjars:webjars-play_$scalaVersion:2.6.2
  Updated with template-control on 2019-01-08T14:44:41.317Z   **/plugins.sbt:     addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.21")   **build.gradle:     def playVersion = "2.6.21"
  Updated with template-control on 2019-01-04T17:13:23.708Z (playframework#56)
  Upgrade branch 2.6.x using TemplateControl (playframework#55)
  Updated with template-control on 2018-10-08T19:11:40.600Z   **/plugins.sbt:     addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.20")   **build.gradle:     def playVersion = "2.6.20"
  Updated with template-control on 2018-09-11T20:14:50.294Z (playframework#51)
  Updated with template-control on 2018-08-20T20:37:13.643Z (playframework#50)
  Updated with template-control on 2018-07-19T01:58:55.527Z (playframework#48)
  Updated with template-control on 2018-07-16T18:38:45.479Z (playframework#47)
  Upgrade branch 2.6.x using TemplateControl (playframework#45)
  Updated with template-control on 2018-05-27T23:54:08.695Z (playframework#44)
  Updated with template-control on 2018-04-06T19:34:57.877Z (playframework#43)
  Updated with template-control on 2018-03-02T18:56:27.909Z (playframework#42)
  Upgrade branch 2.6.x using TemplateControl (playframework#41)
  Fix cross build to sbt 1.1.0 (playframework#40)
  Upgrade branch 2.6.x using TemplateControl (playframework#39)
  ...
octonato pushed a commit to octonato/play-samples that referenced this issue Dec 4, 2019
….6.x

* play-java-dagger2-example/2.6.x: (54 commits)
  Nest play-java-dagger2-example
  Updated with template-control on 2019-02-13T20:17:46.578Z (playframework#68)
  Updated with template-control on 2019-02-01T10:40:33.806Z   /.mergify.yml:     wrote /.mergify.yml
  Updated with template-control on 2019-01-17T15:10:57.939Z   /.mergify.yml:     wrote /.mergify.yml
  Updated with template-control on 2019-01-16T12:08:46.044Z   /LICENSE:     wrote /LICENSE   /NOTICE:     wrote /NOTICE   /.mergify.yml:     wrote /.mergify.yml
  Updated with template-control on 2019-01-08T14:44:41.654Z (playframework#62)
  Updated with template-control on 2019-01-04T17:13:23.822Z (playframework#57)
  Upgrade branch 2.6.x using TemplateControl (playframework#55)
  Updated with template-control on 2018-10-08T19:11:41.278Z   **/plugins.sbt:     addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.20")   **build.gradle:     def playVersion = "2.6.20"
  Updated with template-control on 2018-09-11T20:14:50.057Z (playframework#51)
  Updated with template-control on 2018-08-20T20:37:13.729Z (playframework#50)
  Updated with template-control on 2018-07-19T01:58:55.841Z (playframework#48)
  Updated with template-control on 2018-07-16T18:38:45.352Z (playframework#47)
  Upgrade branch 2.6.x using TemplateControl (playframework#46)
  Updated with template-control on 2018-05-27T23:54:09.491Z (playframework#45)
  Updated with template-control on 2018-04-06T19:34:57.948Z (playframework#43)
  Updated with template-control on 2018-03-02T18:56:28.165Z (playframework#41)
  Upgrade branch 2.6.x using TemplateControl (playframework#40)
  Fix cross build to sbt 1.1.0 (playframework#39)
  Upgrade branch 2.6.x using TemplateControl (playframework#38)
  ...
octonato pushed a commit to octonato/play-samples that referenced this issue Dec 4, 2019
…o 2.6.x

* play-java-fileupload-example/2.6.x: (47 commits)
  Nest play-java-fileupload-example
  Updated with template-control on 2019-02-13T20:25:39.476Z (playframework#76)
  Upgrade branch 2.6.x using TemplateControl (playframework#74)
  Upgrade branch 2.6.x using TemplateControl (playframework#73)
  Upgrade branch 2.6.x using TemplateControl (playframework#72)
  Updated with template-control on 2019-01-08T14:44:42.021Z (playframework#70)
  Updated with template-control on 2019-01-04T17:13:23.621Z (playframework#65)
  Upgrade branch 2.6.x using TemplateControl (playframework#64)
  Upgrade branch 2.6.x using TemplateControl (playframework#61)
  Updated with template-control on 2018-09-11T20:14:49.858Z (playframework#60)
  Updated with template-control on 2018-08-20T20:37:13.644Z (playframework#59)
  Updated with template-control on 2018-07-19T01:58:54.727Z (playframework#57)
  Updated with template-control on 2018-07-16T18:38:45.481Z (playframework#56)
  Upgrade branch 2.6.x using TemplateControl (playframework#55)
  Updated with template-control on 2018-05-27T23:54:09.370Z (playframework#54)
  Updated with template-control on 2018-04-06T19:34:57.877Z (playframework#52)
  Add explicit note on upload limit (playframework#51)
  Updated with template-control on 2018-03-02T18:56:28.047Z (playframework#49)
  Upgrade branch 2.6.x using TemplateControl (playframework#48)
  Fix cross build to sbt 1.1.0 (playframework#47)
  ...
octonato pushed a commit to octonato/play-samples that referenced this issue Dec 4, 2019
* play-java-jpa-example/2.6.x: (48 commits)
  Nest play-java-jpa-example
  Updated with template-control on 2019-02-13T20:25:39.298Z (playframework#87)
  Upgrade branch 2.6.x using TemplateControl (playframework#85)
  Upgrade branch 2.6.x using TemplateControl (playframework#84)
  Upgrade branch 2.6.x using TemplateControl (playframework#83)
  Updated with template-control on 2019-01-08T14:44:42.531Z (playframework#81)
  Updated with template-control on 2019-01-04T17:13:23.827Z (playframework#76)
  Upgrade branch 2.6.x using TemplateControl (playframework#71)
  Upgrade branch 2.6.x using TemplateControl (playframework#69)
  Updated with template-control on 2018-09-11T20:14:50.333Z (playframework#65)
  Updated with template-control on 2018-08-20T20:37:13.878Z (playframework#63)
  Updated with template-control on 2018-07-19T01:58:55.873Z (playframework#61)
  Updated with template-control on 2018-07-16T18:38:45.441Z (playframework#60)
  Upgrade branch 2.6.x using TemplateControl (playframework#59)
  Updated with template-control on 2018-05-27T23:54:09.603Z (playframework#58)
  Updated with template-control on 2018-04-06T19:34:58.092Z (playframework#55)
  Updated with template-control on 2018-03-02T18:56:28.087Z (playframework#54)
  Upgrade branch 2.6.x using TemplateControl (playframework#53)
  Fix cross build to sbt 1.1.0 (playframework#52)
  Upgrade branch 2.6.x using TemplateControl (playframework#51)
  ...
octonato pushed a commit to octonato/play-samples that referenced this issue Dec 4, 2019
…2.6.x

* play-java-rest-api-example/2.6.x: (61 commits)
  Nest play-java-rest-api-example
  Updated with template-control on 2019-02-13T20:25:39.721Z (playframework#81)
  Upgrade branch 2.6.x using TemplateControl (playframework#79)
  Updated with template-control on 2019-01-17T15:10:58.259Z   /.mergify.yml:     wrote /.mergify.yml
  Updated with template-control on 2019-01-16T12:08:46.124Z   /LICENSE:     wrote /LICENSE   /NOTICE:     wrote /NOTICE   /.mergify.yml:     wrote /.mergify.yml   **build.sbt:     scalaVersion := "2.12.8"   **build.gradle:         playTest "io.gatling.highcharts:gatling-charts-highcharts:$gatlingVersion"   **build.gradle:         playTest "io.gatling:gatling-test-framework:$gatlingVersion"
  Upgrade branch 2.6.x using TemplateControl (playframework#74)
  Upgrade branch 2.6.x using TemplateControl (playframework#65)
  fixing wrong template-ctrl replacement
  Updated with template-control on 2018-11-29T16:03:57.787Z   /.mergify.yml:     wrote /.mergify.yml   **build.sbt:     scalaVersion := "2.12.7"   **/build.properties:     sbt.version=1.2.6
  removed jdk 9 and 10
  removed misterious GatlingSpec
  fixed build.sbt
  Updated with template-control on 2018-11-16T14:25:15.563Z   **build.sbt:     scalaVersion := "2.12.6"   **/plugins.sbt:     addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.20")   **build.gradle:     def playVersion = "2.6.20"
  Upgrade branch 2.6.x using TemplateControl (playframework#55)
  Upgrade branch 2.6.x using TemplateControl (playframework#54)
  Upgrade branch 2.6.x using TemplateControl (playframework#51)
  Upgrade branch 2.6.x using TemplateControl (playframework#50)
  Upgrade branch 2.6.x using TemplateControl (playframework#49)
  Correct scalaVersion setting
  Revert gatling version changes
  ...
octonato pushed a commit to octonato/play-samples that referenced this issue Dec 4, 2019
… 2.6.x

* play-java-streaming-example/2.6.x: (45 commits)
  Nest play-java-streaming-example
  Updated with template-control on 2019-02-13T20:25:39.687Z (playframework#81)
  Upgrade branch 2.6.x using TemplateControl (playframework#79)
  Upgrade branch 2.6.x using TemplateControl (playframework#78)
  Upgrade branch 2.6.x using TemplateControl (playframework#77)
  Updated with template-control on 2019-01-08T14:44:41.668Z (playframework#75)
  Updated with template-control on 2019-01-04T17:13:23.629Z (playframework#70)
  Upgrade branch 2.6.x using TemplateControl (playframework#69)
  Upgrade branch 2.6.x using TemplateControl (playframework#66)
  Updated with template-control on 2018-09-11T20:14:50.512Z (playframework#65)
  Updated with template-control on 2018-08-20T20:37:13.644Z (playframework#64)
  Updated with template-control on 2018-07-19T01:58:55.832Z (playframework#62)
  Updated with template-control on 2018-07-16T18:38:45.449Z (playframework#61)
  Upgrade branch 2.6.x using TemplateControl (playframework#60)
  Updated with template-control on 2018-05-27T23:54:09.459Z (playframework#59)
  Updated with template-control on 2018-04-06T19:34:58.233Z (playframework#57)
  Updated with template-control on 2018-03-02T18:56:28.174Z (playframework#56)
  Upgrade branch 2.6.x using TemplateControl (playframework#55)
  Fix cross build to sbt 1.1.0 (playframework#54)
  Upgrade branch 2.6.x using TemplateControl (playframework#53)
  ...
octonato pushed a commit to octonato/play-samples that referenced this issue Dec 4, 2019
… 2.6.x

* play-scala-chatroom-example/2.6.x: (52 commits)
  Nest play-scala-chatroom-example
  Updated with template-control on 2019-02-13T20:25:39.259Z (playframework#76)
  Upgrade branch 2.6.x using TemplateControl (playframework#74)
  Upgrade branch 2.6.x using TemplateControl (playframework#73)
  Upgrade branch 2.6.x using TemplateControl (playframework#72)
  Updated with template-control on 2019-01-08T14:44:41.803Z (playframework#70)
  Updated with template-control on 2019-01-04T17:13:23.812Z (playframework#65)
  Upgrade branch 2.6.x using TemplateControl (playframework#64)
  Upgrade branch 2.6.x using TemplateControl (playframework#61)
  Updated with template-control on 2018-09-11T20:14:50.057Z (playframework#60)
  Updated with template-control on 2018-08-20T20:37:13.669Z (playframework#59)
  Updated with template-control on 2018-07-19T01:58:55.835Z (playframework#57)
  Updated with template-control on 2018-07-16T18:38:45.034Z (playframework#56)
  Upgrade branch 2.6.x using TemplateControl (playframework#55)
  Updated with template-control on 2018-05-27T23:54:09.446Z (playframework#53)
  Updated with template-control on 2018-04-06T19:34:57.975Z (playframework#51)
  Updated with template-control on 2018-03-02T18:56:28.165Z (playframework#50)
  Upgrade branch 2.6.x using TemplateControl (playframework#49)
  Fix cross build to sbt 1.1.0 (playframework#48)
  Upgrade branch 2.6.x using TemplateControl (playframework#47)
  ...
octonato pushed a commit to octonato/play-samples that referenced this issue Dec 4, 2019
…to 2.6.x

* play-scala-fileupload-example/2.6.x: (50 commits)
  Nest play-scala-fileupload-example
  Updated with template-control on 2019-02-13T20:25:39.491Z (playframework#78)
  Updated with template-control on 2019-02-01T10:40:33.510Z   /.mergify.yml:     wrote /.mergify.yml
  Updated with template-control on 2019-01-17T15:10:57.985Z   /.mergify.yml:     wrote /.mergify.yml
  Updated with template-control on 2019-01-16T12:08:45.799Z   /LICENSE:     wrote /LICENSE   /NOTICE:     wrote /NOTICE   /.mergify.yml:     wrote /.mergify.yml   **build.gradle:         playTest "org.scalatestplus.play:scalatestplus-play_$scalaVersion:3.1.2"
  Updated with template-control on 2019-01-08T14:44:41.664Z (playframework#72)
  Updated with template-control on 2019-01-04T17:13:23.928Z (playframework#67)
  Upgrade branch 2.6.x using TemplateControl (playframework#66)
  Updated with template-control on 2018-10-08T19:11:40.600Z   **/plugins.sbt:     addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.20")   **build.gradle:     def playVersion = "2.6.20"
  Update application.conf (playframework#62)
  Updated with template-control on 2018-09-11T20:14:49.954Z (playframework#61)
  Updated with template-control on 2018-08-20T20:37:13.724Z (playframework#60)
  Updated with template-control on 2018-07-19T01:58:55.837Z (playframework#58)
  Updated with template-control on 2018-07-16T18:38:45.429Z (playframework#57)
  Upgrade branch 2.6.x using TemplateControl (playframework#56)
  Updated with template-control on 2018-05-27T23:54:09.258Z (playframework#55)
  Updated with template-control on 2018-04-06T19:34:57.720Z (playframework#53)
  Update application.conf
  Update application.conf
  Add explicit file upload limit
  ...
octonato pushed a commit to octonato/play-samples that referenced this issue Dec 4, 2019
* play-scala-forms-example/2.6.x: (43 commits)
  Nest play-scala-forms-example
  Updated with template-control on 2019-02-13T20:25:39.527Z (playframework#57)
  Upgrade branch 2.6.x using TemplateControl (playframework#55)
  Updated with template-control on 2019-01-17T15:10:57.862Z   /.mergify.yml:     wrote /.mergify.yml
  Updated with template-control on 2019-01-16T12:08:45.677Z   /LICENSE:     wrote /LICENSE   /NOTICE:     wrote /NOTICE   /.mergify.yml:     wrote /.mergify.yml   **build.gradle:         playTest "org.scalatestplus.play:scalatestplus-play_$scalaVersion:3.1.2"
  Updated with template-control on 2019-01-08T14:44:42.058Z   **/plugins.sbt:     addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.21")   **build.gradle:     def playVersion = "2.6.21"   **build.gradle:         playTest "org.scalatestplus.play:scalatestplus-play_\$scalaVersion:3.1.2"
  Updated with template-control on 2019-01-04T17:13:23.715Z (playframework#48)
  Upgrade branch 2.6.x using TemplateControl (playframework#47)
  Updated with template-control on 2018-10-08T19:11:40.851Z   **/plugins.sbt:     addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.20")   **build.gradle:     def playVersion = "2.6.20"
  Updated with template-control on 2018-09-11T20:14:49.844Z (playframework#43)
  Updated with template-control on 2018-08-20T20:37:13.701Z (playframework#42)
  Updated with template-control on 2018-07-19T01:58:55.810Z (playframework#40)
  Updated with template-control on 2018-07-16T18:38:45.350Z (playframework#39)
  Upgrade branch 2.6.x using TemplateControl (playframework#38)
  Updated with template-control on 2018-05-27T23:54:09.254Z (playframework#37)
  Updated with template-control on 2018-04-06T19:34:57.899Z (playframework#34)
  Updated with template-control on 2018-03-02T18:56:27.993Z (playframework#33)
  Upgrade branch 2.6.x using TemplateControl (playframework#32)
  Fix cross build to sbt 1.1.0 (playframework#31)
  Fixed typos, formatting (playframework#30)
  ...
octonato pushed a commit to octonato/play-samples that referenced this issue Dec 4, 2019
…' into 2.6.x

* play-scala-isolated-slick-example/2.6.x: (53 commits)
  Nest play-scala-isolated-slick-example
  Updated with template-control on 2019-02-13T20:25:39.661Z (playframework#84)
  Updated with template-control on 2019-02-01T10:40:33.042Z   /.mergify.yml:     wrote /.mergify.yml
  Updated with template-control on 2019-01-17T15:10:58.033Z   /.mergify.yml:     wrote /.mergify.yml
  Updated with template-control on 2019-01-16T12:08:45.882Z   /LICENSE:     wrote /LICENSE   /NOTICE:     wrote /NOTICE   /.mergify.yml:     wrote /.mergify.yml
  Updated with template-control on 2019-01-08T14:44:41.929Z (playframework#78)
  Upgrade branch 2.6.x using TemplateControl (playframework#73)
  Remove JDK 9 & 10
  Updated with template-control on 2018-11-29T15:50:43.213Z   /.mergify.yml:     wrote /.mergify.yml   **build.sbt:     scalaVersion := "2.12.7"
  Updated with template-control on 2018-10-08T19:11:41.295Z   **/plugins.sbt:     addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.20")
  Updated with template-control on 2018-09-11T20:14:50.342Z (playframework#68)
  Updated with template-control on 2018-08-20T19:30:29.032Z (playframework#67)
  Updated with template-control on 2018-07-19T01:58:56.035Z (playframework#65)
  Updated with template-control on 2018-07-16T18:38:45.677Z (playframework#64)
  Upgrade branch 2.6.x using TemplateControl (playframework#63)
  Updated with template-control on 2018-05-27T23:54:09.691Z (playframework#62)
  Updated with template-control on 2018-04-06T19:34:57.999Z (playframework#60)
  Upgrade branch 2.6.x using TemplateControl (playframework#58)
  Fix cross build to sbt 1.1.0 (playframework#55)
  Update Play to version 2.6.10 (playframework#52)
  ...
octonato pushed a commit to octonato/play-samples that referenced this issue Dec 4, 2019
…to 2.6.x

* play-scala-macwire-di-example/2.6.x: (65 commits)
  Nest play-scala-macwire-di-example
  Updated with template-control on 2019-02-13T20:25:39.672Z (playframework#82)
  Updated with template-control on 2019-02-01T10:40:33.270Z   /.mergify.yml:     wrote /.mergify.yml
  Updated with template-control on 2019-01-17T15:10:57.898Z   /.mergify.yml:     wrote /.mergify.yml
  Updated with template-control on 2019-01-16T12:08:46.033Z   /LICENSE:     wrote /LICENSE   /NOTICE:     wrote /NOTICE   /.mergify.yml:     wrote /.mergify.yml   **build.gradle:         playTest "org.scalatestplus.play:scalatestplus-play_$scalaVersion:3.1.2"
  Updated with template-control on 2019-01-08T14:44:44.697Z (playframework#76)
  Updated with template-control on 2019-01-04T17:13:23.938Z (playframework#71)
  Upgrade branch 2.6.x using TemplateControl (playframework#70)
  Updated with template-control on 2018-10-08T19:11:40.533Z   **/plugins.sbt:     addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.20")   **build.gradle:     def playVersion = "2.6.20"
  Updated with template-control on 2018-09-11T20:14:50.619Z (playframework#66)
  Updated with template-control on 2018-08-20T20:37:13.853Z (playframework#65)
  Updated with template-control on 2018-07-19T01:58:55.845Z (playframework#63)
  Updated with template-control on 2018-07-16T18:38:45.430Z (playframework#62)
  Upgrade branch 2.6.x using TemplateControl (playframework#61)
  Updated with template-control on 2018-05-27T23:54:10.362Z (playframework#60)
  Updated with template-control on 2018-04-06T19:34:59.235Z (playframework#58)
  Updated with template-control on 2018-03-02T18:56:30.403Z (playframework#57)
  Upgrade branch 2.6.x using TemplateControl (playframework#56)
  Fix cross build to sbt 1.1.0 (playframework#55)
  Upgrade branch 2.6.x using TemplateControl (playframework#54)
  ...
octonato pushed a commit to octonato/play-samples that referenced this issue Dec 4, 2019
…o 2.6.x

* play-scala-streaming-example/2.6.x: (52 commits)
  Nest play-scala-streaming-example
  Updated with template-control on 2019-02-13T20:25:39.555Z (playframework#77)
  Upgrade branch 2.6.x using TemplateControl (playframework#75)
  Upgrade branch 2.6.x using TemplateControl (playframework#74)
  Upgrade branch 2.6.x using TemplateControl (playframework#73)
  Updated with template-control on 2019-01-08T14:44:41.633Z (playframework#71)
  Updated with template-control on 2019-01-04T17:13:23.822Z (playframework#67)
  Upgrade branch 2.6.x using TemplateControl (playframework#66)
  Upgrade branch 2.6.x using TemplateControl (playframework#63)
  Updated with template-control on 2018-09-11T20:14:50.169Z (playframework#62)
  Updated with template-control on 2018-08-20T20:37:13.651Z (playframework#60)
  Updated with template-control on 2018-07-16T18:38:45.481Z (playframework#59)
  Upgrade branch 2.6.x using TemplateControl (playframework#58)
  Updated with template-control on 2018-05-27T23:54:09.895Z (playframework#57)
  Updated with template-control on 2018-04-06T19:34:57.566Z (playframework#56)
  current -> latest (playframework#55)
  Updated with template-control on 2018-03-02T18:56:28.085Z (playframework#54)
  Upgrade branch 2.6.x using TemplateControl (playframework#53)
  Fix cross build to sbt 1.1.0 (playframework#52)
  Upgrade branch 2.6.x using TemplateControl (playframework#51)
  ...
octonato pushed a commit to octonato/play-samples that referenced this issue Dec 4, 2019
* play-scala-tls-example/2.6.x: (53 commits)
  Nest play-scala-tls-example
  Updated with template-control on 2019-02-13T20:25:39.799Z (playframework#100)
  Upgrade branch 2.6.x using TemplateControl (playframework#98)
  Upgrade branch 2.6.x using TemplateControl (playframework#97)
  Upgrade branch 2.6.x using TemplateControl (playframework#96)
  Updated with template-control on 2019-01-08T14:44:41.961Z (playframework#93)
  Updated with template-control on 2019-01-04T21:47:52.378Z (playframework#87)
  Make Travis CI fast_finish
  Upgrade branch 2.6.x using TemplateControl (playframework#83)
  remove array syntax on label conditional check
  mergify with squash (playframework#79)
  minor mergify improvements (playframework#78)
  mergify file (playframework#77)
  AkkaHttpServer.Context - removed usage of deprecated API (playframework#76)
  Upgrade branch 2.6.x using TemplateControl (playframework#71)
  Upgrade branch 2.6.x using TemplateControl (playframework#55)
  Fix cross build to sbt 1.1.0 (playframework#54)
  Upgrade branch 2.6.x using TemplateControl (playframework#53)
  Upgrade branch 2.6.x using TemplateControl (playframework#51)
  Updated with template-control on 2017-12-21T20:59:17.421Z (playframework#50)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed:invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

4 participants