Tharaka De Silva
Tharaka De Silva
We are also facing this issue, so I was looking at submitting a PR. The recommended options by @skycaptain were to either: 1) Allow a custom page limit 2) Disable...
Thank you, @rarkins, for the feedback! To highlight, with this approach, we are going to make three calls the first time: - /artifactory/v2/renovate/renovate/tags/list?n=10000 (200) - /artifactory/v2/renovate/renovate/tags/list?n=10000&last=32.32-slim (404) - /artifactory/v2/renovate/renovate/tags/list (200)...
Hi @rarkins, yes, we can do that. It's going to add a conditional on each iteration though. But, as I am typing this out, I feel it's probably not that...
Thanks @philwebb!! I've applied the workaround (1) that you recommended and it is working as expected, thank you.
Hi folks, any update on this?
@illicitonion Let me add our use case here as well. We have two separate rules_jvm_external trees for SpringBoot 2 and SpringBoot 3. We didn't have the capacity to do a...
> There is already the [duplicate_version_warning](https://github.com/bazelbuild/rules_jvm_external?tab=readme-ov-file#duplicate-artifact-warning) option to maven install to warn about duplicate artifact declarations. Let me tell you a little about the use-case why this came about. We...
Got the same error, enabled debug logs and ran into: > Generating a new Keystore is not supported in --non-interactive mode > Error: build command failed. Followed the steps in...
I have a weird feeling that this might be related to https://github.com/bazelbuild/rules_jvm_external/issues/1144. Because of that error, it is preserving the old state, maybe?
Not sure if relevant, but we have more than one repository configured. I assumed that the first repo in the list was honored.