Skip to content

FINERACT-809 Upgrade rest-assured version#677

Closed
percyashu wants to merge 2 commits intoapache:developfrom
percyashu:FINERACT-809
Closed

FINERACT-809 Upgrade rest-assured version#677
percyashu wants to merge 2 commits intoapache:developfrom
percyashu:FINERACT-809

Conversation

@percyashu
Copy link
Contributor

@percyashu percyashu commented Dec 14, 2019

Description

Upgrade rest-assured to latest spring boot compatible version https://issues.apache.org/jira/browse/FINERACT-809

Checklist

Please make sure these boxes are checked before submitting your pull request - thanks!

Our guidelines for code reviews is at https://cwiki.apache.org/confluence/display/FINERACT/Code+Review+Guide

@percyashu
Copy link
Contributor Author

@awasum or @vorburger I also need some help with this issue.
I am getting java.lang.NoClassDefFoundError at integrationTest that uses the Util.initializeRESTAssured()

@awasum
Copy link
Contributor

awasum commented Dec 14, 2019

Please.. @percyashu , its usually a good idea to finish one task completely and its merged before you move on to the next one. This is good work BTW. So focus on one..Try Googling your error and fix it.

I will look at your PRs tomorrow.

@percyashu
Copy link
Contributor Author

@awasum, Ok will keep searching for a solution.

Copy link
Member

Choose a reason for hiding this comment

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

This line doesn't seem right, to me... we only want rest-assured to be test scoped dependency, not a runtime dependency (i.e. it should never be part of the WAR) - agreed? Would you like to remove it? I doubt it will help with that (strange!) NoClassDefFoundError, but IMHO it's still worth a try, as a first step.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was trying to get rid NoClassDefFoundError that's why I placed it there.

Copy link
Member

Choose a reason for hiding this comment

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

as above, I would suggest to remove this (and only testCompile it)

Suggested change
compile 'io.rest-assured:rest-assured'

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok I will remove it.

@github-actions
Copy link

github-actions bot commented Feb 1, 2020

This pull request seems to be stale. Are you still planning to work on it? We will automatically close it in 30 days.

@github-actions github-actions bot added the stale label Feb 1, 2020
@github-actions github-actions bot closed this Mar 2, 2020
@awasum
Copy link
Contributor

awasum commented Mar 2, 2020

@percyashu Please..make sure you complete 1 issue before moving to the next one. THere is no point opening more than 1 PR at a time and try to work on all at same time. In general, thats usually a bad idea especially for new programmers. Finish one, then pick another and you find that you make more progress that way. Leave the other PRs you have opened like that and take one of them to fix before moving to the next.

@awasum awasum reopened this Mar 2, 2020
@xurror xurror mentioned this pull request Mar 3, 2020
6 tasks
@xurror
Copy link
Contributor

xurror commented Mar 5, 2020

@percyashu you can close this now since it has already been resolved in another PR

@percyashu percyashu closed this Mar 5, 2020
@percyashu percyashu deleted the FINERACT-809 branch March 5, 2020 20:37
@vorburger
Copy link
Member

==> #719

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants