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

CAMEL-18560: camel-etcd3 - Upgrade jetcd to 0.7.3 #8436

Merged
merged 1 commit into from
Sep 27, 2022

Conversation

essobedo
Copy link
Contributor

Fix for https://issues.apache.org/jira/browse/CAMEL-18560

Motivation

Since the latest version of jetcd-all (0.5.11), new versions of jetcd have been released but as individual artifacts.

Modifications

  • Set the new version of jetcd in the parent and dependencies pom
  • Change the name of the artifact for jetcd-core

@github-actions
Copy link
Contributor

⚠️ This PR changes Camel components and will be tested automatically.

@github-actions
Copy link
Contributor

✔️ Finished component verification: 0 component(s) test failed out of 1 component(s) tested

@essobedo essobedo merged commit 3b988e8 into main Sep 27, 2022
@essobedo essobedo deleted the CAMEL-18560/upgrade-jetcd branch September 27, 2022 11:29
essobedo added a commit that referenced this pull request Sep 28, 2022
…vertx-grpc (#8445)

## Motivation

Merging #8436 causes a build failure in camel-spring-boot project with an error or type:
```
[INFO] --- camel-spring-boot-generator-maven-plugin:3.19.0-SNAPSHOT:prepare-spring-boot-starter (generate) @ camel-etcd3-starter ---
org.apache.maven.artifact.versioning.OverConstrainedVersionException: The artifact has no valid ranges
  io.grpc:grpc-core:jar:1.47.0

Path to dependency: 
	1) org.apache.camel:camel-etcd3:pom:3.19.0-SNAPSHOT
	2) io.etcd:jetcd-core:jar:0.7.3
	3) io.etcd:jetcd-grpc:jar:0.7.3
```

## Modifications

This is due to a conflict of grpc version used by jetcd-grpc (1.48.0) and the one used by vertx-grpc (1.47.0).

* Align the grpc versions to `1.47.0`
* Exclude grpc from jetcd-core
essobedo added a commit that referenced this pull request Sep 28, 2022
…vertx-grpc (#8445)

## Motivation

Merging #8436 causes a build failure in camel-spring-boot project with an error or type:
```
[INFO] --- camel-spring-boot-generator-maven-plugin:3.19.0-SNAPSHOT:prepare-spring-boot-starter (generate) @ camel-etcd3-starter ---
org.apache.maven.artifact.versioning.OverConstrainedVersionException: The artifact has no valid ranges
  io.grpc:grpc-core:jar:1.47.0

Path to dependency: 
	1) org.apache.camel:camel-etcd3:pom:3.19.0-SNAPSHOT
	2) io.etcd:jetcd-core:jar:0.7.3
	3) io.etcd:jetcd-grpc:jar:0.7.3
```

## Modifications

This is due to a conflict of grpc version used by jetcd-grpc (1.48.0) and the one used by vertx-grpc (1.47.0).

* Align the grpc versions to `1.47.0`
* Exclude grpc from jetcd-core
geekrupam pushed a commit to geekrupam/camel that referenced this pull request Oct 7, 2022
## Motivation

Since the latest version of jetcd-all (0.5.11), new versions of jetcd have been released but as individual artifacts.

## Modifications

* Set the new version of jetcd in the parent and dependencies pom
* Change the name of the artifact for  `jetcd-core`
geekrupam pushed a commit to geekrupam/camel that referenced this pull request Oct 7, 2022
…vertx-grpc (apache#8445)

## Motivation

Merging apache#8436 causes a build failure in camel-spring-boot project with an error or type:
```
[INFO] --- camel-spring-boot-generator-maven-plugin:3.19.0-SNAPSHOT:prepare-spring-boot-starter (generate) @ camel-etcd3-starter ---
org.apache.maven.artifact.versioning.OverConstrainedVersionException: The artifact has no valid ranges
  io.grpc:grpc-core:jar:1.47.0

Path to dependency: 
	1) org.apache.camel:camel-etcd3:pom:3.19.0-SNAPSHOT
	2) io.etcd:jetcd-core:jar:0.7.3
	3) io.etcd:jetcd-grpc:jar:0.7.3
```

## Modifications

This is due to a conflict of grpc version used by jetcd-grpc (1.48.0) and the one used by vertx-grpc (1.47.0).

* Align the grpc versions to `1.47.0`
* Exclude grpc from jetcd-core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants