cloudfoundry / cloudfoundry/cf-java-client
cloudfoundry-client-reactor is incompatible with splunk-library-javalogging
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 334
- Forks
- 319
- PR merge metrics
- No merged PRs in 30d
Description
Please update com.squareup.wire:wire-runtime.
I had to manual add the dependency:
<dependency>
<groupId>org.cloudfoundry</groupId>
<artifactId>cloudfoundry-client-reactor</artifactId>
<version>5.10.0.RELEASE</version>
<exclusions>
<exclusion>
<groupId>com.squareup.wire</groupId>
<artifactId>wire-runtime</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.squareup.wire</groupId>
<artifactId>wire-runtime</artifactId>
<version>4.9.1</version>
</dependency>
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the build configuration for cloudfoundry-client-reactor and inspect how com.squareup.wire:wire-runtime is declared or resolved. Update the dependency to address the conflict with splunk-library-javalogging, then verify that dependency resolution succeeds with the reported versions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100