You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at first i tried subscription and found out his library doesn't support subscription . so i bump my project to ktor 3 and this library broke . and it was how new ktor 3 handle routing . so in this library plugin it was installing Routing plugin . i changed it to pipeline.routing(routing) with kotlin and ktor version bumped . and i get error from test cases . ktor3 uses testApplicatio {} for testing . i changed the test code for two file .and able to run the example project successfully . then i added shadowJar and try to integrate the jar in my project . the shadow jar was missing jacksons object mapper , so had to add the ktor's jackson library for that . its working but jackson library showing vulnerable warning .. i run all the test cases and they all passed but i don't think i have done enough to pull request . here is my fork link https://github.com/naser09/KGraphQL.git .
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
at first i tried subscription and found out his library doesn't support subscription . so i bump my project to ktor 3 and this library broke . and it was how new ktor 3 handle routing . so in this library plugin it was installing Routing plugin . i changed it to pipeline.routing(routing) with kotlin and ktor version bumped . and i get error from test cases . ktor3 uses testApplicatio {} for testing . i changed the test code for two file .and able to run the example project successfully . then i added shadowJar and try to integrate the jar in my project . the shadow jar was missing jacksons object mapper , so had to add the ktor's jackson library for that . its working but jackson library showing vulnerable warning .. i run all the test cases and they all passed but i don't think i have done enough to pull request . here is my fork link https://github.com/naser09/KGraphQL.git .
Beta Was this translation helpful? Give feedback.
All reactions