Skip to content

Conversation

@nixel2007
Copy link
Member

@nixel2007 nixel2007 commented Jan 2, 2026

Описание

Связанные задачи

Closes

Чеклист

Общие

  • Ветка PR обновлена из develop
  • Отладочные, закомментированные и прочие, не имеющие смысла участки кода удалены
  • Изменения покрыты тестами
  • Обязательные действия перед коммитом выполнены (запускал команду gradlew precommit)

Для диагностик

  • Описание диагностики заполнено для обоих языков (присутствуют файлы для обоих языков, для русского заполнено все подробно, перевод на английский можно опустить)

Дополнительно

Summary by CodeRabbit

  • Chores
    • Updated a dependency to a newer patch version for improved compatibility and stability.

✏️ Tip: You can customize this high-level summary in your review settings.

Copilot AI review requested due to automatic review settings January 2, 2026 15:27
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 2, 2026

📝 Walkthrough

Walkthrough

A patch version dependency update for io.github.1c-syntax:mdclasses from 0.17.0 to 0.17.1 in the build configuration file. No functional or structural changes are introduced.

Changes

Cohort / File(s) Summary
Dependency Update
build.gradle.kts
Updated io.github.1c-syntax:mdclasses from 0.17.0 to 0.17.1

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • #3543: Updates the same io.github.1c-syntax:mdclasses dependency to a different version in build.gradle.kts.
  • #3385: Modifies io.github.1c-syntax:mdclasses version in the same build configuration file.
  • #3654: Bumps io.github.1c-syntax:mdclasses dependency from 0.17.0 to 0.17.1 in build.gradle.kts.

Poem

🐰 A whisker-twitch of versions new,
From zero-seven, point one and two!
Mdclasses hops along the way,
One patch bump brightens build.gradle's day. ✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and clearly summarizes the main change: updating the mdclasses dependency version from 0.17.0 to 0.17.1.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
  • 📝 Generate docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@nixel2007
Copy link
Member Author

/buildJar

@nixel2007 nixel2007 enabled auto-merge January 2, 2026 15:30
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 4b3c193 and 7f5871e.

📒 Files selected for processing (1)
  • build.gradle.kts
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (13)
  • GitHub Check: build (25, windows-latest)
  • GitHub Check: build (17, macOS-latest)
  • GitHub Check: build (17, windows-latest)
  • GitHub Check: build (17, ubuntu-latest)
  • GitHub Check: build (21, windows-latest)
  • GitHub Check: build (25, macOS-latest)
  • GitHub Check: build (21, macOS-latest)
  • GitHub Check: build (25, ubuntu-latest)
  • GitHub Check: build (21, ubuntu-latest)
  • GitHub Check: Analyse
  • GitHub Check: Benchmark
  • GitHub Check: build
  • GitHub Check: Sentry

}
api("io.github.1c-syntax", "utils", "0.6.8")
api("io.github.1c-syntax", "mdclasses", "0.17.0")
api("io.github.1c-syntax", "mdclasses", "0.17.1")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Check Maven Central for mdclasses 0.17.1
curl -s "https://search.maven.org/solrsearch/select?q=g:io.github.1c-syntax+AND+a:mdclasses&rows=100&wt=json" | jq -r '.response.docs[] | .v' | sort -V | tail -20

Repository: 1c-syntax/bsl-language-server

Length of output: 77


🌐 Web query:

mdclasses 0.17.1 release notes changelog github.com/1c-syntax

💡 Result:

I couldn't find any release notes or a GitHub release for mdclasses v0.17.1. The latest published version I can locate is 0.17.0 (Javadoc listing). [1][2]

  • Current Javadoc / latest version shows 0.17.0. [1]
  • 1c-syntax GitHub organization (mdclasses repo listed) — no visible v0.17.1 release found from search. [2]

Do you want me to search the mdclasses repository tags/releases page or open a specific URL to look for a v0.17.1 tag?


🏁 Script executed:

#!/bin/bash
# Get the actual mdclasses version from the file
rg "mdclasses" -A 0 -B 0 | head -5

Repository: 1c-syntax/bsl-language-server

Length of output: 715


🏁 Script executed:

#!/bin/bash
# Direct Maven Central query for the specific artifact
echo "=== Checking Maven Central directly ==="
curl -s "https://repo1.maven.org/maven2/io/github/1c-syntax/mdclasses/maven-metadata.xml" 2>/dev/null | grep -oP '<version>\K[^<]+' | tail -20

Repository: 1c-syntax/bsl-language-server

Length of output: 288


🌐 Web query:

mdclasses releases site:github.com/1c-syntax/mdclasses 0.17.1

💡 Result:

No — there is no v0.17.1 release. The repository's latest release is v0.17.0 (released Dec 10, 2025). [1][2]

Sources:

  • GitHub releases for 1c-syntax/mdclasses (shows v0.17.0 as latest). [1]
  • mdclasses Javadoc / artifact metadata (current version 0.17.0). [2]

Version 0.17.1 exists in Maven Central, but no public release notes are available.

The version is published to Maven Central and ready for use. However, there are no release notes or changelog on the GitHub releases page for 0.17.1—only a changelog for 0.17.0 (Dec 10, 2025). Before merging, confirm with the maintainers what bug fixes or changes are included in this patch bump, or wait for a public release announcement.

🤖 Prompt for AI Agents
In build.gradle.kts around line 91, the dependency is bumped to mdclasses 0.17.1
but there are no public release notes for that version; either revert the
version back to the last documented release (0.17.0) or pause this change and
add a TODO/comment noting we must confirm with the mdclasses maintainers what
changes/fixes 0.17.1 contains before merging—contact the maintainers for release
notes or wait for a public announcement and update the version once confirmed.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 2, 2026

✅ Собраны JAR-файлы для этого PR по команде /buildJar.

Артефакт: 5008915963

Файлы внутри:

  • bsl-language-server-nixel2007-patch-1-7f5871e-exec.jar

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 2, 2026

@nixel2007 nixel2007 merged commit fe3fef5 into develop Jan 2, 2026
43 of 44 checks passed
@nixel2007 nixel2007 deleted the nixel2007-patch-1 branch January 2, 2026 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants