-
Notifications
You must be signed in to change notification settings - Fork 65
chore: restore showcase #3698
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
chore: restore showcase #3698
Conversation
slf4j 1.x failed:
|
java-showcase/gapic-showcase/pom.xml
Outdated
@@ -281,7 +281,7 @@ | |||
<dependency> | |||
<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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Restore the version to fix compilation error.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm. interesting, I might look into this error later.
For now, I agree lets use 1.2.x versions for both
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this could be a separate pr: on maintaining the testing versions for logback in gapic-showcase/pom.xml, I was thinking to setup renovate as in this pr. Any better ideas?
java-showcase/gapic-showcase/pom.xml
Outdated
@@ -281,7 +281,7 @@ | |||
<dependency> | |||
<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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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: