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

Update dependencies #3306

Merged
merged 3 commits into from
Jun 5, 2024
Merged

Update dependencies #3306

merged 3 commits into from
Jun 5, 2024

Conversation

nixel2007
Copy link
Member

@nixel2007 nixel2007 commented Jun 4, 2024

Описание

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

Closes

Чеклист

Общие

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

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

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

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

Copy link

coderabbitai bot commented Jun 4, 2024

Walkthrough

В этом обновлении были внесены изменения в зависимости и версии плагинов в build.gradle.kts, обновлены импорты и использование классов в нескольких Java-файлах, а также добавлены новые расширения в конфигурацию .devcontainer/devcontainer.json. Основные изменения включают обновление версий библиотек и плагинов, улучшение работы с языковыми инструментами и настройками тестирования.

Changes

Файл/Путь Описание изменений
build.gradle.kts Обновлены версии зависимостей и плагинов: org.springframework.boot, languageToolVersion, org.eclipse.lsp4j, org.aspectj:aspectjrt, commons-io, commons-lang3, commons-exec, me.tongfei:progressbar, com.google.guava:guava, org.awaitility:awaitility, lombok.
src/main/java/com/.../testrunner/TestRunnerAdapter.java Добавлен импорт java.time.Duration и изменен способ создания объектов ExecuteWatchdog и DefaultExecutor для использования паттернов билдера с таймаутом.
src/main/java/com/.../diagnostics/TypoDiagnostic.java Изменены импорты языковых инструментов на использование Languages.getLanguageForShortCode.
src/main/resources/META-INF/org/languagetool/language-module.properties Обновлены пути к языковым классам для американского английского и русского языков.
src/test/java/com/.../BSLLanguageServerTest.java Изменен конструктор WorkspaceFolder, теперь включает дополнительный параметр для имени папки.
.devcontainer/devcontainer.json Добавлены новые расширения VS Code: "astrizhachuk.1c-extension-pack" и "zhuangtongfa.Material-theme".

🐇✨

Код обновился, словно весна,
С новыми версиями он расцвел.
Библиотеки, плагины — вся страна,
В коде гармония нашла приют.

С любовью, ваш кролик-кодер.

🐇✨


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@nixel2007 nixel2007 force-pushed the feature/update-deps branch from 7ef9323 to 1422892 Compare June 4, 2024 20:02
Copy link

github-actions bot commented Jun 4, 2024

Qodana for JVM

24 new problems were found

Inspection name Severity Problems
Incorrect autowiring in Spring bean components 🔴 Failure 2
Incorrectly referenced bean in @Lookup annotation of Spring component 🔴 Failure 1
Invalid properties configuration 🔶 Warning 6
Statement with empty body 🔶 Warning 5
'@Serial' annotation could be used 🔶 Warning 4
Class is exposed outside of its visibility scope 🔶 Warning 1
Constant values 🔶 Warning 1
Nullability and data flow problems 🔶 Warning 1
Mismatched read and write of array 🔶 Warning 1
Non recommended 'field' injections ◽️ Notice 2

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Detected 101 dependencies

Third-party software list

This page lists the third-party software dependencies used in bsl-language-server

Dependency Version Licenses
aho-corasick-double-array-trie 1.2.2 Apache-2.0
aspectjrt 1.9.22.1 Apache-2.0
checker-qual 3.42.0 MIT
classgraph 4.8.147 MIT
commons-beanutils 1.9.4 Apache-2.0
commons-collections 3.2.2 Apache-2.0
commons-collections4 4.4 Apache-2.0
commons-digester 2.1 Apache-2.0
commons-exec 1.4.0 Apache-2.0
commons-io 2.16.1 Apache-2.0
commons-lang3 3.14.0 Apache-2.0
commons-logging 1.2 Apache-2.0
commons-pool2 2.12.0 Apache-2.0
commons-text 1.10.0 Apache-2.0
commons-validator 1.7 Apache-2.0
english-pos-dict 0.3 LGPL-2.1-only
error_prone_annotations 2.26.1 Apache-2.0
grpc-netty-shaded 1.61.1 Apache-2.0
gson 2.10.1 Apache-2.0
guava 33.2.1-jre Apache-2.0
hunspell 2.1.2 Apache-2.0
istack-commons-runtime 4.1.2 BSD-3-Clause
j2objc-annotations 3.0.0 Apache-2.0
jackson-annotations 2.15.4 Apache-2.0
jackson-core 2.15.4 Apache-2.0
jackson-databind 2.15.4 Apache-2.0
jackson-datatype-jdk8 2.15.4 Apache-2.0
jackson-datatype-jsr310 2.15.4 Apache-2.0
jackson-module-parameter-names 2.15.4 Apache-2.0
jakarta.activation-api 2.1.3 BSD-3-Clause
jakarta.annotation-api 2.1.1 Classpath-exception-2.0
EPL-2.0
GPL-2.0-only
jakarta.websocket-api 2.1.1 Classpath-exception-2.0
EPL-2.0
GPL-2.0-only
jakarta.xml.bind-api 4.0.2 BSD-3-Clause
java-diff-utils 4.12 Apache-2.0
java-sarif 2.0 MIT
javax.activation-api 1.2.0 CDDL-1.1
GPL-2.0-only
javax.annotation-api 1.3.2 CDDL-1.0
GPL-2.0-only
ORACLE-OPENJDK-EXCEPTION-2.0
jaxb-api 2.3.0 CDDL-1.1
GPL-2.0-only
ORACLE-OPENJDK-EXCEPTION-2.0
jaxb-core 4.0.5 BSD-3-Clause
jaxb-runtime 4.0.5 BSD-3-Clause
jgrapht-core 1.5.2 EPL-1.0
LGPL-2.0-or-later
jline-native 3.24.1 BSD-3-Clause
jline-terminal 3.24.1 BSD-3-Clause
jna-platform 5.12.1 Apache-2.0
jna 5.12.1 Apache-2.0
jsr305 3.0.2 Apache-2.0
jul-to-slf4j 2.0.13 MIT
language-detector 0.6 Apache-2.0
language-en 6.4 LGPL-2.0-or-later
language-ru 6.4 LGPL-2.0-or-later
languagetool-core 6.4 LGPL-2.0-or-later
log4j-api 2.21.1 Apache-2.0
log4j-to-slf4j 2.21.1 Apache-2.0
lombok 1.18.32 BSD-3-CLAUSE-NO-TRADEMARK
MIT
lucene-backward-codecs 5.5.5 Apache-2.0
lucene-core 5.5.5 Apache-2.0
micrometer-commons 1.12.5 Apache-2.0
micrometer-core 1.12.5 Apache-2.0
micrometer-observation 1.12.5 Apache-2.0
micrometer-registry-prometheus 1.12.5 Apache-2.0
mxparser 1.2.2 xpp
opennlp-chunk-models 1.5 Apache-2.0
opennlp-postag-models 1.5 Apache-2.0
opennlp-tokenize-models 1.5 Apache-2.0
opennlp-tools 1.9.4 Apache-2.0
openregex 1.1.1 LGPL-2.0-or-later
progressbar 0.10.1 MIT
proto-google-common-protos 2.29.0 Apache-2.0
segment 2.0.1 MIT
simpleclient 0.16.0 Apache-2.0
simpleclient_common 0.16.0 Apache-2.0
simpleclient_guava 0.16.0 Apache-2.0
simpleclient_tracer_common 0.16.0 Apache-2.0
simpleclient_tracer_otel 0.16.0 Apache-2.0
simpleclient_tracer_otel_agent 0.16.0 Apache-2.0
slf4j-api 2.0.13 MIT
snakeyaml 2.2 Apache-2.0
spring-aop 6.1.6 Apache-2.0
spring-beans 6.1.6 Apache-2.0
spring-boot-autoconfigure 3.2.5 Apache-2.0
spring-boot-starter-json 3.2.5 Apache-2.0
spring-boot-starter-logging 3.2.5 Apache-2.0
spring-boot-starter-tomcat 3.2.5 Apache-2.0
spring-boot-starter-web 3.2.5 Apache-2.0
spring-boot-starter-websocket 3.2.5 Apache-2.0
spring-boot-starter 3.2.5 Apache-2.0
spring-boot 3.2.5 Apache-2.0
spring-context 6.1.6 Apache-2.0
spring-core 6.1.6 Apache-2.0
spring-expression 6.1.6 Apache-2.0
spring-jcl 6.1.6 Apache-2.0
spring-messaging 6.1.6 Apache-2.0
spring-web 6.1.6 Apache-2.0
spring-webmvc 6.1.6 Apache-2.0
spring-websocket 6.1.6 Apache-2.0
tomcat-embed-core 10.1.20 Apache-2.0
CDDL-1.0
PROPRIETARY-LICENSE
tomcat-embed-el 10.1.20 Apache-2.0
tomcat-embed-websocket 10.1.20 Apache-2.0
txw2 4.0.5 BSD-3-Clause
vavr-match 0.10.2 Apache-2.0
vavr 0.10.2 Apache-2.0
Contact Qodana team

Contact us at [email protected]

Copy link

@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: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 43a3c7b and 7ef9323.

Files selected for processing (5)
  • build.gradle.kts (6 hunks)
  • src/main/java/com/github/_1c_syntax/bsl/languageserver/codelenses/testrunner/TestRunnerAdapter.java (2 hunks)
  • src/main/java/com/github/_1c_syntax/bsl/languageserver/diagnostics/TypoDiagnostic.java (2 hunks)
  • src/main/resources/META-INF/org/languagetool/language-module.properties (1 hunks)
  • src/test/java/com/github/_1c_syntax/bsl/languageserver/BSLLanguageServerTest.java (2 hunks)
Files skipped from review due to trivial changes (1)
  • src/main/resources/META-INF/org/languagetool/language-module.properties
Additional comments not posted (14)
src/test/java/com/github/_1c_syntax/bsl/languageserver/BSLLanguageServerTest.java (2)

85-85: Также добавлен параметр "name" в конструктор WorkspaceFolder в методе initializeRename. Убедитесь, что параметры используются однородно в подобных функциональностях.

Verification successful

Использование параметра "name" в конструкторе WorkspaceFolder однородно в методах файла BSLLanguageServerTest.java.

  • src/test/java/com/github/_1c_syntax/bsl/languageserver/BSLLanguageServerTest.java: строки 85 и 86
Scripts executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Описание: Проверка однородности использования параметра "name" в конструкторе `WorkspaceFolder`.

# Тест: Поиск использования конструктора с параметром "name". Ожидаем: однородное использование в подобных методах.
rg --type java $'new WorkspaceFolder'

Length of output: 440


69-69: Добавлен новый параметр "name" в конструктор WorkspaceFolder. Убедитесь, что все использования этого конструктора в проекте обновлены.

Verification successful

Все использования конструктора WorkspaceFolder в проекте обновлены с учетом нового параметра "name". Изменения локализованы в файле BSLLanguageServerTest.java.

Scripts executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Описание: Проверка использования конструктора `WorkspaceFolder` с новым параметром во всем проекте.

# Тест: Поиск использования конструктора. Ожидаем: только вхождения с новой сигнатурой.
rg --type java $'new WorkspaceFolder'

Length of output: 440

src/main/java/com/github/_1c_syntax/bsl/languageserver/codelenses/testrunner/TestRunnerAdapter.java (2)

94-94: Использование паттерна строителя для DefaultExecutor соответствует современным практикам Java. Убедитесь, что все экземпляры DefaultExecutor обновлены, если это необходимо.

Verification successful

Использование паттерна строителя для DefaultExecutor соответствует современным практикам Java. Убедитесь, что все экземпляры DefaultExecutor обновлены, если это необходимо.

  • src/main/java/com/github/_1c_syntax/bsl/languageserver/codelenses/testrunner/TestRunnerAdapter.java: var executor = DefaultExecutor.builder().get();
Scripts executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Описание: Проверка использования паттерна строителя для `DefaultExecutor` во всем проекте.

# Тест: Поиск использования `DefaultExecutor.builder()`. Ожидаем: только вхождения с использованием строителя.
rg --type java $'DefaultExecutor.builder()'

Length of output: 196



Script:

#!/bin/bash
# Описание: Поиск всех экземпляров `DefaultExecutor` в проекте.

# Тест: Поиск использования `DefaultExecutor`. Ожидаем: все вхождения использования `DefaultExecutor`.
rg --type java 'DefaultExecutor'

Length of output: 332


87-87: Использование Duration для настройки таймаута улучшает читаемость и поддержку кода. Убедитесь, что настройки таймаута соответствуют требованиям проекта.

Verification successful

Использование Duration для настройки таймаута улучшает читаемость и поддержку кода. Таймаут в 10 секунд, указанный в TestRunnerAdapter.java, соответствует требованиям проекта.

  • src/main/java/com/github/_1c_syntax/bsl/languageserver/codelenses/testrunner/TestRunnerAdapter.java: var timeout = 10_000L;
Scripts executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Описание: Проверка соответствия настроек таймаута требованиям проекта.

# Тест: Поиск использования `Duration.ofMillis` для настройки таймаута. Ожидаем: соответствие требованиям проекта.
rg --type java $'Duration.ofMillis'

Length of output: 225



Script:

#!/bin/bash
# Описание: Поиск настроек таймаута или ссылок на документацию в кодовой базе.

# Тест: Поиск упоминаний таймаута в кодовой базе. Ожидаем: соответствие требованиям проекта.
rg --type java --type md --type txt 'timeout|таймаут'

Length of output: 2311

src/main/java/com/github/_1c_syntax/bsl/languageserver/diagnostics/TypoDiagnostic.java (1)

70-71: Замена прямых импортов на динамическое получение языков с помощью Languages.getLanguageForShortCode увеличивает гибкость и упрощает поддержку конфигураций языков. Убедитесь, что все конфигурации языков обновлены, если это необходимо.

Verification successful

Замена прямых импортов на динамическое получение языков с помощью Languages.getLanguageForShortCode в файле TypoDiagnostic.java выполнена корректно и не затрагивает другие части кодовой базы.

  • src/main/java/com/github/_1c_syntax/bsl/languageserver/diagnostics/TypoDiagnostic.java
Scripts executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Описание: Проверка использования `Languages.getLanguageForShortCode` для всех конфигураций языков.

# Тест: Поиск использования `Languages.getLanguageForShortCode`. Ожидаем: только вхождения с использованием этой функции.
rg --type java $'Languages.getLanguageForShortCode'

Length of output: 377



Script:

#!/bin/bash
# Описание: Поиск других конфигураций языков или статических кодов языков в кодовой базе.

# Тест: Поиск статических кодов языков "en-US" и "ru-RU". Ожидаем: вхождения, которые могут потребовать обновления.
rg --type java '("en-US"|"ru-RU")'

Length of output: 363

build.gradle.kts (9)

110-110: Обновление me.tongfei:progressbar до версии 0.10.1. Убедитесь, что функции индикатора прогресса работают как ожидается.


19-19: Обновление org.springframework.boot до версии 3.3.0. Убедитесь, что проект успешно собирается с новой версией.


107-107: Обновление org.apache.commons:commons-exec до версии 1.4.0. Убедитесь, что функции выполнения внешних команд работают как ожидается.


98-98: Обновление org.aspectj:aspectjrt до версии 1.9.22.1. Убедитесь, что функции аспектно-ориентированного программирования работают как ожидается.


145-145: Обновление org.awaitility:awaitility до версии 4.2.1. Убедитесь, что функции асинхронного тестирования работают как ожидается.


102-102: Обновление org.apache.commons:commons-lang3 до версии 3.14.0. Убедитесь, что утилиты для работы со строками и массивами работают как ожидается.


101-101: Обновление commons-io до версии 2.16.1. Убедитесь, что операции с файлами работают как ожидается.


129-129: Обновление com.google.guava:guava до версии 33.2.1-jre. Убедитесь, что утилиты Guava работают как ожидается.


73-74: Обновление org.eclipse.lsp4j до версии 0.23.1. Убедитесь, что все функции LSP работают как ожидается.

@nixel2007 nixel2007 force-pushed the feature/update-deps branch from 1422892 to 1650bab Compare June 4, 2024 20:28
nixel2007 and others added 2 commits June 4, 2024 22:35
Until javadoc issue will be resolved
Copy link

sonarcloud bot commented Jun 5, 2024

Copy link

@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: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 7ef9323 and 9524c13.

Files selected for processing (5)
  • .devcontainer/devcontainer.json (1 hunks)
  • build.gradle.kts (7 hunks)
  • src/main/java/com/github/_1c_syntax/bsl/languageserver/codelenses/testrunner/TestRunnerAdapter.java (2 hunks)
  • src/main/java/com/github/_1c_syntax/bsl/languageserver/diagnostics/TypoDiagnostic.java (2 hunks)
  • src/test/java/com/github/_1c_syntax/bsl/languageserver/BSLLanguageServerTest.java (2 hunks)
Files skipped from review as they are similar to previous changes (4)
  • build.gradle.kts
  • src/main/java/com/github/_1c_syntax/bsl/languageserver/codelenses/testrunner/TestRunnerAdapter.java
  • src/main/java/com/github/_1c_syntax/bsl/languageserver/diagnostics/TypoDiagnostic.java
  • src/test/java/com/github/_1c_syntax/bsl/languageserver/BSLLanguageServerTest.java
Additional comments not posted (1)
.devcontainer/devcontainer.json (1)

21-22: Добавлены расширения VS Code, которые улучшают разработку и внешний вид среды.

@nixel2007 nixel2007 merged commit dd5b714 into develop Jun 5, 2024
33 checks passed
@nixel2007 nixel2007 deleted the feature/update-deps branch June 5, 2024 05:56
@coderabbitai coderabbitai bot mentioned this pull request Nov 5, 2024
5 tasks
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