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

Dependencies for 1.1.0-M02 missing from Maven Central? #940

Closed
jexp opened this issue Oct 3, 2020 · 3 comments
Closed

Dependencies for 1.1.0-M02 missing from Maven Central? #940

jexp opened this issue Oct 3, 2020 · 3 comments
Assignees
Milestone

Comments

@jexp
Copy link

jexp commented Oct 3, 2020

Expected Behavior

The readme states that 1.1.0-M01 / M02 have only mavenCentral dependencies.

Actual Behavior

Dependency resolution fails with:

Could not resolve dependencies for project 

The following artifacts could not be resolved: 
* io.projectreactor:reactor-core:jar:3.4.0-RC1, 
* io.projectreactor.netty:reactor-netty-core:jar:1.0.0-RC1,
* io.projectreactor.netty:reactor-netty-http:jar:1.0.0-RC1: 

Failure to find io.projectreactor:reactor-core:jar:3.4.0-RC1 in https://repo.maven.apache.org/maven2

The last version of project reactor on maven central is: 3.3.10.RELEASE

Steps to Reproduce

use this in your pom.xml

    <dependencies>
        <dependency>
            <groupId>io.rsocket</groupId>
            <artifactId>rsocket-core</artifactId>
            <version>1.1.0-M2</version>
        </dependency>
        <dependency>
            <groupId>io.rsocket</groupId>
            <artifactId>rsocket-transport-netty</artifactId>
            <version>1.1.0-M2</version>
        </dependency>
    </dependencies>

Possible Solution

Possibly point out a maven repo (the jfrog one didn't help) that has those deps, for the M0x versions in the readme.

Your Environment

  • Linux Mint
  • Java 11
mvn -v
Apache Maven 3.6.2 (40f52333136460af0dc0d7232c0dc0bcf0d9e117; 2019-08-27T17:06:16+02:00)
Maven home: /home/mh/.sdkman/candidates/maven/current
Java version: 11.0.8, vendor: Azul Systems, Inc., runtime: /home/mh/.sdkman/candidates/java/11.0.8-zulu
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.4.0-40-generic", arch: "amd64", family: "unix"
  • RSocket version(s) used: 1.1.0-M2
@jexp
Copy link
Author

jexp commented Oct 3, 2020

Hmm according to the reactor repo, they only publish stable versions to maven central and otherwise recommend

maven { url "https://repo.spring.io/milestone" }

https://github.com/reactor/reactor-core#getting-it

@OlegDokuka
Copy link
Member

OlegDokuka commented Oct 3, 2020

@jexp while the 1.1.0 is in the Milestone/RC phases, you will need to depend on the spring milestones to use an appropriate version of the reactor, apologies for that inconvenience, which is going to be fixed once the rsocket-java became a Release one

@jexp
Copy link
Author

jexp commented Oct 3, 2020

Right no problem there. Just need to point it out in the readme :)

@rstoyanchev rstoyanchev self-assigned this Oct 12, 2020
@rstoyanchev rstoyanchev added this to the 1.0.3 milestone Oct 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants