Skip to content

Update dependency net.thisptr:jackson-jq to v1 - autoclosed#3132

Closed
solrbot wants to merge 2 commits intoapache:mainfrom
solrbot:renovate/major-thisptr.jacksonjq
Closed

Update dependency net.thisptr:jackson-jq to v1 - autoclosed#3132
solrbot wants to merge 2 commits intoapache:mainfrom
solrbot:renovate/major-thisptr.jacksonjq

Conversation

@solrbot
Copy link
Copy Markdown
Collaborator

@solrbot solrbot commented Jan 24, 2025

This PR contains the following updates:

Package Type Update Change
net.thisptr:jackson-jq dependencies major 0.0.13 -> 1.6.0

Release Notes

eiiches/jackson-jq (net.thisptr:jackson-jq)

v1.6.0

Compare Source

What's Changed

Full Changelog: eiiches/jackson-jq@1.5.0...1.6.0

v1.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: eiiches/jackson-jq@1.4.0...1.5.0

v1.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: eiiches/jackson-jq@1.3.0...1.4.0

v1.3.0

Compare Source

What's Changed

Full Changelog: eiiches/jackson-jq@1.2.0...1.3.0

v1.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: eiiches/jackson-jq@1.1.0...1.2.0

v1.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: eiiches/jackson-jq@1.0.1...1.1.0

v1.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: eiiches/jackson-jq@1.0.0...1.0.1

v1.0.0

Compare Source

Changes since 1.0.0-preview.20240207

There are no source code changes since the last 1.0.0-preview release.

Changes since 0.0.13

TBD


Configuration

📅 Schedule: Branch creation - Only on Sunday ( * * * * 0 ) (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 solrbot force-pushed the renovate/major-thisptr.jacksonjq branch from 3e70a2b to 8fe3bb2 Compare January 25, 2025 00:50
@solrbot solrbot force-pushed the renovate/major-thisptr.jacksonjq branch 3 times, most recently from dd911d1 to 4d5dff1 Compare February 9, 2025 20:37
@solrbot solrbot changed the title chore(deps): update dependency net.thisptr:jackson-jq to v1 Update dependency net.thisptr:jackson-jq to v1 Feb 11, 2025
@solrbot solrbot changed the title Update dependency net.thisptr:jackson-jq to v1 chore(deps): update dependency net.thisptr:jackson-jq to v1 Feb 15, 2025
@solrbot solrbot changed the title chore(deps): update dependency net.thisptr:jackson-jq to v1 Update dependency net.thisptr:jackson-jq to v1 Feb 16, 2025
@solrbot solrbot force-pushed the renovate/major-thisptr.jacksonjq branch 2 times, most recently from 2c30ffc to 29965b2 Compare February 16, 2025 22:09
@solrbot solrbot changed the title Update dependency net.thisptr:jackson-jq to v1 chore(deps): update dependency net.thisptr:jackson-jq to v1 Feb 16, 2025
@solrbot solrbot changed the title chore(deps): update dependency net.thisptr:jackson-jq to v1 Update dependency net.thisptr:jackson-jq to v1 Feb 26, 2025
@solrbot solrbot changed the title Update dependency net.thisptr:jackson-jq to v1 chore(deps): update dependency net.thisptr:jackson-jq to v1 Mar 21, 2025
@solrbot solrbot changed the title chore(deps): update dependency net.thisptr:jackson-jq to v1 Update dependency net.thisptr:jackson-jq to v1 Mar 22, 2025
@solrbot solrbot changed the title Update dependency net.thisptr:jackson-jq to v1 chore(deps): update dependency net.thisptr:jackson-jq to v1 Mar 24, 2025
@solrbot solrbot force-pushed the renovate/major-thisptr.jacksonjq branch from 29965b2 to 5f40faa Compare March 26, 2025 02:46
@solrbot solrbot changed the title chore(deps): update dependency net.thisptr:jackson-jq to v1 Update dependency net.thisptr:jackson-jq to v1 Apr 3, 2025
@solrbot solrbot force-pushed the renovate/major-thisptr.jacksonjq branch from 5f40faa to 4b62462 Compare April 4, 2025 00:56
@solrbot solrbot force-pushed the renovate/major-thisptr.jacksonjq branch from 4b62462 to a2aed94 Compare May 26, 2025 10:14
@solrbot solrbot force-pushed the renovate/major-thisptr.jacksonjq branch from a2aed94 to b72c5e8 Compare July 23, 2025 16:37
@solrbot solrbot force-pushed the renovate/major-thisptr.jacksonjq branch from b72c5e8 to 0726ede Compare August 7, 2025 19:06
@solrbot solrbot force-pushed the renovate/major-thisptr.jacksonjq branch from 0726ede to 9619435 Compare August 8, 2025 03:30
@solrbot solrbot force-pushed the renovate/major-thisptr.jacksonjq branch 3 times, most recently from a4dfa2a to 249a64a Compare August 21, 2025 02:13
@solrbot solrbot force-pushed the renovate/major-thisptr.jacksonjq branch from 249a64a to 9e1506d Compare August 25, 2025 19:24
@solrbot solrbot force-pushed the renovate/major-thisptr.jacksonjq branch 2 times, most recently from c35e410 to c245b6b Compare September 2, 2025 03:19
@janhoy
Copy link
Copy Markdown
Contributor

janhoy commented Sep 2, 2025

Needs code upgrade in prometheus-exporter using JQ API

> Task :solr:prometheus-exporter:validateSourcePatterns
/home/runner/work/solr/solr/solr/prometheus-exporter/src/java/org/apache/solr/prometheus/scraper/SolrScraper.java:173: 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
/home/runner/work/solr/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

@solrbot solrbot force-pushed the renovate/major-thisptr.jacksonjq branch 2 times, most recently from d91b914 to 035a73d Compare September 11, 2025 02:30
@solrbot solrbot force-pushed the renovate/major-thisptr.jacksonjq branch 2 times, most recently from 2627dc8 to 5b84829 Compare September 14, 2025 02:35
@solrbot solrbot force-pushed the renovate/major-thisptr.jacksonjq branch from 5b84829 to bf0cbc1 Compare September 16, 2025 13:47
@solrbot solrbot force-pushed the renovate/major-thisptr.jacksonjq branch from bf0cbc1 to ce02e5e Compare September 29, 2025 17:58
@solrbot solrbot force-pushed the renovate/major-thisptr.jacksonjq branch 4 times, most recently from ab9afef to f38ed6a Compare October 16, 2025 17:30
@solrbot solrbot force-pushed the renovate/major-thisptr.jacksonjq branch 3 times, most recently from 02516f7 to 220a45c Compare October 23, 2025 03:48
@solrbot solrbot force-pushed the renovate/major-thisptr.jacksonjq branch from 220a45c to 2cab4c9 Compare November 8, 2025 03:40
@solrbot solrbot force-pushed the renovate/major-thisptr.jacksonjq branch 3 times, most recently from 97d157b to a0fc816 Compare December 18, 2025 21:34
@solrbot solrbot force-pushed the renovate/major-thisptr.jacksonjq branch from 1a2be70 to dc627e3 Compare December 20, 2025 09:03
@solrbot solrbot force-pushed the renovate/major-thisptr.jacksonjq branch from d04390f to e191eb9 Compare January 3, 2026 02:38
@solrbot solrbot changed the title Update dependency net.thisptr:jackson-jq to v1 Update dependency net.thisptr:jackson-jq to v1 - autoclosed Feb 4, 2026
@solrbot solrbot closed this Feb 4, 2026
@solrbot solrbot deleted the renovate/major-thisptr.jacksonjq branch February 4, 2026 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants