-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SQL: Refactor package names of sql-proto and sql-shared-proto projects (
#31622) - renames project `sql-proto` to `sql-action`, - renames package `sql.plugin` to `sql.action` - renames project `sql-shared-client` to `sql-client` - renames package `sql.shard.client` to `sql.client` - renames project `sql-shared-proto` to `sql-proto` Closes #31593
- Loading branch information
Showing
127 changed files
with
302 additions
and
296 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,152 @@ | ||
|
||
/* | ||
* This project contains transport-level requests and responses that are shared between x-pack plugin and qa tests | ||
*/ | ||
|
||
import org.elasticsearch.gradle.precommit.PrecommitTasks | ||
|
||
apply plugin: 'elasticsearch.build' | ||
|
||
description = 'Request and response objects shared by the cli, jdbc ' + | ||
'and the Elasticsearch plugin' | ||
|
||
dependencies { | ||
/* We'd like to just depend on xcontent but there are some bits of | ||
* :server that we rely on.... */ | ||
compile (project(':server')) { | ||
transitive = false | ||
} | ||
compile (project(':libs:core')) { | ||
transitive = false | ||
} | ||
compile (project(':libs:x-content')) { | ||
transitive = false | ||
} | ||
compile xpackProject('plugin:sql:sql-proto') | ||
compile "org.apache.lucene:lucene-core:${versions.lucene}" | ||
compile 'joda-time:joda-time:2.9.9' | ||
runtime "com.fasterxml.jackson.core:jackson-core:${versions.jackson}" | ||
runtime "org.apache.logging.log4j:log4j-api:${versions.log4j}" | ||
runtime "org.apache.logging.log4j:log4j-core:${versions.log4j}" | ||
|
||
testCompile "org.elasticsearch.test:framework:${version}" | ||
} | ||
|
||
forbiddenApisMain { | ||
//sql does not depend on server, so only jdk signatures should be checked | ||
signaturesURLs = [PrecommitTasks.getResource('/forbidden/jdk-signatures.txt')] | ||
} | ||
|
||
dependencyLicenses { | ||
mapping from: /elasticsearch-core.*/, to: 'elasticsearch' | ||
mapping from: /jackson-.*/, to: 'jackson' | ||
mapping from: /lucene-.*/, to: 'lucene' | ||
ignoreSha 'elasticsearch' | ||
ignoreSha 'elasticsearch-core' | ||
} | ||
|
||
thirdPartyAudit.excludes = [ | ||
'com.fasterxml.jackson.dataformat.yaml.YAMLFactory', | ||
'com.fasterxml.jackson.dataformat.yaml.YAMLMapper', | ||
|
||
// from com.fasterxml.jackson.dataformat.yaml.YAMLMapper (jackson-dataformat-yaml) | ||
'com.fasterxml.jackson.databind.ObjectMapper', | ||
'org.fusesource.jansi.Ansi', | ||
'org.fusesource.jansi.AnsiRenderer$Code', | ||
|
||
// from log4j | ||
'com.conversantmedia.util.concurrent.DisruptorBlockingQueue', | ||
'com.conversantmedia.util.concurrent.SpinPolicy', | ||
'com.fasterxml.jackson.annotation.JsonInclude$Include', | ||
'com.fasterxml.jackson.databind.DeserializationContext', | ||
'com.fasterxml.jackson.databind.DeserializationFeature', | ||
'com.fasterxml.jackson.databind.JsonMappingException', | ||
'com.fasterxml.jackson.databind.JsonNode', | ||
'com.fasterxml.jackson.databind.Module$SetupContext', | ||
'com.fasterxml.jackson.databind.ObjectReader', | ||
'com.fasterxml.jackson.databind.ObjectWriter', | ||
'com.fasterxml.jackson.databind.SerializerProvider', | ||
'com.fasterxml.jackson.databind.deser.std.StdDeserializer', | ||
'com.fasterxml.jackson.databind.deser.std.StdScalarDeserializer', | ||
'com.fasterxml.jackson.databind.module.SimpleModule', | ||
'com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter', | ||
'com.fasterxml.jackson.databind.ser.impl.SimpleFilterProvider', | ||
'com.fasterxml.jackson.databind.ser.std.StdScalarSerializer', | ||
'com.fasterxml.jackson.databind.ser.std.StdSerializer', | ||
'com.fasterxml.jackson.dataformat.xml.JacksonXmlModule', | ||
'com.fasterxml.jackson.dataformat.xml.XmlMapper', | ||
'com.fasterxml.jackson.dataformat.xml.util.DefaultXmlPrettyPrinter', | ||
'com.fasterxml.jackson.databind.node.JsonNodeFactory', | ||
'com.fasterxml.jackson.databind.node.ObjectNode', | ||
'com.lmax.disruptor.BlockingWaitStrategy', | ||
'com.lmax.disruptor.BusySpinWaitStrategy', | ||
'com.lmax.disruptor.EventFactory', | ||
'com.lmax.disruptor.EventTranslator', | ||
'com.lmax.disruptor.EventTranslatorTwoArg', | ||
'com.lmax.disruptor.EventTranslatorVararg', | ||
'com.lmax.disruptor.ExceptionHandler', | ||
'com.lmax.disruptor.LifecycleAware', | ||
'com.lmax.disruptor.RingBuffer', | ||
'com.lmax.disruptor.Sequence', | ||
'com.lmax.disruptor.SequenceReportingEventHandler', | ||
'com.lmax.disruptor.SleepingWaitStrategy', | ||
'com.lmax.disruptor.TimeoutBlockingWaitStrategy', | ||
'com.lmax.disruptor.WaitStrategy', | ||
'com.lmax.disruptor.YieldingWaitStrategy', | ||
'com.lmax.disruptor.dsl.Disruptor', | ||
'com.lmax.disruptor.dsl.ProducerType', | ||
'javax.jms.Connection', | ||
'javax.jms.ConnectionFactory', | ||
'javax.jms.Destination', | ||
'javax.jms.JMSException', | ||
'javax.jms.MapMessage', | ||
'javax.jms.Message', | ||
'javax.jms.MessageConsumer', | ||
'javax.jms.MessageProducer', | ||
'javax.jms.Session', | ||
'javax.mail.Authenticator', | ||
'javax.mail.Message$RecipientType', | ||
'javax.mail.PasswordAuthentication', | ||
'javax.mail.Session', | ||
'javax.mail.Transport', | ||
'javax.mail.internet.InternetAddress', | ||
'javax.mail.internet.InternetHeaders', | ||
'javax.mail.internet.MimeBodyPart', | ||
'javax.mail.internet.MimeMessage', | ||
'javax.mail.internet.MimeMultipart', | ||
'javax.mail.internet.MimeUtility', | ||
'javax.mail.util.ByteArrayDataSource', | ||
'javax.persistence.AttributeConverter', | ||
'javax.persistence.EntityManager', | ||
'javax.persistence.EntityManagerFactory', | ||
'javax.persistence.EntityTransaction', | ||
'javax.persistence.Persistence', | ||
'javax.persistence.PersistenceException', | ||
'org.apache.commons.compress.compressors.CompressorStreamFactory', | ||
'org.apache.commons.compress.utils.IOUtils', | ||
'org.apache.commons.csv.CSVFormat', | ||
'org.apache.commons.csv.QuoteMode', | ||
'org.apache.kafka.clients.producer.Callback', | ||
'org.apache.kafka.clients.producer.KafkaProducer', | ||
'org.apache.kafka.clients.producer.Producer', | ||
'org.apache.kafka.clients.producer.ProducerRecord', | ||
'org.apache.kafka.clients.producer.RecordMetadata', | ||
'org.codehaus.stax2.XMLStreamWriter2', | ||
'org.jctools.queues.MessagePassingQueue$Consumer', | ||
'org.jctools.queues.MpscArrayQueue', | ||
'org.osgi.framework.AdaptPermission', | ||
'org.osgi.framework.AdminPermission', | ||
'org.osgi.framework.Bundle', | ||
'org.osgi.framework.BundleActivator', | ||
'org.osgi.framework.BundleContext', | ||
'org.osgi.framework.BundleEvent', | ||
'org.osgi.framework.BundleReference', | ||
'org.osgi.framework.FrameworkUtil', | ||
'org.osgi.framework.ServiceRegistration', | ||
'org.osgi.framework.SynchronousBundleListener', | ||
'org.osgi.framework.wiring.BundleWire', | ||
'org.osgi.framework.wiring.BundleWiring', | ||
'org.zeromq.ZMQ$Context', | ||
'org.zeromq.ZMQ$Socket', | ||
'org.zeromq.ZMQ' | ||
] |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.