Conversation
|
slf4j 1.x failed: |
java-showcase/gapic-showcase/pom.xml
Outdated
| <groupId>ch.qos.logback</groupId> | ||
| <artifactId>logback-classic</artifactId> | ||
| <version>1.3.15</version> | ||
| <version>1.2.13</version> |
There was a problem hiding this comment.
Restore the version to fix compilation error.
There was a problem hiding this comment.
curious what was the compilation error? I did not came across when changing to 1.3.x here.
Also, can you keep logback-classic and logback-core versions consistent. Perhaps add a property for them
There was a problem hiding this comment.
The compilation error is #3698 (comment).
I did not came across when changing to 1.3.x here.
I think the showcase test got removed before merging #3686.
There was a problem hiding this comment.
hmm. interesting, I might look into this error later.
For now, I agree lets use 1.2.x versions for both
java-showcase/gapic-showcase/pom.xml
Outdated
| <groupId>ch.qos.logback</groupId> | ||
| <artifactId>logback-classic</artifactId> | ||
| <version>1.3.15</version> | ||
| <version>1.2.13</version> |
There was a problem hiding this comment.
curious what was the compilation error? I did not came across when changing to 1.3.x here.
Also, can you keep logback-classic and logback-core versions consistent. Perhaps add a property for them
Maybe we can find a way to lock the logback version in slf4j 1.x testing but configure renovate to update others. |
|
This is what I would prefer, but from quick search , I did not find renovate have feature to mark ignore. |
|



In this PR: