Created
March 22, 2017 08:37
-
-
Save Openpalm/62e165d63fbd26f5f4017be0a7e8954e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| case class getBuildTagsObject(buildTagsProjectId: String) | |
| BuildTagsByProjectId.as(getBuildTagsObject) { pId: getBuildTagsObject => DoSmth } | |
| val buildTagsByProjectId = path("buildTags" / "projectId" / Segment) & (get | head) | |
| migrating from akka2.3 /spray -> akka2.4/akka.http | |
| error: | |
| [error] found : common.objects.databaseMessageType.getBuildTagsObject.type | |
| [error] required: akka.http.scaladsl.server.util.ConstructFromTuple[(String,),?] | |
| [error] buildTagsByProjectId.as(getBuildTagsObject) { pId: getBuildTagsObject => { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment