Git Product home page Git Product logo

Comments (4)

swallez avatar swallez commented on July 21, 2024 1

Absolutely! We're working on it, as it has to be part of Elastic's "unified release process" that coordinates artifact construction and publication for all Elastic products.

from elasticsearch-java.

sothawo avatar sothawo commented on July 21, 2024

I was missing the token to be able to read packages from GitHub packages. I created a Personal Access Token (https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token) that only has the read packages access defined.

After that I changed the gradle repository definition to:

repositories {
    mavenCentral()
    maven {
        name = "GitHubPackages"
        url = uri("https://maven.pkg.github.com/elastic/elasticsearch-java")
        credentials(PasswordCredentials)
    }
}

and added my username and the token as password to my ~/.gradle/gradle.properties file:

GitHubPackagesUsername=USERNAME
GitHubPackagesPassword=PERSONAL_ACCESS_TOKEN

Now it works

from elasticsearch-java.

swallez avatar swallez commented on July 21, 2024

Oh, indeed GitHub requires a token even for read access. I've updated the README with additional instructions in 99e191d. Thanks!

from elasticsearch-java.

sothawo avatar sothawo commented on July 21, 2024

I suppose once the client is final, it will be available via maven central? Because otherwise everyone who is using Spring Data Elasticsearch would need to create a PAT.

from elasticsearch-java.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.