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

ISSUE-757: Move internal changes to the public repo #759

Merged
merged 1 commit into from
Oct 3, 2022
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ Documentation and tutorials can be found on the [Registry docs](http://registry-

Registry users or devs should send a message to [Registry Google Group](https://groups.google.com/forum/#!forum/registry)

[![Join the chat at https://gitter.im/registry-users/Lobby](https://badges.gitter.im/registry-users/Lobby.svg)](https://gitter.im/registry-users/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)


## License

Copyright 2016-2021 Cloudera.
Copyright 2016-2022 Cloudera.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -45,3 +43,6 @@ limitations under the License.
* Saravanan Raju ([@raju-saravanan](https://github.com/raju-saravanan))
* Csaba Galyo ([@gcsaba2](https://github.com/gcsaba2))
* Csenge Virag Maruzsi ([@csengevirag](https://github.com/csengevirag))
* Andras Csaki ([@acsaki](https://github.com/acsaki))

...and many more!
18 changes: 0 additions & 18 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,6 @@
ext.libraries = [

atlas: [
classloader: dependencies.create("org.apache.atlas:atlas-plugin-classloader:$versions_atlas") {
exclude group: 'org.slf4j', module: 'slf4j-log4j12'
},
client: dependencies.create("org.apache.atlas:atlas-client-v2:$versions_atlas") {
exclude group: 'com.google.code.findbugs', module: 'jsr305'
exclude group: 'com.nimbusds', module: 'nimbus-jose-jwt'
exclude group: 'org.codehaus.jackson', module: 'jackson-core-asl'
exclude group: 'org.apache.avro', module: 'avro'
exclude group: 'jdk.tools', module: 'jdk.tools'
exclude group: 'org.apache.curator'
exclude group: 'org.slf4j'
exclude group: 'io.netty'
},
intg: dependencies.create("org.apache.atlas:atlas-intg:$versions_atlas") {
transitive = false
}
Expand Down Expand Up @@ -174,11 +161,6 @@ ext.libraries = [
],

hadoop: [
aws : "org.apache.hadoop:hadoop-aws:$versions_hadoop",
azure : "org.apache.hadoop:hadoop-azure:$versions_hadoop",
azure_datalake : "org.apache.hadoop:hadoop-azure-datalake:$versions_hadoop",
client : "org.apache.hadoop:hadoop-client:$versions_hadoop",
cloud : "org.apache.hadoop:hadoop-cloud-storage:$versions_hadoop",
common : "org.apache.hadoop:hadoop-common:$versions_hadoop",
minikdc : "org.apache.hadoop:hadoop-minikdc:$versions_hadoop"
],
Expand Down
12 changes: 3 additions & 9 deletions dev-tools/travis/travis-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,10 @@ TRAVIS_SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )

cd ${SRC_ROOT_DIR}

# Travis only has 3GB of memory, lets use 1GB for build, and 1.5GB for forked JVMs
export MAVEN_OPTS="-Xmx1024m"
# Travis only has 3GB of memory, lets use 2GB for build
export GRADLE_OPTS="-Xmx2048m"

mvn --batch-mode verify -Dmaven.test.redirectTestOutputToFile=true
"$TRAVIS_SCRIPT_DIR/../../gradlew" clean build -x javadoc
BUILD_RET_VAL=$?

for dir in `find . -type d -and -wholename \*/target/surefire-reports`;
do
echo "Looking for errors in ${dir}"
python ${TRAVIS_SCRIPT_DIR}/print-errors-from-test-reports.py "${dir}"
done

exit ${BUILD_RET_VAL}
16 changes: 8 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
project_version=0.10.0.7.2.16.0-SNAPSHOT
project_version=1.0.0
scala_version = 2.13.6
kafka_scala_version = 2.13
final_name=schemaregistry

mavenUrl = https://nexus-private.hortonworks.com/nexus/content/groups/public
gbnUrl = https://nexus-private.hortonworks.com/nexus/content/groups/public
mavenUrl = https://maven.scijava.org/content/repositories/public
gbnUrl = https://packages.confluent.io/maven
# add NPM parameters here in key=>value,key=>value formatting
npm_settings=npmDownloadRoot=>http://npm.infra.cloudera.com/api/npm/cloudera-npm/npm/-/,nodeDownloadRoot=>http://npm.infra.cloudera.com/nodejs/,bowerDownloadRoot=>http://npm.infra.cloudera.com/api/npm/cloudera-npm/bower/-/
npm_settings=
org.gradle.jvmargs=-Xmx4g

versions_atlas=2.1.0.7.2.16.0-SNAPSHOT
versions_atlas=2.2.0
versions_avro = 1.11.1
versions_commons_beanutils = 1.9.4
versions_commons_io=2.11.0
Expand All @@ -27,7 +27,7 @@ versions_dropwizard_guicey = 5.2.0
versions_flyway = 5.1.4
versions_freemarker = 2.3.31
versions_logback=1.2.11
versions_jackson1 = 1.9.13-cloudera.1
versions_jackson1 = 1.9.13
versions_jaxb_api = 2.2.12
versions_jopt = 5.0.4
versions_jose4j = 0.7.9
Expand All @@ -39,10 +39,10 @@ versions_mockserver = 5.11.2
versions_gson = 2.9.0
versions_libphonenumber = 8.0.0
versions_guice = 4.2.3
versions_hadoop=3.1.1.7.2.16.0-SNAPSHOT
versions_hadoop=3.1.1
versions_hikari = 3.4.1
versions_jna_platform = 5.0.0
versions_kafka=3.1.2.7.2.16.0-SNAPSHOT
versions_kafka=3.1.2
versions_confluent = 7.2.0
versions_nimbus = 7.9
versions_swagger = 1.6.2
Expand Down