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

#458 removal of gaian/ranger/derby/virtualization connectors/services #5314

Merged
merged 15 commits into from
Jun 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
65 changes: 0 additions & 65 deletions .azure-pipelines/docker.yml

This file was deleted.

1 change: 0 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ open-metadata-implementation/access-services/asset-lineage/ @DimitriosMaimaris @
open-metadata-implementation/adapters/open-connectors/rest-client-connectors/spring-rest-client-connector/ @planetf1
open-metadata-implementation/adapters/open-connectors/configuration-store-connectors/configuration-encrypted-file-store-connector/ @cmgrote
open-metadata-implementation/adapters/governance-engines-plugins/ @planetf1
open-metadata-implementation/adapters/authentication-plugins/gaian-impersonation/ @planetf1
open-metadata-implementation/adapters/open-connectors/governance-daemon-connectors/open-lineage-connectors/ @DimitriosMaimaris
open-metadata-implementation/adapters/open-connectors/governance-daemon-connectors/open-lineage-connectors/open-lineage-janus-connector/src/main/java/org/odpi/openmetadata/openconnectors/governancedaemonconnectors/openlineageconnectors/janusconnector/maingraph/ @GuyAckermans @lcpopa

Expand Down
1 change: 0 additions & 1 deletion Content-Organization.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ The Egeria core repository contains the core Egeria functionality, and is organi

* **[adapters](open-metadata-implementation/adapters)** - pluggable component implementations.
* **[authentication-plugins](open-metadata-implementation/adapters/authentication-plugins)** support extensions to technology such as LDAP that are used to verify the identity of an individual or service requesting access to data/metadata.
* **[governance-engines-plugins](open-metadata-implementation/adapters/governance-engines-plugins)** support plugins to governance engines to enable them to use open metadata settings in their validation and enforcement decisions, and the resulting actions they take.
* **[open-connectors](open-metadata-implementation/adapters/open-connectors)** are connectors that support the Open Connector Framework (OCF).
* **[configuration-store-connectors](open-metadata-implementation/adapters/open-connectors/configuration-store-connectors)** contains the connectors that manage the open metadata configuration.
* **[connector-configuration-factory](open-metadata-implementation/adapters/open-connectors/connector-configuration-factory)** creates **Connection** objects to configure the open connectors.
Expand Down
2 changes: 0 additions & 2 deletions THIRD_PARTY.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@ for each one.
- [hadoop-common](https://github.com/apache/hadoop-common) licensed under [Apache License 2.0](https://search.maven.org/artifact/org.apache.hadoop/hadoop-common/3.2.1/jar)
- [Apache Kafka](https://github.com/apache/kafka) clients licensed under [Apache License 2.0](https://github.com/apache/kafka/blob/trunk/LICENSE)
- [Apache Lucene](https://github.com/apache/lucene-solr) licensed under [Apache License 2.0](https://search.maven.org/artifact/org.apache.lucene/lucene-analyzers-common/8.2.0/jar)
- [Apache Ranger](https://github.com/apache/ranger) plugins licensed under [Apache License 2.0](https://github.com/apache/ranger/blob/master/LICENSE.txt)
- [Apache Tinkerpop](https://github.com/apache/tinkerpop) gremlin-core, tinkergraph-gremlin licensed under [Apache License 2.0](https://github.com/apache/tinkerpop/blob/master/LICENSE)
- [Apache Tomcat](https://github.com/apache/tomcat) tomcat-embed-core licensed under [Apache License 2.0](https://github.com/apache/tomcat/blob/master/LICENSE)
- [DataStax Java Driver for Apache Cassandra](https://github.com/datastax/java-driver) licensed under [Apache License 2.0](https://github.com/datastax/java-driver/blob/4.x/LICENSE)
- FasterXML
- [jackson-core](https://github.com/FasterXML/jackson-core) licensed under [Apache License 2.0](https://github.com/FasterXML/jackson-core/blob/master/LICENSE)
- [jackson-annotations](https://github.com/FasterXML/jackson-annotations) licensed under [Apache License 2.0](https://github.com/FasterXML/jackson-annotations/blob/master/LICENSE)
- [jackson-databind](https://github.com/FasterXML/jackson-databind) licensed under [Apache License 2.0](https://github.com/FasterXML/jackson-databind/blob/master/LICENSE)
- [gaian](https://github.com/gaiandb/gaiandb) licensed under [Eclipse Public License 1.0](https://github.com/gaiandb/gaiandb/blob/master/LICENSE/LICENSE)
- [Google Guava](https://github.com/google/guava) licensed under [Apache License 2.0](https://github.com/google/guava/blob/master/COPYING)
- [Google Tink](https://github.com/google/tink) licensed under [Apache License 2.0](https://github.com/google/tink/blob/master/LICENSE)
- [h2](https://h2database.com) licensed under [Eclipse Public License 1.0](https://h2database.com/html/license.html)
Expand Down
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ allprojects {

dependencies {
constraints {
//implementation("com.ibm.gaiandb:gaian":"")
implementation("ch.qos.logback:logback-classic:${logbackVersion}")
implementation("ch.qos.logback:logback-core:${logbackVersion}")
implementation("com.datastax.oss:java-driver-core:4.11.1")
Expand Down Expand Up @@ -135,8 +134,6 @@ allprojects {
implementation("org.apache.avro:avro:1.10.2")
implementation("org.apache.commons:commons-collections4:4.4")
implementation("org.apache.commons:commons-lang3:3.12.0")
implementation("org.apache.derby:derby:10.8.3.1")
implementation("org.apache.hadoop:hadoop-common:2.9.2")
implementation("org.apache.httpcomponents:httpclient:4.5.13")
implementation("org.apache.httpcomponents:httpcore:4.4.14")
implementation("org.apache.jena:jena-core:3.17.0")
Expand All @@ -146,7 +143,6 @@ allprojects {
implementation("org.apache.lucene:lucene-queryparser:${luceneVersion}")
implementation("org.apache.lucene:lucene-spatial:8.4.1")
implementation("org.apache.lucene:lucene-spatial-extras:${luceneVersion}")
implementation("org.apache.ranger:ranger-plugins-common:1.2.0")
implementation("org.apache.tinkerpop:tinkergraph-gremlin:${gremlinVersion}")
implementation("org.apache.tinkerpop:gremlin-driver:${gremlinVersion}")
implementation("org.apache.tinkerpop:gremlin-core:${gremlinVersion}")
Expand Down
3 changes: 0 additions & 3 deletions developer-resources/Developer-Guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,6 @@ Many of our team use [JetBrains IntelliJ](tools/IntelliJ.md).
In the case of problems the first problem determination step is to check you can build Egeria normally at the command line ie `mvn clean install` from the source
root. That will prove at least java, maven are correct .

In addition, importantly, this also will retrieve additional dependencies which are not available in public
repositories are retrieved, otherwise you may see an error like `Cannot resolve com.ibm.gaiandb:gaian` or `Cannot resolve org.apache.derby:derby`.

We have also noticed that you need to ensure JAVA_HOME is set (see under 'Java' earlier on this page) or the build will fail running javadoc.

## Issue Tracking
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
<include>org.odpi.egeria:discovery-service-connectors:*</include>
<include>org.odpi.egeria:governance-action-connectors:*</include>
<include>org.odpi.egeria:files-integration-connectors:*</include>
<!--include>org.odpi.egeria:gaian-connector:*</include-->
<include>org.odpi.egeria:graph-repository-connector:*</include>
<include>org.odpi.egeria:inmemory-open-metadata-topic-connector:*</include>
<include>org.odpi.egeria:inmemory-repository-connector:*</include>
Expand All @@ -77,10 +76,7 @@
<include>org.odpi.egeria:open-metadata-archive-file-connector:*</include>
<!-- included as we use for the tutorial environment for access control -->
<include>org.odpi.egeria:open-metadata-security-samples:*</include>
<!--include>org.odpi.egeria:security-officer-tag-connector:*</include-->
<include>org.odpi.egeria:spring-rest-client-connector:*</include>
<!--include>org.odpi.egeria:ranger-connector:*</include-->
<!--include>org.odpi.egeria:view-generator-connectors:*</include-->
<!-- pluggable discovery service -->
<include>org.odpi.egeria:governance-services-sample:*</include>
</includes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@
<groupId>org.odpi.egeria</groupId>
<artifactId>governance-program-spring</artifactId>
</dependency>
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>information-view-spring</artifactId>
</dependency>
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>project-management-spring</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public enum AnalyticsModelingErrorCode implements ExceptionMessageSet {
"If the server is supposed to have this access service activated, correct the server configuration and restart the server."),
BAD_CONFIG(
"OMAS-ANALYTICS-MODELING-005",
"The Information View Open Metadata Access Service (OMAS) has been passed an invalid value of {0} in the {1} property. The resulting exception of {2} included the following message: {3}",
"The Analytics Modeling Open Metadata Access Service (OMAS) has been passed an invalid value of {0} in the {1} property. The resulting exception of {2} included the following message: {3}",
"The access service has not been passed valid configuration.",
"Correct the configuration and restart the service."),
ENTITY_NOT_FOUND_EXCEPTION(404,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* [Asset Consumer OMAS User Documentation](../../asset-consumer/docs/user)
* [Community Profile OMAS User Documentation](../../community-profile/docs/user)
* [Data Engine OMAS User Documentation](../../data-engine/docs/user)
* [Information View OMAS User Documentation](../../information-view/docs/user)



Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading