-
Notifications
You must be signed in to change notification settings - Fork 274
feat(jetbrains): Add 2025.3 refresh #6098
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
Changes from 28 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
9eab8ef
Add 2025.3 support with build 253.28294
aseemxs 0642e85
Configure Kotlin 2.1 and coroutines for 2025.3
aseemxs 72f8a3e
Remove codeWithMe dependency for 2025.3
aseemxs a0ef369
Fix detekt: remove unused import in 253+ version
aseemxs 42db4e8
Fix Gateway SDK version for 2025.3
aseemxs 8d4b06d
Fix gateway sdkVersion with the correct build number
aseemxs 9faaca4
Bundle collaboration modules for 2025.3
aseemxs 550881f
Version segregate OTelService for 2025.3
aseemxs 8397fb9
Fix OTelService redeclaration error
aseemxs 3a5683e
Fix RebuildDevfileRequiredNotification redeclaration
aseemxs d8f5d3c
Version segregate Gateway connection files for 2025.3
aseemxs 75ff54b
Version segregate jetbrains-core test files for 2025.3
aseemxs e478640
Version segregate jetbrains-community test files for 2025.3
aseemxs 2b97dc2
Fix detekt issues in tst-253+ test files
aseemxs 02e01ef
Add LSP4J dependency to AmazonQ modules for 2025.3
aseemxs 0d79bd6
Version segregate jetbrains-ultimate files for 2025.3
aseemxs 097b3d0
Version segregate CodeWhisperer services and test files for 2025.3
aseemxs f2b2d4c
Fix CodeWhispererServiceNew.kt - replace test file with actual servic…
aseemxs 2f95779
Un-segregate VirtualFile nullability fixes
aseemxs 186725e
Fix VirtualFile nullability in chat module and segregate test files
aseemxs ff00481
Version segregate TelemetryHelperTest.kt for 2025.3
aseemxs 9799fbd
Fix Windows test failure - allow Python SDK paths in VfsRootAccess
aseemxs e2dc546
Fix detekt trailing whitespace in AmazonQStreamingClientTest
aseemxs c172725
Retrigger CI - previous sdk-codegen failure was flaky
aseemxs a11edba
Fix Windows test - use @BeforeClass for VfsRootAccess before IDE startup
aseemxs 420718a
Fix Windows test failure in TelemetryHelperTest - allow Python SDK paths
aseemxs 51ad4f9
Fix detek trailing spaces in AmazonQStreamingClientTest.kt
aseemxs 4a86406
Retrigger CI - previous sdk-codegen failure was flaky
aseemxs 7835853
Fix 2025.3 compatibility issues
aseemxs 7928093
Fix rd.platform dependency for IDE versions < 2025.2
aseemxs 979ac44
Fix detekt spacing issue in build.gradle.kts
aseemxs 39ea5b0
Retrigger CI - investigate detekt/coverage failure
aseemxs 7dabfee
Remove duplicate CwmProblemsViewMutator from jetbrains-community
aseemxs 5801765
Restore CwmProblemsViewMutator in jetbrains-community for IDE version…
aseemxs df39761
Move CwmProblemsViewMutator to src-253+ to prevent duplicate class in…
aseemxs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this method call is obsolete
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this use the relative path approach instead, like in AmazonQLanguageClientImpl.kt?
Or is there a different preferred method?