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

[chr-1516] - merge from B2ihealthcare 7.x #504

Closed

Conversation

ivelina-yordanova
Copy link

No description provided.

mattecasu and others added 6 commits January 14, 2020 15:37
* [CHR-1066]

* [CHR-1066]

* [CHR-1066]

* [CHR-1066]

* [CHR-1066]

* [CHR-1066]

* [CHR-1066]

* [CHR-1066]

* [CHR-1066]

* [CHR-1066]

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* CHR-1066

* chr-1066 - add cache and test if javadoc in path

* chr-1066 - print out some debug info

* chr-1066 -fix copy/paste mistake

* chr-1066 - print debug info

* chr-1066 - print debug info

* chr-1066 - yet another print debug info

* chr-1066 - yet another print debug info

* chr-1066 - extract var to control use of local artifacts

* chr-1066 - extract var to control use of local artifacts

* chr-1066 - extract var to control use of local artifacts

* chr-1066 - print stuff

* chr-1066 - change npm config, errors and skips next lines

* chr-1066 - nes

* chr-1066 - ..

* chr-1066 - remove debug

* chr-1066 - put env vars in docker and in the bash env

* chr-1066 - put env vars in job as well, print debug

* chr-1066 - yet another try to change path.. print debug

* chr-1066 - yet another try to change path.. print debug

* chr-1066 - I am doing stupid things now...fixing copy/paste error

* chr-1066 - still not set...their documentation lies ...

* chr-1066 - still not set completely...

* chr-1066 - remove the debug echoed info

Co-authored-by: Matteo Casu <[email protected]>
* [releng] prepare 6.24.0-SNAPSHOT

* SO-3845: Handle ECL expressions in attributes' concept set ...

... definitions in MRCM validation rules

* Revert "[releng] prepare 6.24.0-SNAPSHOT"

This reverts commit 8cbd3f8.

* [releng] prepare 6.23.1-SNAPSHOT

* [releng] release 6.23.1

* [releng] prepare 6.24.0-SNAPSHOT

* [snomed.import] Set code system shortname in import details

* Added VALUE_SET, MAPPING_SET as allowed  values for supportedRefSetType

* Exposed the supportedRefSetType XML attribute values.

* SO-3853: Register ValueSet and MappingSet to contribute

* SO-3864: change cardinality of ValueSet.compose to 0..1

As of https://www.hl7.org/fhir/valueset-definitions.html#ValueSet.compose

* SO-3864: return object ID from TransactionContext.add method

* SO-3864: set clearResources to true by default in SnowOwlAppRule

* [index] Allow setting boost on all ES QueryBuilder instances

* [index] Log the number of pending cluster tasks; don't repeat messages

* SO-3864: extract common repository APIs to core.rest module

* SO-3864: extract common Resource search props to ResourceRestSearch

Introduce SnomedReferenceSetRestSearch and `POST /:path/refsets/search`
endpoint.

* SO-3864: remove unused classes from snomed.core.rest plugin

* SO-3864: support dynamic loading of available API docs

* SO-3821 Enabled search by mapPriority.

* SO-3864: extract common branch aware test infrastructure to test.commons

* SO-3864: minor changes to test.commons MANIFEST.MF

* SO-3864: expose Elasticsearch Base64 UUID generator as IDs.base64UUID()

* SO-3864: expose core.id package

* SO-3881: Remove semantic engine projects including previous ...

... implementation of SCG

https://snowowl.atlassian.net/browse/SO-3881

* SO-3864: rename ChangeRequest types

`core.rest.codesystem.ChangeRequest` to
`core.rest.domain.ResourceRequest`.
`snomed.core.rest.domain.ChangeRequest` to
`snomed.core.rest.domain.SnomedResourceRequest`.

* SO-3864: pull up getResourceLocationURI to AbstractRestService

* SO-3864: pull up comma joiner and JSON_UTF8 constants to RestExtensions

* SO-3864: fix failed SNOMED CT FHIR ValueSet API tests

* SO-3881: Implement grammar, parser and tests for SCG v2.3.1

- tests cover all available examples @
https://github.com/IHTSDO/SNOMEDCT-Languages

https://snowowl.atlassian.net/browse/SO-3881

* SO-3881: Add scg modules to parent pom

https://snowowl.atlassian.net/browse/SO-3881

* SO-3881: Add missing pom

https://snowowl.atlassian.net/browse/SO-3881

* SO-3864: minor API improvements

* SO-3864: minor API improvements

* SO-3864: add RestExtensions.assertCreated helper

* SO-3881: Update ECL parsing tests

- ECL v1.3 Brief Syntax examples as of today from
https://github.com/IHTSDO/SNOMEDCT-Languages

https://snowowl.atlassian.net/browse/SO-3881

* SO-3892: Change member status to active if refset already contains ...

...the inactive concept, do not duplicate members.

* SO-3881: Regenerate ECL grammar

- renamed the following rules to be in sync with the specification and
to avoid collision when ECL is mixed with other grammars:
  - Refinement -> EclRefinement
  - FocusConcept -> EclFocusConcept
  - ConceptReference -> EclConceptReference
  - AttributeGroup -> EclAttributeGroup
  - AttributeSet -> EclAttributeSet

- removed unused terminal '!'

https://snowowl.atlassian.net/browse/SO-3881

* SO-3881: Regenerate QL grammar due to ECL changes

https://snowowl.atlassian.net/browse/SO-3881

* SO-3881: Share basic parser tests for Query Language

https://snowowl.atlassian.net/browse/SO-3881

* SO-3881: Remove unused files

https://snowowl.atlassian.net/browse/SO-3881

* SO-3881: Regenerate SCG grammar to synchronize terminal names ...

among existing grammar definitions

- removed Xtend stubs

https://snowowl.atlassian.net/browse/SO-3881

* SO-3881: Replace AND, OR, MINUS and COMMA with grammar terminals

- this is necessary to avoid collision with other derived language
terminals

https://snowowl.atlassian.net/browse/SO-3881

* SO-3881: Replace AND, OR, MINUS and COMMA with grammar terminals

- add 'Filter' suffix to Conjunction, Disjunction and Exclusion grammar
rules to distinguish rules and terminals

* SO-3881: Share initial Xtext definition of ETL

https://snowowl.atlassian.net/browse/SO-3881

* SO-3881: Share parser tests for ETL

https://snowowl.atlassian.net/browse/SO-3881

* SO-3892: Handle MemberChangeKind.CHANGE as added

* SO-3881: Prefer upper case version of AND / OR / MINUS in case of ...

ECL serialization

- generated extendable Xtext serializer classes
- added parsing tests

https://snowowl.atlassian.net/browse/SO-3881

* [core] Allow customization of component adjustment during publication

* SO-3881: Fix various issues in ETL grammar definition

- allow slot name to be unquoted with certain restrictions
- fix whitespace in TokenReplacementSlot
- introduce custom cardinality rule compared to Ecl.Cardinality
- make exclusive terminals optional in integer and decimal ranges

https://snowowl.atlassian.net/browse/SO-3881

* SO-3881: Add ETL parsing tests to parent pom

https://snowowl.atlassian.net/browse/SO-3881

* [history] Ignore many-valued features altogether in HistoryInfoProvider

Copy scalar fields to an "empty" CDO revision instead of cloning the
original and unsetting the many-valued properties (which can cause an
exception, if uninitialized EAttribute lists are present on the
revision).

* SO-3864: report method not allowed errors properly

* SO-3881: Fix issues in ETL grammar definition

- rename concept replacement slots for better readability
- fix slot integer and slot decimal types
- simplify StringReplacementSlot values

https://snowowl.atlassian.net/browse/SO-3881

* SO-3881: Implement detailed ETL parser tests

- added all IHTSDO templates as well

https://snowowl.atlassian.net/browse/SO-3881

* [tests] add more specific concept reactivation test cases

* SO-3893 #resolve

Fix incorrect parentage values when reactivating concept's relationships
first then the concept in two different commits.

* [export] Create general ExportResult class (filename, UUID pair)

* [releng] update changelog with 6.24.0 changes

* SO-3881: Remove xtend generated files

https://snowowl.atlassian.net/browse/SO-3881

* SO-3881: Prevent xtend generated files to be committed

https://snowowl.atlassian.net/browse/SO-3881

* SO-3881: Share current ABNF syntax for ECL, SCG and ETL

https://snowowl.atlassian.net/browse/SO-3881

* [snomed] accept all SctId statuses when publishing them

* [releng] update changelog with 6.24.0 changes

* SO-3858: Allow specifying namespace in random id generation

* [releng] release 6.24.0

* [releng] prepare 6.25.0-SNAPSHOT

* SO-3858: Fix generic validation rules, tests, test setup

* SO-3858: Extract language member function variable to helper method

* [cis] fix config file name of CIS product

* [core] support unprotected routes/requests

* [snomed] Update remaining references to Rf2ExportResult

* SO-3893: Relocate fix for issue to Taxonomies class (7.x, partial).

Stated OWL axiom handling is still missing.

* [tests] add more specific concept reactivation test cases (7.x)

* SO-3853: Register ValueSet and MappingSet to contribute (7.x)

* [snomed.import] Set code system shortname in import details (7.x)

* [validation] Add reference set type to OWL axiom members in... (7.x)

...GenericValidationRuleTest

* [export] Wrap reads into an IndexReadRequest in SnomedRf2ExportRequest

* [core] allow multiple unprotected requests to execute in bulk

* [core] always include responseTime metric in request log entries

* SO-3881: add ETL and SCG core bundles to snomed.core.feature

* SO-3864: set clearResources to true by default in SnowOwlAppRule

* [core] merge IndexReadRequest functionality into RepositoryRequest

* [mrcm] Remove remaining checked in source files from mrcm.model project

* [documentation] Remove non-existent project references from MANIFEST.MF

* [releng] update changelog with 7.3.0 changes

* [releng] release 7.3.0

* [releng] release 7.3.0

* [releng] update README.md with 7.3.0 release links

* [releng] prepare 7.4.0-SNAPSHOT

* [core] Ensure that all TerminologyRepositoryPlugin subclasses provide...

...a terminology repository initializer instance (used for initializing
a default code system entry for each tooling).

* [core] Fix AccessControl subclass on RepositoryClearRequest, move...

...factory method of request builder to RepositoryRequests

* [core] Implement RepositoryTransactionContext#clearContents

The implementation calls stageRemove on all instances of Revision and
subclasses that are visible on the context branch using a matchAll
query, at the time of method invocation.

* [snomed] convert NumberFormatException to BadRequestException

* [oomph] Add preference settings for .* package and static imports

* [snomed] add support for module() expand

* [api] change type of SnomedConcept.definitionStatus to SnomedConcept

Support expansion of definition status concept via definitionStatus()
expand parameter.
Remove DefinitionStatus enum literal.

* Update core/com.b2international.snowowl.core/src/com/b2international/snowowl/core/id/IDs.java

Co-Authored-By: András Péteri <[email protected]>

* [core] update javadoc suggested in #472

b2ihealthcare/snow-owl#472 (comment)

* [api] add `id` filter to `commits` API

Related to #473.

* [api] support `affectedComponentId` details() expand parameter

Related to #473.

* Cast to distinguish from Map parameter.

* [snomed] remove unnecessary definitionStatusId field from SnomedConcept

* [snomed] fix possible definitionStatus NPE when using field selection

* SO-3123: Add support for "complex map with map block" type reference sets (#474)

- Add SnomedRefSetType enum literal for complex block map
- Handle complex block maps in SnomedRefSetUtil methods
- Add new "map block" field and refset header to SnomedRf2Headers
- Specify supported referenced component type for complex block maps in class RefSetSupport
- Add support for complex block map import; update index format
- Extend refset member create and update requests with complex block map support; ensure that class cast exceptions are translated to bad requests when inspecting member properties.
- Add support for exporting complex block maps to RF2
- Add SnomedDsvExportItemType literal for "map block" field
- Add SCTID of complex block map identifier parent concept
- Add complex block map type test cases to SNOMED e2e tests
- Update FHIR's SnomedConceptMapApiProvider
- Update FHIR concept map test cases

* Exchanged descriptions.

* [core] remove IComponent.ID_FUNCTION

* [snomed] fix definitionStatus() expansion issues

* [snomed] add acceptabilities() expansion to /descriptions API

* [snomed] remove CaseSignificance enum literals

* [snomed] support caseSignificance() expansion on descriptions

* [core] fix unauthorized issue when executing console commands

* SO-3123: Convert mapBlock field to an Integer when importing

* SO-3858: Add support for nested, and reverse nested aggregation

* [snomed] remove CharacteristicType enum literals

* [snomed] remove RelationshipModifier enum literals

* [snomed] support characteristicType() and modifier() expansion...

...on relationships

* [qa] fix lgtm issue https://lgtm.com/rules/1511220334423/

* Revert "[qa] fix lgtm issue https://lgtm.com/rules/1511220334423/"

This reverts commit 628bad4.

* [snomed] run effective time restore only in non-import scenarios

* [qa] suppress lgtm warning https://lgtm.com/rules/1511220334423/

* Upgrade to Elasticsearch 7.x (#478)

* [index] bump version to Elasticsearch 7.5.2
* [index] fix tokenizer/analyzer compile errors
* [index] use indices level when fetching cluster health
* [index] fix EsNode initialization
* [index] fix client compile errors
* Fix type and other warnings printed by ES API.
* [index] add CMS GC config to index tests
* Fixes [parent] data too large issues during tests.
* [rf2] reduce RF2 exporter scroll timeout to 1m
* [tests] fix negative scores in SortIndexTest
* [api] remove scrollId and scrollKeepAlive from Java API
* Use searchAfter + branch@timestamp for efficient data snapshot paging/scrolling.
* [core] remove scrollId from core models and API
* [snomed] remove scrollId from snomed models and API
* [rest] remove scrollId from core REST API
* [snomed] remove scrollId from snomed REST API
* [rf2] use branch@timestamp for RF2 exports
* [build] add CMS GC settings to all tycho surefire executions
* [launch] add CMS GC settings to all test launch configs
* [qa] fix lgtm issues https://lgtm.com/rules/2049510531/
* [index] use bool query with should clauses for term filters with more than the configured index.max_terms_count.
* Also make it possible to configure both maxTermsCount and resultWindow values from snowowl.yml (repository.index config).
* [index] fix some of the type_removal warnings reported by ES
* The remaining warnings thrown by the Mapping API, but we cannot remove it yet, due to our dependency to the TCP client infrastructure. Those warnings will be eliminated once ES 8 is out and we decide to upgrade to that (which will remove the TCP client functionality entirely).
Fix some java compile warnings as well. And also add some serialVersionUIDs.
* [index] fix nested field name in terms queries. Also fix decimal value conversion when number of terms is less than the
max_terms_count.
* [index] searches should always track total hits accurately
* [core] update comments in SearchResourceRequestIterator
* [index] aggregations should always track total hits accurately
* [index] fix typo

* [docker] bump elasticsearch-oss image version to 7.5.2

* [index] prevent unnecessary mapping updates during startup

* [qa] fix lgtm issue https://lgtm.com/rules/1930000368/

* [qa] fix lgtm issue https://lgtm.com/rules/9990077/

* [qa] fix lgtm issue https://lgtm.com/rules/11000068/

* [qa] fix lgtm issue https://lgtm.com/rules/9990077/

* [qa] fix lgtm issue https://lgtm.com/rules/2049510531/

* [qa] fix lgtm issue https://lgtm.com/rules/2049510531/

* [qa] fix lgtm issue https://lgtm.com/rules/2049510531/

* [qa] fix lgtm issue https://lgtm.com/rules/2049510531/

* [qa] fix lgtm issue https://lgtm.com/rules/2049510531/

* [qa] fix lgtm issue https://lgtm.com/rules/2049510531/

* [qa] fix lgtm issue https://lgtm.com/rules/2049510531/

* [qa] fix lgtm issue https://lgtm.com/rules/2049510531/

* [qa] fix lgtm issue https://lgtm.com/rules/2049510531/

* [qa] fix lgtm issue https://lgtm.com/rules/2049510531/

* [qa] fix lgtm issue https://lgtm.com/rules/2049510531/

* [qa] fix lgtm issue https://lgtm.com/rules/2049510531/

* [qa] fix lgtm issue https://lgtm.com/rules/2049510531/

* [qa] fix lgtm issue https://lgtm.com/rules/2049510531/

* [qa] fix lgtm issue https://lgtm.com/rules/2049510531/

* [qa] fix lgtm issue https://lgtm.com/rules/2049510531/

* [qa] fix lgtm issue https://lgtm.com/rules/2049510531/

* [qa] ignore lgtm issue https://lgtm.com/rules/1954750296/ in Base64

* [qa] ignore lgtm issue https://lgtm.com/rules/1954750296/ (JavaBinCodec)

* [qa] fix lgtm issue https://lgtm.com/rules/1507082716110/

* [snomed] remove InactivationIndicator and AssociationType enum literals

Use new InactivationProperties object to specify indicator and
association target values during component inactivation.
Make processInactivation method generic in SnomedComponentUpdateRequest.

* [index] Reorder classpath entries, remove source attachment paths

* [dev] fix launch configurations

Co-authored-by: Gábor Nagy <[email protected]>
Co-authored-by: AAAlinaaa <[email protected]>
Co-authored-by: Mark Czotter <[email protected]>
Co-authored-by: Balazs Banfai <[email protected]>
Co-authored-by: Gabriella Deak <[email protected]>
Co-authored-by: András Péteri <[email protected]>
* chr-1516 - customize snowowl.yml, Dockerfile, create Makefile, adjust circleCi config

* chr-1516 - for testing make circleCi run on all branches but the master

* chr-1516 - for testing change circleCi

* chr-1516 - fix inentation

* chr-1516 -install maven

* chr-1516 - install maven...

* chr-1516 - install maven again

* chr-1516 - install maven again ???

* chr-1516 - use wrapper...

* chr-1516 - use wrapper and fix error...

* chr-1516 - use wrapper and fix error...

* chr-1516 - use wrapper and fix error...

* chr-1516 - use wrapper and fix error...

* chr-1516 - use wrapper and fix error...

* chr-1516 - use wrapper and fix error...

* chr-1516 - use wrapper and fix error...

* chr-1516 - use wrapper and fix error...

* chr-1516 - use wrapper and fix error...

* chr-1516 - use wrapper and fix error...

* chr-1516 - use wrapper and fix error...

* chr-1516 - ..

* chr-1516 - split builds... why is file not found?!?!

* chr-1516 - split builds... why is file not found?!?!

* chr-1516 - push docker

* chr-1516 - test if this will move the docs files where they have to be

* chr-1516 - test build in circle ci

* chr-1516 - test build in circle ci

* chr-1516 - test build in circle ci

* chr-1516 - test build in circle ci again

* chr-1516 - test build in circle ci again2

* chr-1516 - print  debug

* chr-1516 - print other debug info, not so detailed

* chr-1516 - print other debug info, not so detailed

* chr-1516 - replace mvn plugin

* chr-1516 - replace mvn plugin

* chr-1516 - try stable node version

* chr-1516 - try stable node version without sudo

* chr-1516 - try stable node version without sudo

* chr-1516 - try updating node stuff

* chr-1516 - try updating node stuff more

* chr-1516 - try updating docker image

* chr-1516 - try updating make..

* chr-1516 - install npm

* chr-1516 - install npm

* chr-1516 - release libs on merge to master, release docker on tag

* chr-1516 - release to dev on master merge, release to staging on tag

* chr-1516 - code review changes

* chr-1516 - fix staging deploy step

* chr-1516 - fix staging deploy step

* chr-1516 - fix staging deploy step
* chr-1516 - fix deployment - install curl + debug it

* chr-1516 - fix release version

* chr-1516 - get rid of unnecessary env var

* chr-1516 - add langs again

* chr-1516 - revert debug config
…b2ihealthcare-7.x

# Conflicts:
#	CHANGELOG.md
#	README.md
#	cis/com.b2international.snowowl.snomed.cis.feature/feature.xml
#	cis/com.b2international.snowowl.snomed.cis.feature/pom.xml
#	cis/com.b2international.snowowl.snomed.cis.product/pom.xml
#	cis/com.b2international.snowowl.snomed.cis.product/snow-owl-cis.product
#	cis/com.b2international.snowowl.snomed.cis.rest/META-INF/MANIFEST.MF
#	cis/com.b2international.snowowl.snomed.cis.rest/pom.xml
#	cis/com.b2international.snowowl.snomed.cis/META-INF/MANIFEST.MF
#	cis/com.b2international.snowowl.snomed.cis/pom.xml
#	cis/pom.xml
#	commons/com.b2international.collections.api/META-INF/MANIFEST.MF
#	commons/com.b2international.collections.api/pom.xml
#	commons/com.b2international.collections.fastutil/META-INF/MANIFEST.MF
#	commons/com.b2international.collections.fastutil/pom.xml
#	commons/com.b2international.collections.jackson/META-INF/MANIFEST.MF
#	commons/com.b2international.collections.jackson/pom.xml
#	commons/com.b2international.commons.base/META-INF/MANIFEST.MF
#	commons/com.b2international.commons.base/pom.xml
#	commons/com.b2international.commons.test/META-INF/MANIFEST.MF
#	commons/com.b2international.commons.test/pom.xml
#	commons/com.b2international.commons/META-INF/MANIFEST.MF
#	commons/com.b2international.commons/pom.xml
#	commons/com.b2international.index.tests.tools/META-INF/MANIFEST.MF
#	commons/com.b2international.index.tests.tools/pom.xml
#	commons/com.b2international.index.tests/META-INF/MANIFEST.MF
#	commons/com.b2international.index.tests/pom.xml
#	commons/com.b2international.index/META-INF/MANIFEST.MF
#	commons/com.b2international.index/pom.xml
#	commons/com.b2international.mapdb/pom.xml
#	commons/com.b2international.scripting.api/META-INF/MANIFEST.MF
#	commons/com.b2international.scripting.api/pom.xml
#	commons/com.b2international.scripting.groovy/META-INF/MANIFEST.MF
#	commons/com.b2international.scripting.groovy/pom.xml
#	commons/pom.xml
#	core/com.b2international.snowowl.core.rest.feature/feature.xml
#	core/com.b2international.snowowl.core.rest.feature/pom.xml
#	core/com.b2international.snowowl.core.rest.tests/META-INF/MANIFEST.MF
#	core/com.b2international.snowowl.core.rest.tests/pom.xml
#	core/com.b2international.snowowl.core.rest/META-INF/MANIFEST.MF
#	core/com.b2international.snowowl.core.rest/pom.xml
#	core/com.b2international.snowowl.core.rest/snow-owl-api-docs/package-lock.json
#	core/com.b2international.snowowl.core.rest/snow-owl-api-docs/package.json
#	core/com.b2international.snowowl.core.rest/src/com/b2international/snowowl/core/rest/AbstractRestService.java
#	core/com.b2international.snowowl.core.tests/META-INF/MANIFEST.MF
#	core/com.b2international.snowowl.core.tests/pom.xml
#	core/com.b2international.snowowl.core/META-INF/MANIFEST.MF
#	core/com.b2international.snowowl.core/pom.xml
#	core/com.b2international.snowowl.datastore.server.tests/META-INF/MANIFEST.MF
#	core/com.b2international.snowowl.datastore.server.tests/pom.xml
#	core/com.b2international.snowowl.datastore/META-INF/MANIFEST.MF
#	core/com.b2international.snowowl.datastore/pom.xml
#	core/com.b2international.snowowl.datastore/src/com/b2international/snowowl/core/commit/CommitInfoConverter.java
#	core/com.b2international.snowowl.identity.file/META-INF/MANIFEST.MF
#	core/com.b2international.snowowl.identity.file/pom.xml
#	core/com.b2international.snowowl.identity.ldap/META-INF/MANIFEST.MF
#	core/com.b2international.snowowl.identity.ldap/pom.xml
#	core/com.b2international.snowowl.identity/META-INF/MANIFEST.MF
#	core/com.b2international.snowowl.identity/pom.xml
#	core/com.b2international.snowowl.logback.config/META-INF/MANIFEST.MF
#	core/com.b2international.snowowl.logback.config/pom.xml
#	core/com.b2international.snowowl.server.core.feature/feature.xml
#	core/com.b2international.snowowl.server.core.feature/pom.xml
#	core/com.b2international.snowowl.server.dependencies.feature/feature.xml
#	core/com.b2international.snowowl.server.dependencies.feature/pom.xml
#	core/com.b2international.snowowl.server.product.feature/feature.xml
#	core/com.b2international.snowowl.server.product.feature/pom.xml
#	core/com.b2international.snowowl.server.product/META-INF/MANIFEST.MF
#	core/com.b2international.snowowl.server.product/pom.xml
#	core/pom.xml
#	dist/pom.xml
#	documentation/META-INF/MANIFEST.MF
#	documentation/pom.xml
#	fhir/com.b2international.snowowl.fhir.core/META-INF/MANIFEST.MF
#	fhir/com.b2international.snowowl.fhir.core/pom.xml
#	fhir/com.b2international.snowowl.fhir.rest.feature/feature.xml
#	fhir/com.b2international.snowowl.fhir.rest.feature/pom.xml
#	fhir/com.b2international.snowowl.fhir.rest.tests/META-INF/MANIFEST.MF
#	fhir/com.b2international.snowowl.fhir.rest.tests/pom.xml
#	fhir/com.b2international.snowowl.fhir.rest/META-INF/MANIFEST.MF
#	fhir/com.b2international.snowowl.fhir.rest/pom.xml
#	fhir/pom.xml
#	net4j/com.b2international.snowowl.eventbus.tests/META-INF/MANIFEST.MF
#	net4j/com.b2international.snowowl.eventbus.tests/pom.xml
#	net4j/com.b2international.snowowl.eventbus/META-INF/MANIFEST.MF
#	net4j/com.b2international.snowowl.eventbus/pom.xml
#	net4j/com.b2international.snowowl.rpc.test/META-INF/MANIFEST.MF
#	net4j/com.b2international.snowowl.rpc.test/pom.xml
#	net4j/com.b2international.snowowl.rpc/META-INF/MANIFEST.MF
#	net4j/com.b2international.snowowl.rpc/pom.xml
#	net4j/pom.xml
#	pom.xml
#	releng/com.b2international.snowowl.server.update/category.xml
#	releng/com.b2international.snowowl.server.update/pom.xml
#	releng/com.b2international.snowowl.server.update/snow-owl-oss.product
#	releng/pom.xml
#	releng/target-platform/pom.xml
#	snomed/com.b2international.snowowl.snomed.common/META-INF/MANIFEST.MF
#	snomed/com.b2international.snowowl.snomed.common/pom.xml
#	snomed/com.b2international.snowowl.snomed.core.feature/feature.xml
#	snomed/com.b2international.snowowl.snomed.core.feature/pom.xml
#	snomed/com.b2international.snowowl.snomed.core.rest.feature/feature.xml
#	snomed/com.b2international.snowowl.snomed.core.rest.feature/pom.xml
#	snomed/com.b2international.snowowl.snomed.core.rest.tests/META-INF/MANIFEST.MF
#	snomed/com.b2international.snowowl.snomed.core.rest.tests/pom.xml
#	snomed/com.b2international.snowowl.snomed.core.rest.tests/src/com/b2international/snowowl/snomed/core/rest/io/SnomedExportApiTest.java
#	snomed/com.b2international.snowowl.snomed.core.rest/META-INF/MANIFEST.MF
#	snomed/com.b2international.snowowl.snomed.core.rest/pom.xml
#	snomed/com.b2international.snowowl.snomed.core.rest/src/com/b2international/snowowl/snomed/core/rest/SnomedConceptRestService.java
#	snomed/com.b2international.snowowl.snomed.core.rest/src/com/b2international/snowowl/snomed/core/rest/SnomedReferenceSetRestService.java
#	snomed/com.b2international.snowowl.snomed.core.rest/src/com/b2international/snowowl/snomed/core/rest/services/FsnJoinerOperation.java
#	snomed/com.b2international.snowowl.snomed.datastore.tests/META-INF/MANIFEST.MF
#	snomed/com.b2international.snowowl.snomed.datastore.tests/pom.xml
#	snomed/com.b2international.snowowl.snomed.datastore/META-INF/MANIFEST.MF
#	snomed/com.b2international.snowowl.snomed.datastore/pom.xml
#	snomed/com.b2international.snowowl.snomed.datastore/src/com/b2international/snowowl/snomed/datastore/SnomedRefSetUtil.java
#	snomed/com.b2international.snowowl.snomed.datastore/src/com/b2international/snowowl/snomed/datastore/converter/SnomedConceptConverter.java
#	snomed/com.b2international.snowowl.snomed.datastore/src/com/b2international/snowowl/snomed/datastore/index/entry/SnomedRefSetMemberIndexEntry.java
#	snomed/com.b2international.snowowl.snomed.datastore/src/com/b2international/snowowl/snomed/datastore/request/SnomedComponentUpdateRequest.java
#	snomed/com.b2international.snowowl.snomed.datastore/src/com/b2international/snowowl/snomed/datastore/request/SnomedConceptUpdateRequest.java
#	snomed/com.b2international.snowowl.snomed.datastore/src/com/b2international/snowowl/snomed/datastore/request/SnomedRefSetMemberSearchRequest.java
#	snomed/com.b2international.snowowl.snomed.datastore/src/com/b2international/snowowl/snomed/datastore/request/SnomedRefSetSearchRequestBuilder.java
#	snomed/com.b2international.snowowl.snomed.datastore/src/com/b2international/snowowl/snomed/datastore/request/SnomedRepositoryCommitRequestBuilder.java
#	snomed/com.b2international.snowowl.snomed.dsl/.classpath
#	snomed/com.b2international.snowowl.snomed.dsl/src/com/b2international/snowowl/snomed/dsl/query/queryast/AttributeClauseGroup.java
#	snomed/com.b2international.snowowl.snomed.dsl/src/com/b2international/snowowl/snomed/dsl/query/queryast/NotClause.java
#	snomed/com.b2international.snowowl.snomed.ecl.tests/META-INF/MANIFEST.MF
#	snomed/com.b2international.snowowl.snomed.ecl.tests/pom.xml
#	snomed/com.b2international.snowowl.snomed.ecl/META-INF/MANIFEST.MF
#	snomed/com.b2international.snowowl.snomed.ecl/pom.xml
#	snomed/com.b2international.snowowl.snomed.etl.tests/.project
#	snomed/com.b2international.snowowl.snomed.etl.tests/META-INF/MANIFEST.MF
#	snomed/com.b2international.snowowl.snomed.etl.tests/pom.xml
#	snomed/com.b2international.snowowl.snomed.etl/.classpath
#	snomed/com.b2international.snowowl.snomed.etl/.project
#	snomed/com.b2international.snowowl.snomed.etl/META-INF/MANIFEST.MF
#	snomed/com.b2international.snowowl.snomed.etl/pom.xml
#	snomed/com.b2international.snowowl.snomed.etl/src-gen/com/b2international/snowowl/snomed/etl/validation/AbstractEtlValidator.java
#	snomed/com.b2international.snowowl.snomed.fhir/META-INF/MANIFEST.MF
#	snomed/com.b2international.snowowl.snomed.fhir/pom.xml
#	snomed/com.b2international.snowowl.snomed.icons/META-INF/MANIFEST.MF
#	snomed/com.b2international.snowowl.snomed.icons/pom.xml
#	snomed/com.b2international.snowowl.snomed.ql.tests/.project
#	snomed/com.b2international.snowowl.snomed.ql.tests/META-INF/MANIFEST.MF
#	snomed/com.b2international.snowowl.snomed.ql.tests/pom.xml
#	snomed/com.b2international.snowowl.snomed.ql/META-INF/MANIFEST.MF
#	snomed/com.b2international.snowowl.snomed.ql/pom.xml
#	snomed/com.b2international.snowowl.snomed.reasoner.tests/META-INF/MANIFEST.MF
#	snomed/com.b2international.snowowl.snomed.reasoner.tests/pom.xml
#	snomed/com.b2international.snowowl.snomed.reasoner/META-INF/MANIFEST.MF
#	snomed/com.b2international.snowowl.snomed.reasoner/pom.xml
#	snomed/com.b2international.snowowl.snomed.scg.tests/.classpath
#	snomed/com.b2international.snowowl.snomed.scg.tests/.project
#	snomed/com.b2international.snowowl.snomed.scg.tests/META-INF/MANIFEST.MF
#	snomed/com.b2international.snowowl.snomed.scg.tests/pom.xml
#	snomed/com.b2international.snowowl.snomed.scg/.project
#	snomed/com.b2international.snowowl.snomed.scg/META-INF/MANIFEST.MF
#	snomed/com.b2international.snowowl.snomed.scg/pom.xml
#	snomed/com.b2international.snowowl.snomed.scg/src-gen/com/b2international/snowowl/dsl/validation/AbstractSCGJavaValidator.java
#	snomed/com.b2international.snowowl.snomed.scg/src-gen/com/b2international/snowowl/snomed/scg/validation/AbstractScgValidator.java
#	snomed/com.b2international.snowowl.snomed.scg/src/com/b2international/snowowl/dsl/ParseException.java
#	snomed/com.b2international.snowowl.snomed.semanticengine.simpleast.test/.project
#	snomed/com.b2international.snowowl.snomed.semanticengine.simpleast.test/build.properties
#	snomed/com.b2international.snowowl.snomed.semanticengine.simpleast/.classpath
#	snomed/com.b2international.snowowl.snomed.semanticengine.simpleast/.project
#	snomed/com.b2international.snowowl.snomed.semanticengine.test/.project
#	snomed/com.b2international.snowowl.snomed.semanticengine/.project
#	snomed/com.b2international.snowowl.snomed.semanticengine/build.properties
#	snomed/com.b2international.snowowl.validation.snomed/META-INF/MANIFEST.MF
#	snomed/com.b2international.snowowl.validation.snomed/pom.xml
#	snomed/pom.xml
#	tests/com.b2international.restassured-all/pom.xml
#	tests/com.b2international.snowowl.test.commons/META-INF/MANIFEST.MF
#	tests/com.b2international.snowowl.test.commons/pom.xml
#	tests/com.b2international.snowowl.test.dependencies/META-INF/MANIFEST.MF
#	tests/com.b2international.snowowl.test.dependencies/pom.xml
#	tests/com.b2international.snowowl.test.feature/feature.xml
#	tests/com.b2international.snowowl.test.feature/pom.xml
#	tests/pom.xml
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.

None yet

2 participants