chore(deps): bump version.quarkus-roq from 2.0.5 to 2.1.0#212
chore(deps): bump version.quarkus-roq from 2.0.5 to 2.1.0#212dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps `version.quarkus-roq` from 2.0.5 to 2.1.0. Updates `io.quarkiverse.roq:quarkus-roq` from 2.0.5 to 2.1.0 Updates `io.quarkiverse.roq:quarkus-roq-theme-default` from 2.0.5 to 2.1.0 --- updated-dependencies: - dependency-name: io.quarkiverse.roq:quarkus-roq dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkiverse.roq:quarkus-roq-theme-default dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
📝 WalkthroughWalkthroughThe Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@website/pom.xml`:
- Line 27: Update the Maven property version.quarkus-roq back to the latest
stable release (2.0.5) to avoid unresolved artifact errors; locate the property
named version.quarkus-roq in the POM (currently set to 2.1.0) and change its
value to 2.0.5 so builds use the published stable Quarkus ROQ artifact.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 6a893598-0db9-4bc9-937c-5b8235858803
📒 Files selected for processing (1)
website/pom.xml
| <quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id> | ||
| <version.quarkus.platform>3.34.3</version.quarkus.platform> | ||
| <version.quarkus-roq>2.0.5</version.quarkus-roq> | ||
| <version.quarkus-roq>2.1.0</version.quarkus-roq> |
There was a problem hiding this comment.
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
# Description: Verify quarkus-roq version 2.1.0 exists and check for security advisories
# Check Maven Central for version availability
echo "Checking Maven Central for quarkus-roq 2.1.0..."
curl -s "https://search.maven.org/solrsearch/select?q=g:io.quarkiverse.roq+AND+a:quarkus-roq+AND+v:2.1.0&rows=1&wt=json" | jq '.response.docs[] | {version: .v, timestamp: .timestamp}'
# Check GitHub API for security advisories
echo "Checking for security advisories..."
gh api graphql -f query='
{
securityVulnerabilities(first: 5, ecosystem: MAVEN, package: "io.quarkiverse.roq:quarkus-roq") {
nodes {
advisory {
summary
severity
publishedAt
}
vulnerableVersionRange
firstPatchedVersion {
identifier
}
}
}
}'Repository: maveniverse/domtrip
Length of output: 196
🌐 Web query:
quarkus-roq 2.1.0 release notes compatibility with Quarkus 3.34
💡 Result:
No specific compatibility statement for “quarkus-roq 2.1.0” with “Quarkus 3.34” (or 3.34.x) could be found in the available official release notes for Quarkiverse Quarkus Roq. What I can say from the sources: 1) The Quarkiverse Quarkus Roq repository’s public releases page does not show a “2.1.0” release that clearly corresponds to a stable 2.1.0 artifact; the most visible “2.1.0” line in the results is “2.1.0.BETA2” (e.g., generator docs mention dependency version 2.1.0.BETA2). 2) Quarkus Roq’s own public documentation points users to specific artifact versions (example: quarkus-roq-generator docs show dependency on 2.1.0.BETA2), but those docs do not state a Quarkus 3.34 compatibility guarantee. 3) The available Quarkus sources confirm that Quarkus 3.34 is released and has maintenance releases (3.34.2, 3.34.3), but they do not mention Quarkus Roq. Therefore, I cannot provide a source-backed “it is compatible with Quarkus 3.34” answer for Quarkus Roq 2.1.0 based on the release notes evidence located in this research. If you want, tell me the exact Maven/Gradle coordinates you mean by “quarkus-roq 2.1.0” (runtime? generator? a deployment plugin?) and I can re-check the corresponding published artifact’s POM for the Quarkus BOM/version it targets, which is the most reliable compatibility signal.
Citations:
- 1: https://github.com/quarkiverse/quarkus-roq/releases
- 2: https://docs.quarkiverse.io/quarkus-roq/dev/index.html
- 3: https://docs.quarkiverse.io/quarkus-roq/dev/quarkus-roq-generator.html
- 4: https://quarkus.io/blog/quarkus-3-34-released/
- 5: https://quarkus.io/blog/quarkus-3-34-2-released/
- 6: https://quarkus.io/blog/quarkus-3-34-3-released/
🏁 Script executed:
cat -n website/pom.xml | head -60Repository: maveniverse/domtrip
Length of output: 2612
🏁 Script executed:
# Search for all quarkus-roq mentions in the pom.xml
rg -i "quarkus-roq" website/pom.xml -B 2 -A 2Repository: maveniverse/domtrip
Length of output: 649
🌐 Web query:
quarkus-roq releases stable version history Maven Central
💡 Result:
I couldn’t reliably extract the complete “stable version history” list directly from the available Maven Central pages in the search snippets. However, the current official registry listings do show the latest stable version and release date for quarkus-roq, and the repository release notes can be used to enumerate stable (non-Alpha/Beta) releases. What is clearly evidenced (stable/current): - Latest stable version: 2.0.5 - Last released: Mar 02, 2026 These are shown on the Quarkus Extensions registry page for the io.quarkiverse.roq:quarkus-roq extension. Where to get the full stable history (authoritative): - Maven Central version listing for artifact io.quarkiverse.roq:quarkus-roq (filter/sort and then select only versions that are not suffixed with Alpha/BETA/CR). - https://central.sonatype.com/artifact/io.quarkiverse.roq/quarkus-roq/versions - GitHub releases for quarkiverse/quarkus-roq (use tags to list stable releases and cross-check dates). - https://github.com/quarkiverse/quarkus-roq/releases If you want, I can do a second, more targeted extraction pass over the Maven Central “versions” table (and/or GitHub tags) to output the exact stable-only version timeline (e.g., all versions without .ALPHA, .BETA, .CR suffixes) with release dates.
Citations:
- 1: https://quarkus.io/extensions/io.quarkiverse.roq/quarkus-roq/
- 2: https://github.com/quarkiverse/quarkus-roq/releases
- 3: https://central.sonatype.com/artifact/io.quarkiverse.roq/quarkus-roq/versions
🏁 Script executed:
# Query Maven Central for all available quarkus-roq versions
curl -s "https://central.sonatype.com/api/v1/search?q=io.quarkiverse.roq:quarkus-roq" | jq -r '.artifacts[0].versions | sort_by(.publishedDate) | reverse | .[0:10] | .[] | .version' 2>/dev/null || echo "API query failed, trying alternative..."
# Alternative: search Maven using search.maven.org
curl -s "https://search.maven.org/solrsearch/select?q=g:io.quarkiverse.roq+a:quarkus-roq&core=gav&rows=20&wt=json" | jq -r '.response.docs[] | .v' | sort -V -rRepository: maveniverse/domtrip
Length of output: 233
🌐 Web query:
site:github.com/quarkiverse/quarkus-roq quarkus-roq 2.1.0 release
💡 Result:
There is no published Quarkus Roq release tagged exactly “2.1.0” in the official quarkiverse/quarkus-roq GitHub Releases list. What I did find around that version: - The Releases page shows “2.1.0.BETA1” and “2.1.0.BETA2” entries (not “2.1.0” itself). - The most recent “2.1.0” work appears to be beta releases (example: the page snippet includes “Update current version to 2.1.0.BETA1” and “Update current version to 2.1.0.BETA2”). So if your intent was “quarkus-roq 2.1.0” as a GA/stable release, the evidence suggests it was not released as “2.1.0”; only betas appear. If you want, tell me whether you meant 2.1.0.BETA1 / 2.1.0.BETA2, and I can summarize the exact changes from those beta release notes.
Citations:
Revert version.quarkus-roq to 2.0.5—version 2.1.0 does not exist as a stable release.
The version 2.1.0 specified on line 27 is not available on Maven Central. Only beta versions (2.1.0.BETA1, 2.1.0.BETA2) have been released. The latest stable version is 2.0.5 (released Mar 02, 2026). This will cause build failures with artifact not found errors. Use 2.0.5 unless you specifically need a beta version.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@website/pom.xml` at line 27, Update the Maven property version.quarkus-roq
back to the latest stable release (2.0.5) to avoid unresolved artifact errors;
locate the property named version.quarkus-roq in the POM (currently set to
2.1.0) and change its value to 2.0.5 so builds use the published stable Quarkus
ROQ artifact.
Bumps
version.quarkus-roqfrom 2.0.5 to 2.1.0.Updates
io.quarkiverse.roq:quarkus-roqfrom 2.0.5 to 2.1.0Updates
io.quarkiverse.roq:quarkus-roq-theme-defaultfrom 2.0.5 to 2.1.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by CodeRabbit