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

EASY-1945: upgrade dependencies #142

Merged
merged 10 commits into from
Mar 19, 2020
Merged

EASY-1945: upgrade dependencies #142

merged 10 commits into from
Mar 19, 2020

Conversation

pfrolke
Copy link
Contributor

@pfrolke pfrolke commented Mar 13, 2020

Fixes EASY-1945

When applied it will

Where should the reviewer @DANS-KNAW/easy start?

How should this be manually tested?

related pull requests on github

repo PR
easy- PR#

@pfrolke pfrolke requested a review from rvanheest as a code owner March 13, 2020 12:04
@rvanheest rvanheest self-assigned this Mar 13, 2020
@@ -26,6 +26,6 @@ class EasySword2Servlet(version: String) extends ScalatraServlet

get("/") {
contentType = "text/plain"
Ok(s"EASY SWORD2 is running v$version.").logResponse
logResponse(Ok(s"EASY SWORD2 is running v$version."))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the response is logged twice now (after the upgrade of dans-scala-lib). Could you test if removing this whole logResponse still logs the response?

Suggested change
logResponse(Ok(s"EASY SWORD2 is running v$version."))
Ok(s"EASY SWORD2 is running v$version.")

@rvanheest
Copy link
Contributor

please fix the merge conflict

@rvanheest
Copy link
Contributor

Note to self: before releasing this module, bump the easy-sword2-lib dependency!

@rvanheest rvanheest merged commit e0745ef into DANS-KNAW:master Mar 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants