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

TRUNK-5544:Upgraded the javassist from 3.22.0-GA to 3.25.0-GA #2957

Merged
merged 1 commit into from Jun 21, 2019

Conversation

reagan-meant
Copy link
Contributor

@reagan-meant reagan-meant commented Jun 3, 2019

Upgrade library org.javassist:javassist from 3.22.0-GA to 3.25.0-GA
TRUNK-5544:Upgrade org.javassist:javassist
I upgraded the org.javassist:javassist library from 3.22.0-GA to 3.25.0-GA

I also included the mysql connector in my api pom with the scope as test because the tests fail with out it...errors shown here https://pastebin.com/nNxrKv1d
https://issues.openmrs.org/browse/TRUNK-5544

@coveralls
Copy link

coveralls commented Jun 3, 2019

Coverage Status

Coverage increased (+0.09%) to 59.809% when pulling 902596e on reagan-meant:TRUNK-5544 into 7f01c83 on openmrs:master.

@ODORA0
Copy link
Contributor

ODORA0 commented Jun 3, 2019

Did you add the ticket ID in the description?

@reagan-meant
Copy link
Contributor Author

Which one is the ticket id ?

@ODORA0
Copy link
Contributor

ODORA0 commented Jun 3, 2019

Have you taken a look at this https://wiki.openmrs.org/display/docs/Pull+Request+Tips?

api/pom.xml Outdated
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<scope>test</scope>
</dependency>

Choose a reason for hiding this comment

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

@reagan-meant Couple of things ,

  1. Please format the code before committing. Please use this formatter.

  2. Also i think this dependency is not necessary. I've cloned your branch and removed this dependency and built it. It worked fine. Can you please try mvn clean install and see whether you are getting the same error ?

api/pom.xml Outdated
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<scope>test</scope>
</dependency>
Copy link
Contributor

Choose a reason for hiding this comment

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

probably this change here can be another ticket separate from this ticket herein being solved!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Alright then....

@dkayiwa
Copy link
Member

dkayiwa commented Jun 11, 2019

Can you include the ticket id in the commit message as advised at? https://wiki.openmrs.org/display/docs/Pull+Request+Tips

@dkayiwa
Copy link
Member

dkayiwa commented Jun 18, 2019

Are these changes for javassist or mysql connector?

@reagan-meant
Copy link
Contributor Author

reagan-meant commented Jun 18, 2019

@dkayiwa I made that addition of mysql-connector because of this issue...https://issues.openmrs.org/browse/TRUNK-5558?filter=-1
was waiting for a possible merge of that issue #2960 then i can make the modifications here to only reflect javassist upgrade

@dkayiwa
Copy link
Member

dkayiwa commented Jun 19, 2019

Those changes should not be in your pull request.

@reagan-meant
Copy link
Contributor Author

@dkayiwa ...hope this is fine now

@dkayiwa dkayiwa merged commit 3883edf into openmrs:master Jun 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
6 participants