[
https://issues.apache.org/jira/browse/BEAM-9468?focusedWorklogId=420560&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-420560
]
ASF GitHub Bot logged work on BEAM-9468:
----------------------------------------
Author: ASF GitHub Bot
Created on: 10/Apr/20 22:16
Start Date: 10/Apr/20 22:16
Worklog Time Spent: 10m
Work Description: lukecwik commented on issue #11151: [BEAM-9468] Hl7v2
io
URL: https://github.com/apache/beam/pull/11151#issuecomment-612242130
> @lukecwik that's what I thought to but when I do that I get the output in
[this comment](https://github.com/apache/beam/pull/11151#discussion_r406551322)
A lot of google libraries have three parts to the version string (API major
version, API minor version, shared lib version)
You have to find and upgrade the client libraries to versions that contain
the 1.30.9 shared lib version like:
google-api-services-cloudresourcemanager:v1-rev20191206-1.30.4 becomes
google-api-services-cloudresourcemanager:v1-rev20200311-1.30.9
Best way to find matching versions is to look at the index of the maven repo
for each artifact (e.g.):
https://repo1.maven.org/maven2/com/google/apis/google-api-services-cloudresourcemanager/
Find ones that have the same API major version and any newer API minor
version with the shard lib version being 1.30.9.
Major version changes are breaking API changes, minor version increases are
meant to be safe to upgrade and shared lib version just needs to be the same
across all deps.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 420560)
Time Spent: 21h 10m (was: 21h)
> Add Google Cloud Healthcare API IO Connectors
> ---------------------------------------------
>
> Key: BEAM-9468
> URL: https://issues.apache.org/jira/browse/BEAM-9468
> Project: Beam
> Issue Type: New Feature
> Components: io-java-gcp
> Reporter: Jacob Ferriero
> Assignee: Jacob Ferriero
> Priority: Minor
> Time Spent: 21h 10m
> Remaining Estimate: 0h
>
> Add IO Transforms for the HL7v2, FHIR and DICOM stores in the [Google Cloud
> Healthcare API|https://cloud.google.com/healthcare/docs/]
> HL7v2IO
> FHIRIO
> DICOMĀ
--
This message was sent by Atlassian Jira
(v8.3.4#803005)