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

IntelliJ plugin, Gradle, Kotlin, Java version upgrade #429

Merged
merged 1 commit into from
Aug 21, 2022

Conversation

denis-fokin
Copy link
Collaborator

@denis-fokin denis-fokin commented Jul 6, 2022

Description

Buch of libraries have been updated. Kotlin, Java, Gradle versions are upgraded. The change is a breaking one. Some of Kotlin implementation is changed because of backward incompatible changes in the language. The Gradle version introduced a number of more strict requirements, by this reason, some Gradle scripts are upgraded. There are some changes to distinguish different versions of Java used to bootstrap concrete executor. Some problems are still unresolved but they were not considered blockers for the transition (Such issues are marked with "Java 11 transition" as a commentary or as an annotation).

Fixes # (749)

Type of Change

Please delete options that are not relevant.

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

How Has This Been Tested?

Automated Testing

All tests have been executed on CI.

Manual Scenario

No specific manual scenario. The change potentially affects all UnitTest functionality.

Checklist (remove irrelevant options):

  • The change followed the style guidelines of the UTBot project
  • Self-review of the code is passed
  • The change contains enough commentaries, particularly in hard-to-understand areas
  • New documentation is provided or existed one is altered
  • No new warnings
  • New tests have been added
  • All tests pass locally with my changes

@denis-fokin denis-fokin marked this pull request as draft July 6, 2022 08:22
@denis-fokin denis-fokin force-pushed the denis-fokin/gradle-version-upgrade branch 6 times, most recently from 7f69390 to ac24826 Compare July 12, 2022 12:27
@denis-fokin denis-fokin force-pushed the denis-fokin/gradle-version-upgrade branch from 8d56183 to 2a73f74 Compare July 29, 2022 15:11
@github-actions
Copy link

github-actions bot commented Aug 11, 2022

Unit Test Results

0 tests   0 ✔️  0s ⏱️
0 suites  0 💤
0 files    0

Results for commit 3f8c338.

♻️ This comment has been updated with latest results.

@viktoriia-fomina viktoriia-fomina force-pushed the denis-fokin/gradle-version-upgrade branch 2 times, most recently from 6f6ad8c to c0e9314 Compare August 15, 2022 07:34
@denis-fokin denis-fokin force-pushed the denis-fokin/gradle-version-upgrade branch 5 times, most recently from 31ce7de to 3d90537 Compare August 20, 2022 07:48
@denis-fokin denis-fokin marked this pull request as ready for review August 20, 2022 08:08
@denis-fokin denis-fokin requested a review from dtim August 20, 2022 08:08
@denis-fokin denis-fokin changed the title Gradle version upgrade IntelliJ plugin, Gradle, Kotlin, Java version upgrade Aug 20, 2022
@denis-fokin denis-fokin self-assigned this Aug 20, 2022
@denis-fokin denis-fokin marked this pull request as draft August 20, 2022 08:32
@denis-fokin denis-fokin force-pushed the denis-fokin/gradle-version-upgrade branch from 8da8e8b to 81f0b2e Compare August 20, 2022 08:49
@denis-fokin denis-fokin marked this pull request as ready for review August 20, 2022 09:34
@denis-fokin denis-fokin enabled auto-merge (squash) August 20, 2022 09:37
Copy link
Collaborator

@dtim dtim left a comment

Choose a reason for hiding this comment

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

It seems to work :).

@viktoriia-fomina viktoriia-fomina force-pushed the denis-fokin/gradle-version-upgrade branch from fe5441c to 81f0b2e Compare August 21, 2022 11:57
@denis-fokin denis-fokin merged commit 44eb2c5 into main Aug 21, 2022
@denis-fokin denis-fokin deleted the denis-fokin/gradle-version-upgrade branch August 21, 2022 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants