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

Keep low level rest client under Apache 2 software license #68694

Merged
merged 3 commits into from
Feb 8, 2021

Conversation

mark-vieira
Copy link
Contributor

@mark-vieira mark-vieira commented Feb 8, 2021

Since the low level rest client (LLRC) has no dependencies on other Elasticsearch code we can continue to publish it under the Apache 2.0 license. This will also enable the future HLRC to be Apache 2.0 licensed as well, as is consistent with other client implementations.

@mark-vieira mark-vieira added the :Delivery/Packaging RPM and deb packaging, tar and zip archives, shell and batch scripts label Feb 8, 2021
@elasticmachine elasticmachine added the Team:Delivery Meta label for Delivery team label Feb 8, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-delivery (Team:Delivery)

Copy link
Member

@jasontedor jasontedor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

14:08:32 [jason@totoro:~/src/elastic/elasticsearch] llrc-apache-2+ ± ./gradlew clean :client:rest:assemble
=======================================
Elasticsearch Build Hamster says Hello!
  Gradle Version        : 6.8.2
  OS Info               : Linux 5.9.10-200.fc33.x86_64 (amd64)
  JDK Version           : 15 (Oracle)
  JAVA_HOME             : /opt/java/jdk-15
  Random Testing Seed   : 52366388B75DE731
  In FIPS 140 mode      : false
=======================================

BUILD SUCCESSFUL in 3s
326 actionable tasks: 207 executed, 2 from cache, 117 up-to-date

Publishing build scan...
https://gradle-enterprise.elastic.co/s/esxgqobdnbhk4

14:08:47 [jason@totoro:~/src/elastic/elasticsearch] llrc-apache-2+ ± xmlstarlet sel -N pom="http://maven.apache.org/POM/4.0.0" -t -c '/pom:project/pom:licenses' -nl client/rest/build/distributions/elasticsearch-rest-client-8.0.0-SNAPSHOT.pom
<licenses xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
14:08:59 [jason@totoro:~/src/elastic/elasticsearch] llrc-apache-2+ ± 

LGTM

@mark-vieira mark-vieira merged commit 71c0821 into elastic:master Feb 8, 2021
@mark-vieira mark-vieira deleted the llrc-apache-2 branch February 8, 2021 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Delivery/Packaging RPM and deb packaging, tar and zip archives, shell and batch scripts Team:Delivery Meta label for Delivery team v7.11.1 v7.12.0 v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants