Skip to content

fix: default update thread for actions is EDT (#218) #219

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

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

adietish
Copy link
Contributor

fixes #218

@adietish adietish self-assigned this Apr 10, 2024
@adietish adietish requested a review from sbouchet April 10, 2024 16:09
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
IJ: [IC-2021.1, IC-2021.2, IC-2021.3, IC-2022.1, IC-2022.2, IC-2022.3, IC-2023.1, IC-2023.2]
IJ: [IC-2022.3, IC-2023.1, IC-2023.2, IC-2024.1]
Copy link
Contributor

Choose a reason for hiding this comment

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

means all dependent extensions using next version need to validate this range version too ?

Copy link
Contributor Author

@adietish adietish Apr 10, 2024

Choose a reason for hiding this comment

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

I'd think so, yes. Agree?
There's not much choice: if the override is in commons, it needs to build against 2022.3+.
Alternatively we need to change all actions (or the super-classes they may have) in all plugins.

Copy link
Contributor Author

@adietish adietish Apr 10, 2024

Choose a reason for hiding this comment

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

Copy link
Contributor

@sbouchet sbouchet Apr 11, 2024

Choose a reason for hiding this comment

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

agree to move up to at least 22.3 for all downstream extensions. not a big step.

@adietish adietish requested a review from sbouchet April 10, 2024 17:27
Copy link
Contributor

@sbouchet sbouchet left a comment

Choose a reason for hiding this comment

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

LGTM

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.

Override 'getActionUpdateThread' and choose 'EDT' or 'BGT'
2 participants