-
Notifications
You must be signed in to change notification settings - Fork 0
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
Convert Project to Multi Module #11
Conversation
Shah-Parth
commented
Oct 1, 2019
- Converting project to multi module
- adding -SNAPSHOT to the release tag
- improving README
* Converting project to multi module * adding -SNAPSHOT to the release tag * improving README
closes #10 |
</repository> | ||
</repositories> | ||
<dependencies> | ||
<!-- Commons Libraries --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My understanding is that provided scope dependencies will need to be explicitly added by programs using this library. Is this really what we want?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right... compiled
is probably what we need to resolve the transitive dependencies.
<encoding>UTF-8</encoding> | ||
<forceJavacCompilerUse>true</forceJavacCompilerUse> | ||
</configuration> | ||
</plugin> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this commented out because it's optional?
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I recommend adding a comment/justification for commented out blocks. I prefer just removing them.
Are the p12 and truststore intended to be published with the OSS artifact? |
The *ResponseHandlers seem to have duplicate logic, ie:
Why is this duplicated in several classes instead of being just one class? |
What is the status of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd prefer to see commented out code removed and replaced with issues.
Yes, I need someone more familiar to take a look and tell me what I can do to provide users to leverage |
All of these classes are there as a placeholder for the initial starting point, we can for sure improve these classes and handle specific errors based on the particular endpoints. |
* adding a comment for commented out plugin (it will get enabled once java docs are properly done)
Can someone please approve the PR so I can merge it. |