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 the DevSpaces Gateway plugin dependencies #23370

Open
azatsarynnyy opened this issue Mar 3, 2025 · 1 comment
Open

Update the DevSpaces Gateway plugin dependencies #23370

azatsarynnyy opened this issue Mar 3, 2025 · 1 comment
Assignees
Labels
area/editor/jetbrains JetBrains IDEs support severity/P2 Has a minor but important impact to the usage or development of the system.

Comments

@azatsarynnyy
Copy link
Member

Some dependencies of the DevSpaces Gateway plugin need to be updated.
The problem here is those dependencies are not direct.
So, need to find a way how to update the plugins's transitive dependencies.

See the internal discussion at https://redhat-internal.slack.com/archives/C011LSD1R4M/p1740686899155249

@azatsarynnyy azatsarynnyy self-assigned this Mar 3, 2025
@che-bot che-bot added the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Mar 3, 2025
@azatsarynnyy azatsarynnyy added the area/editor/jetbrains JetBrains IDEs support label Mar 3, 2025
@azatsarynnyy azatsarynnyy moved this to 📋 Backlog (not in current Sprint) in Eclipse Che Team B Backlog Mar 3, 2025
@dkwon17 dkwon17 added severity/P2 Has a minor but important impact to the usage or development of the system. and removed status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. labels Mar 4, 2025
@dkwon17 dkwon17 moved this from 📋 Backlog (not in current Sprint) to 📅 Planned for this Sprint in Eclipse Che Team B Backlog Mar 5, 2025
@azatsarynnyy azatsarynnyy moved this from 📅 Planned for this Sprint to 🚧 In Progress in Eclipse Che Team B Backlog Mar 6, 2025
@azatsarynnyy
Copy link
Member Author

azatsarynnyy commented Mar 7, 2025

The list of the dependencies needs to be updated to newer versions:

https://mvnrepository.com/artifact/com.squareup.okio/okio
https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15to18
https://mvnrepository.com/artifact/org.apache.commons/commons-compress
https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java
https://mvnrepository.com/artifact/commons-io/commons-io

I found that all of them come from io.kubernetes:client-java, a direct dependency of the DevSpaces Gateway plugin.
The plugin currently depends on 18.0.1, but the latest release is 23.0.0.

Just bumping the deps version leads to compile errors.
Starting from 20.0.0, client-java-api was introduced non-backward-compatible changes.
So, it requires adapting the DevSpaces Gateway plugin code respectively.

I continue working on the code adaptation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/editor/jetbrains JetBrains IDEs support severity/P2 Has a minor but important impact to the usage or development of the system.
Projects
Status: 🚧 In Progress
Development

No branches or pull requests

3 participants