FHIR Chat · JPA: BaseSearchParamExtractor.java · hapi

Stream: hapi

Topic: JPA: BaseSearchParamExtractor.java


view this post on Zulip Patrick Werner (Apr 07 2016 at 12:11):

I just submitted a Issue on Github: https://github.com/jamesagnew/hapi-fhir/issues/331

The split statement BaseSearchParamExtractor in ca.uhn.fhir.jpa.dao, Line 46 is "\||or".
When extractValues is called with Observation.category it will be split to: [Categ, y]

view this post on Zulip James Agnew (Apr 07 2016 at 17:38):

That one is a bug indeed, thanks for reporting!

Checking in a fix shortly.

view this post on Zulip Patrick Werner (Apr 08 2016 at 10:44):

thanks for the fast fix.
Do you have a schedule when you push Snapshots to the Maven Repo?
Another Issue i had was that the SourceCode provided by maven didn't match the bytecode of the jars

view this post on Zulip James Agnew (Apr 08 2016 at 13:36):

I'll push a new one today.

view this post on Zulip Patrick Werner (Apr 08 2016 at 21:32):

thank you @James Agnew

view this post on Zulip Patrick Werner (Apr 17 2016 at 14:43):

Hi @James Agnew i didn't find the fixed Snapshot-Build via maven, did you push it?

view this post on Zulip James Agnew (Apr 18 2016 at 16:05):

Ran into some troubles, but it has been pushed as of last night. :)


Last updated: Apr 12 2022 at 19:14 UTC