GithubHelp home page GithubHelp logo

Comments (8)

mohsinh avatar mohsinh commented on May 7, 2024

M1 release is mark for Spring-Data-Elasticsearch on 3rd of may with Babbage Release.
please see https://github.com/SpringSource/spring-data-commons/wiki/Release-Train-Babbage for more info.

from spring-data-elasticsearch.

rizwanidrees avatar rizwanidrees commented on May 7, 2024

Hi Marius,

You can add spring-snapshot repository to the POM file to get the latest snapshot version.

<repository>
    <id>spring-snapshot</id>
    <name>Spring Maven SNAPSHOT Repository</name>
    <url>http://repo.springsource.org/libs-snapshot</url>
</repository>

regards,
Rizwan

from spring-data-elasticsearch.

marfnk avatar marfnk commented on May 7, 2024

Wow,
I was a little early. Thanks for your reply; rizwanidreeses suggestion worked out for me.

from spring-data-elasticsearch.

daisy-guti avatar daisy-guti commented on May 7, 2024

I tried this not working for me unfortunately. I receive the following:

[ERROR] Plugin com.springsource.bundlor:com.springsource.bundlor.maven:1.0.0.REL
EASE or one of its dependencies could not be resolved: Failed to read artifact d
escriptor for com.springsource.bundlor:com.springsource.bundlor.maven:jar:1.0.0.
RELEASE: Failure to find com.springsource.bundlor:com.springsource.bundlor.maven
:pom:1.0.0.RELEASE in http://repo.maven.apache.org/maven2 was cached in the local....

Any ideas? :)

from spring-data-elasticsearch.

akonczak avatar akonczak commented on May 7, 2024

Hi daisygmiller
I have added a wiki page how to deal with that issue.

https://github.com/SpringSource/spring-data-elasticsearch/wiki/%5BHELP%5D-Missing-plugin-com.springsource.bundlor:com.springsource.bundlor.maven:1.0.0.RELEASE

from spring-data-elasticsearch.

daisy-guti avatar daisy-guti commented on May 7, 2024

Thank you for the response. I really appreciate the help!

This gave me about 20 errors. It's missing something here are some of the errors Maven gives:

package org.elasticsearch.action.bulk does not exist - various action package missing errors
package org.elasticsearch.client does not exist - same various missing errors from this as well
package org.elasticsearch.common.unit does not exist - same various missing errors from common as well

At this point, I'm just going to copy the jar into my repo and hopefully force the sample application to work or find other working examples hopefully that use the spring-data. I need to start to plug this into my app and see if it will work for us. I just don't understand why I can't get this to build.

from spring-data-elasticsearch.

rizwanidrees avatar rizwanidrees commented on May 7, 2024

If you are using Spring Data Elasticsearch in you application, then you don't need to build it locally. You can add the following configuration to the POM file of your application and declare the dependency. It will download the latest version from Spring repo.

Add the following configuration for spring snapshot repo

<repository>
    <id>spring-snapshot</id>
    <name>Spring Maven SNAPSHOT Repository</name>
    <url>http://repo.springsource.org/libs-snapshot</url>
</repository>

declare the dependency

<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-elasticsearch</artifactId>
    <version>1.0.0.BUILD-SNAPSHOT</version>
</dependency> 

Please let us know if it resolves the issue.

from spring-data-elasticsearch.

daisy-guti avatar daisy-guti commented on May 7, 2024

I made these changes to the the sample application. Thank you! I was then able to see there was something wrong with the elasticsearch.jar file in my repo so I replaced it and - Build Success!!! Thank you so much!

Also quick note, I believe the pom file has lib instead of 'libs' for the repo url.

from spring-data-elasticsearch.

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.