Skip to content

Commit

Permalink
Remove Avro-related code from Java SDK "core" module
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanenko-dev committed Aug 4, 2023
1 parent 663bd52 commit 49832e7
Show file tree
Hide file tree
Showing 32 changed files with 43 additions and 11,666 deletions.
12 changes: 6 additions & 6 deletions sdks/java/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ applyJavaNature(
relocate "org.antlr.v4", getJavaRelocatedPath("org.antlr.v4")
},
)
applyAvroNature()
//applyAvroNature()
applyAntlrNature()

generateGrammarSource {
Expand Down Expand Up @@ -89,7 +89,7 @@ dependencies {
shadow library.java.jackson_annotations
shadow library.java.jackson_databind
shadow library.java.slf4j_api
shadow library.java.avro
// shadow library.java.avro
shadow library.java.snappy_java
shadow library.java.joda_time
implementation enforcedPlatform(library.java.google_cloud_platform_libraries_bom)
Expand All @@ -114,7 +114,7 @@ dependencies {
shadowTest "com.esotericsoftware.kryo:kryo:2.21"
shadowTest library.java.quickcheck_core
shadowTest library.java.quickcheck_generators
shadowTest library.java.avro_tests
// shadowTest library.java.avro_tests
shadowTest library.java.zstd_jni
shadowTest library.java.commons_logging
shadowTest library.java.log4j
Expand All @@ -123,6 +123,6 @@ dependencies {
testRuntimeOnly library.java.slf4j_jdk14
}

project.tasks.compileTestJava {
options.compilerArgs += ['-Xlint:-rawtypes'] // generated avro uses rawtypes without suppression
}
//project.tasks.compileTestJava {
// options.compilerArgs += ['-Xlint:-rawtypes'] // generated avro uses rawtypes without suppression
//}
Loading

0 comments on commit 49832e7

Please sign in to comment.