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

chore(deps): update dependency net.thisptr:jackson-jq to v1 #3014

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

solrbot
Copy link
Collaborator

@solrbot solrbot commented Jan 9, 2025

This PR contains the following updates:

Package Type Update Change
net.thisptr:jackson-jq (source) dependencies major 0.0.13 -> 1.2.0

Configuration

📅 Schedule: Branch creation - "* * * * *" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot

@solrbot
Copy link
Collaborator Author

solrbot commented Jan 9, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: gradle/libs.versions.toml
Command failed: ./gradlew --console=plain --dependency-verification lenient -q :dependencies :solr:dependencies :solr:api:dependencies :solr:benchmark:dependencies :solr:core:dependencies :solr:cross-dc-manager:dependencies :solr:distribution:dependencies :solr:docker:dependencies :solr:documentation:dependencies :solr:example:dependencies :solr:modules:dependencies :solr:packaging:dependencies :solr:prometheus-exporter:dependencies :solr:server:dependencies :solr:solr-ref-guide:dependencies :solr:solrj:dependencies :solr:solrj-streaming:dependencies :solr:solrj-zookeeper:dependencies :solr:test-framework:dependencies :solr:webapp:dependencies :solr:modules:analysis-extras:dependencies :solr:modules:clustering:dependencies :solr:modules:cross-dc:dependencies :solr:modules:extraction:dependencies :solr:modules:gcs-repository:dependencies :solr:modules:hdfs:dependencies :solr:modules:jwt-auth:dependencies :solr:modules:langid:dependencies :solr:modules:llm:dependencies :solr:modules:ltr:dependencies :solr:modules:opentelemetry:dependencies :solr:modules:s3-repository:dependencies :solr:modules:scripting:dependencies :solr:modules:sql:dependencies --update-locks net.thisptr:jackson-jq

FAILURE: Build failed with an exception.

* What went wrong:
Failed to notify task execution graph listener.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.
> Use the ':writeLocks' task to write the lock file, '--write-locks' along is not sufficient.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Get more help at https://help.gradle.org.

BUILD FAILED in 14s

File name: undefined
Command failed: ./gradlew writeLocks
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
/tmp/renovate/repos/github/apache/solr/solr/prometheus-exporter/src/java/org/apache/solr/prometheus/scraper/SolrScraper.java:159: error: method apply in class JsonQuery cannot be applied to given types;
        List<JsonNode> results = jsonQuery.apply(jsonNode);
                                          ^
  required: Scope,JsonNode,Output
  found:    JsonNode
  reason: actual and formal argument lists differ in length
/tmp/renovate/repos/github/apache/solr/solr/prometheus-exporter/src/java/org/apache/solr/prometheus/exporter/MetricsQuery.java:138: error: method compile in class JsonQuery cannot be applied to given types;
          JsonQuery compiledJsonQuery = JsonQuery.compile(jsonQuery);
                                                 ^
  required: String,Version
  found:    String
  reason: actual and formal argument lists differ in length
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
2 errors

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':solr:prometheus-exporter:compileJava'.
> Compilation failed; see the compiler error output for details.

* Try:
> Run with --info option to get more log output.

BUILD FAILED in 41s

@github-actions github-actions bot added dependencies Dependency upgrades tool:build labels Jan 9, 2025
@solrbot solrbot changed the title Update dependency net.thisptr:jackson-jq to v1 chore(deps): update dependency net.thisptr:jackson-jq to v1 Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency upgrades tool:build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant