-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Finalizing externalizing Vocabulary Search Apache Solr implementation #2308
Finalizing externalizing Vocabulary Search Apache Solr implementation #2308
Conversation
… Bouncy Castle Crypto, Shiro, Tomcat Embedded, SnakeYAML, org.json:json) - add missing exclusions for json-smart so that the latest version is effective in the result WAR - fixing typos in a few exclusions
Shiro version update (1.10.1)
… API (org.ohdsi:standardized-analysis-specs:1.5.0) Adding webapi-solr profile and referencing a new webapi-solr repository (org.ohdsi:webapi-solr:1.0.0) Finalizing externalizing the Vocabulary Search Apache Solr implementation ===================================== Additionally fixing a failing unit test CohortResultsServiceTest.prepareGetTimeToEventDrilldown
The test failure is pre-existing, and is related to a change in the underlying sql, I can post a commit to this branch to fix. |
@@ -1,6 +1,6 @@ | |||
package org.ohdsi.webapi.cohortanalysis; | |||
|
|||
import org.ohdsi.webapi.info.ConfigurationInfo; | |||
import org.ohdsi.info.ConfigurationInfo; |
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.
Noting that this class was moved to the StandardizedAnalysisAPI (v1.5.0) project hence the namespace change.
import org.ohdsi.circe.vocabulary.ConceptSetExpression; | ||
import org.ohdsi.webapi.vocabulary.Concept; | ||
import org.ohdsi.vocabulary.Concept; |
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.
Noting that this class was moved to the StandardizedAnalysisAPI (v1.5.0) project hence the namespace change.
Referring common Vocabulary Search classes from Standardized Analysis API (org.ohdsi:standardized-analysis-specs:1.5.0)
Adding webapi-solr profile and referencing a new webapi-solr repository (org.ohdsi:webapi-solr:1.0.0)
Finalizing externalizing the Vocabulary Search Apache Solr implementation
=====================================
Additionally fixing a failing unit test CohortResultsServiceTest.prepareGetTimeToEventDrilldown
Blocked by OHDSI/StandardizedAnalysisAPI#56 and OHDSI/webapi-solr#1
Related to #2196 and #2250