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

FHIRClient.getWebTarget(String baseURL) throws NPE #2450 #2452

Merged
merged 3 commits into from
Jun 3, 2021
Merged

Conversation

prb112
Copy link
Contributor

@prb112 prb112 commented Jun 2, 2021

Signed-off-by: Paul Bastide pbastide@us.ibm.com

Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
@prb112 prb112 requested review from JohnTimm and tbieste June 2, 2021 00:59
@prb112 prb112 self-assigned this Jun 2, 2021
Copy link
Collaborator

@JohnTimm JohnTimm left a 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>
…ientTestBase.java


Signed-off-by: Paul Bastide <pbastide@us.ibm.com>

Co-authored-by: Troy Biesterfeld <60481063+tbieste@users.noreply.github.com>
Copy link
Contributor

@tbieste tbieste left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@JohnTimm JohnTimm left a comment

Choose a reason for hiding this comment

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

LGTM

@prb112 prb112 merged commit b0bbdcf into main Jun 3, 2021
@prb112 prb112 deleted the issue-2450 branch June 3, 2021 15:01
tbieste pushed a commit that referenced this pull request Jun 9, 2021
FHIRClient.getWebTarget(String baseURL) throws NPE #2450
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants