Skip to content

Release #366

Merged
nixel2007 merged 14 commits intomasterfrom
develop
Mar 14, 2026
Merged

Release #366
nixel2007 merged 14 commits intomasterfrom
develop

Conversation

@nixel2007
Copy link
Copy Markdown
Member

No description provided.

theshadowco and others added 14 commits February 23, 2026 09:38
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v6...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps gradle-wrapper from 9.3.1 to 9.4.0.

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps org.sonarqube from 7.2.2.6593 to 7.2.3.7755.

---
updated-dependencies:
- dependency-name: org.sonarqube
  dependency-version: 7.2.3.7755
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…e-7.2.3.7755

Bump org.sonarqube from 7.2.2.6593 to 7.2.3.7755
…er-9.4.0

Bump gradle-wrapper from 9.3.1 to 9.4.0
…ons/upload-artifact-7

Bump actions/upload-artifact from 6 to 7
Bumps org.jreleaser from 1.21.0 to 1.23.0.

---
updated-dependencies:
- dependency-name: org.jreleaser
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: nixel2007 <1132840+nixel2007@users.noreply.github.com>
Restructure USE_MODE to use USE_SEGMENT pattern so that slashes
are only allowed as separators between segments, not consecutively.
This prevents #Использовать lib//comment from tokenizing the
comment as part of the identifier.

Co-authored-by: nixel2007 <1132840+nixel2007@users.noreply.github.com>
Co-authored-by: nixel2007 <1132840+nixel2007@users.noreply.github.com>
Support slashes in #Использовать
…r-1.23.0

Bump org.jreleaser from 1.21.0 to 1.23.0
Copilot AI review requested due to automatic review settings March 14, 2026 19:01
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 14, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: d34931ea-f896-48d7-8b0a-12b485027c2a

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch develop
📝 Coding Plan
  • Generate coding plan for human review comments

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.

Tip

CodeRabbit can generate a title for your PR based on the changes with custom instructions.

Set the reviews.auto_title_instructions setting to generate a title for your PR based on the changes in the PR with custom instructions.

@nixel2007 nixel2007 merged commit 25683ba into master Mar 14, 2026
19 checks passed
Copy link
Copy Markdown

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.

Pull request overview

This is a release PR for the BSL parser that adds support for /-separated paths in #Использовать (use/import) directives and bumps several dependency versions.

Changes:

  • Extended the BSL lexer grammar to support forward-slash-separated segments in #Использовать identifiers (e.g., oint/api/grpc), with proper handling of // line comments
  • Bumped dependency versions: Gradle wrapper (9.3.1→9.4.0), JReleaser (1.21.0→1.23.0), SonarQube plugin (7.2.2.6593→7.2.3.7755), and actions/upload-artifact (v6→v7)

Reviewed changes

Copilot reviewed 6 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/main/antlr/BSLLexer.g4 Added USE_SEGMENT fragment and updated USE_IDENTIFIER to support /-separated path segments
src/test/java/.../BSLLexerTest.java Added lexer tests for /-separated use paths and // comment edge case
src/test/java/.../BSLParserMatchesTest.java Added parser match test for #Использовать oint/api/grpc
build.gradle.kts Bumped JReleaser and SonarQube plugin versions
gradle/wrapper/gradle-wrapper.properties Bumped Gradle wrapper to 9.4.0
gradle/wrapper/gradle-wrapper.jar Updated Gradle wrapper JAR
gradlew Updated Gradle wrapper script (comment URL pinned to commit)
.github/workflows/check.yml Bumped actions/upload-artifact from v6 to v7

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@sonarqubecloud
Copy link
Copy Markdown

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.

4 participants