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

Samples Have Dependencies not Present in maven Repository[QUERY] #18749

Closed
ianlikono opened this issue Jan 21, 2021 · 3 comments
Closed

Samples Have Dependencies not Present in maven Repository[QUERY] #18749

ianlikono opened this issue Jan 21, 2021 · 3 comments
Assignees
Labels
azure-spring All azure-spring related issues azure-spring-eventhubs Spring event hubs related issues.

Comments

@ianlikono
Copy link

ianlikono commented Jan 21, 2021

Query/Question
azure-spring-cloud-sample-eventhubs-binder sample have dependencies that have not been updated in mvn repository.

Specifically these are the dependencies:

  • com.azure.spring:azure-spring-cloud-stream-binder-eventhubs has 2.1.0 while the latest in mvn is 2.0.0 mvn repo
  • com.azure.spring:azure-spring-cloud-storage has 2.1.0 while the latest in mvn repo is also 2.0.0 mvn repo
    Why is this not a Bug or a feature Request?
    Not sure if this is intentional and we are required to download the packages manually

Setup (please complete the following information if applicable):

  • OS: Windows
  • IDE: Eclipse
  • Version of the Library used: Latest sample here pom.xml

If we need to download them from somewhere else could we have that in the README as well

@ghost ghost added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Jan 21, 2021
@yiliuTo yiliuTo self-assigned this Jan 25, 2021
@yiliuTo
Copy link
Member

yiliuTo commented Jan 25, 2021

Hi @ianlikono , thanks for your reporting. This is because we started to release 2.1.0 of these two packages 3 days ago, so all the code in master branch is just the 2.1.0 version. However, due to some errors of our release pipeline, new packages haven't been published to Maven repository yet.

So if you want to test our 2.1.0 packages, you can clone the master branch and build it locally:

cd sdk\spring
mvn clean install -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dspotbugs.skip=true -Drevapi.skip=true -Djacoco.skip=true -DskipTests -Dparallel-test-playback -pl <package-list-you-want-to-build> -am

Otherwise you can use 2.0.0 version.

@joshfree joshfree added azure-spring All azure-spring related issues azure-spring-eventhubs Spring event hubs related issues. labels Jan 26, 2021
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Jan 26, 2021
@joshfree joshfree added this to the [2021] February milestone Jan 26, 2021
@ianlikono
Copy link
Author

Thanks for the clarification @yiliuTo

@saragluna
Copy link
Member

Closing this issue now.

@yiliuTo yiliuTo closed this as completed Feb 2, 2021
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-java that referenced this issue May 9, 2022
[Hub Generated] Review request for Microsoft.RecoveryServices to add version stable/2022-03-01 (Azure#18749)

* Adds base for updating Microsoft.RecoveryServices from version stable/2022-02-01 to version 2022-03-01

* Updates readme

* Updates API version in new specs and examples
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
azure-spring All azure-spring related issues azure-spring-eventhubs Spring event hubs related issues.
Projects
None yet
Development

No branches or pull requests

4 participants