diff --git a/Hybrid Row Whitepaper.docx b/docs/Hybrid-row-whitepaper.docx similarity index 100% rename from Hybrid Row Whitepaper.docx rename to docs/Hybrid-row-whitepaper.docx diff --git a/jre/pom.xml b/jre/pom.xml new file mode 100644 index 0000000..3477993 --- /dev/null +++ b/jre/pom.xml @@ -0,0 +1,399 @@ + + + 4.0.0 + + com.azure + azure-data-sdk-parent + 1.1.0 + ../../pom.data.xml + + + com.microsoft.azure + azure-cosmos-parent + 3.1.0 + pom + + Microsoft Azure Cosmos DB SQL API + This package contains Microsoft Azure SDK for Azure Cosmos DB SQL API (with Reactive Extension RX support) + https://github.com/Azure/azure-sdk-for-java + + + + azure-java-build-docs + ${site.url}/site/${project.artifactId} + + + + + https://github.com/Azure/azure-sdk-for-java + + + + UTF-8 + UTF-8 + 3.1.0 + 3.1.0 + 4.1.0 + 1.2.0 + 1.10.19 + 4.1.38.Final + 2.0.25.Final + 3.1.0 + 27.0.1-jre + 3.2.9.RELEASE + unit + ${project.basedir}/target/collectedArtifactsForRelease + + + + + + + com.microsoft.azure + azure-cosmos + ${project.parent.version} + + + + org.mockito + mockito-core + ${mockito.version} + test + + + + io.projectreactor + reactor-core + ${reactor-core.version} + + + + io.netty + netty-codec-http + ${netty.version} + + + + com.google.guava + guava + ${guava.version} + + + + io.netty + netty-tcnative + ${netty-tcnative.version} + linux-x86_64 + + + + io.netty + netty-handler + ${netty.version} + + + + + + + + unit + + default + unit + + + true + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + + + + + + fast + + simple,cosmosv3 + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + + + + + long + + long + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + + + + + direct + + direct + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + + + + + multi-master + + multi-master + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + + + + + examples + + + samples,examples + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + + + + integration-test + verify + + + + + + + + + + emulator + + emulator + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + + + + + non-emulator + + non-emulator + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + + + + + e2e + + e2e + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + unit + + %regex[.*] + + + + surefire.testng.verbose + 2 + + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + %regex[.*] + + + + surefire.testng.verbose + 2 + + + ${test.groups} + + + + + integration-test + verify + + + + + + + + + maven-javadoc-plugin + true + + true + false + ${javadoc.opts} + + **/internal/**/*.java + **/*BridgeInternal.java + + + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + 1.8 + false + + + + org.apache.maven.plugins + maven-eclipse-plugin + 2.8 + + + + org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8 + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.8 + + + + default-cli + + + + + + + + + + + + run + + + + + + + + + + microsoft + Microsoft Corporation + + + + + microsoft-azure-cosmos + microsoft-azure-cosmos-benchmark + microsoft-azure-cosmos-examples + + +