-
-
Notifications
You must be signed in to change notification settings - Fork 543
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
2.7.8 #52
Closed
Closed
2.7.8 #52
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Travis is only buiding for 2.12.8, it doesn't make sense to cross build all projects
Use Play 2.7.3
Build with Scala 2.13
The idea is that this project can use whichever version of Scala is supported by Gatling. This commit also updates the Scala version to be 2.13, and updates Play to 2.8.0-M2. Finally, some minor refactoring was done in the Gatling test to make it simpler.
Use Scala 2.13 in the REST samples
fix comment for logout action: removing secret key => session id
Display favicon in browser (see #35 for details)
Small fixes for Play REST samples
octonato
pushed a commit
to octonato/play-samples
that referenced
this pull request
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 pull request
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 pull request
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 pull request
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) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.