-
Notifications
You must be signed in to change notification settings - Fork 159
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
FHIRClient.getWebTarget(String baseURL) throws NPE #2450 #2452
Conversation
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
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.
Client.newClientBuilder() is very expensive. We should discuss some alternatives.
- Code Review with John - Changed construction to be in constructor instead of in getClient() - Added/updated test.oauth2.properties to read from special file instead of custom injection - Refactored to remove unused getBasicAuth Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
fhir-server-test/src/test/java/com/ibm/fhir/client/test/FHIRClientTestBase.java
Outdated
Show resolved
Hide resolved
…ientTestBase.java Signed-off-by: Paul Bastide <pbastide@us.ibm.com> Co-authored-by: Troy Biesterfeld <60481063+tbieste@users.noreply.github.com>
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.
LGTM
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.
LGTM
FHIRClient.getWebTarget(String baseURL) throws NPE #2450
Signed-off-by: Paul Bastide pbastide@us.ibm.com