Skip to content

Conversation

@kolipakakondal
Copy link
Collaborator

@kolipakakondal kolipakakondal commented Sep 28, 2023

Description

Please include a summary of the change and which issue is fixed.

Fixes # (IEP-XXX)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How has this been tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Test Configuration:

  • ESP-IDF Version:
  • OS (Windows,Linux and macOS):

Dependent components impacted by this PR:

  • Component 1
  • Component 2

Checklist

  • PR Self Reviewed
  • Applied Code formatting
  • Added Documentation
  • Added Unit Test
  • Verified on all platforms - Windows,Linux and macOS

Summary by CodeRabbit

"Refactor":

  • Removed the dependency on slf4j.api-1.6.1.jar in com.espressif.idf.serial.monitor and replaced it with a required bundle org.slf4j.api.
  • Exported packages org.java_websocket, org.java_websocket.handshake, and org.java_websocket.server in com.espressif.idf.serial.monitor.
  • Removed dependencies on Java-WebSocket-1.5.2.jar and javax.websocket-client-api-1.1.jar in com.espressif.idf.terminal.connector.serial.

These changes streamline the project's dependencies, improving maintainability and reducing potential conflicts.

@coderabbitai
Copy link

coderabbitai bot commented Sep 28, 2023

Walkthrough

The changes primarily focus on the removal of certain library dependencies from the classpath and build configurations across multiple project bundles. This suggests a shift towards using different libraries or methods for handling websockets and logging, improving the overall project structure and maintainability.

Changes

File Path Summary
bundles/com.espressif.idf...monitor/.classpath
bundles/com.espressif.idf...monitor/META-INF/MANIFEST.MF
bundles/com.espressif.idf...monitor/build.properties
Removed slf4j.api-1.6.1.jar from classpath and build configuration. Added org.slf4j.api to required bundles and exported additional websocket packages.
bundles/com.espressif.idf...connector.serial/.classpath
bundles/com.espressif.idf...connector.serial/META-INF/MANIFEST.MF
bundles/com.espressif.idf...connector.serial/build.properties
Removed Java-WebSocket-1.5.2.jar and javax.websocket-client-api-1.1.jar from classpath and build configuration.

🐇💻

In the land of code where the shadows lie,

We wave old jars a fond goodbye.

With each commit, we refine our art,

For every end is but a start. 🌟


Tips

Chat with CodeRabbit Bot (@coderabbitai)

  • Mention @coderabbitai in any review comment for bot assistance.
  • Note: Review comments are made on code diffs or files, not on the PR overview.

Pause Incremental Reviews

  • Insert @coderabbitai: ignore in the PR description to halt the bot's ongoing reviews. Remove the line to resume.

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.

Review Status

Actionable comments generated: 0

Commits Files that changed from the base of the PR and between 05177fd and ed0771f.
Files ignored due to filter (4)
  • bundles/com.espressif.idf.serial.monitor/lib/slf4j.api-1.6.1.jar
  • bundles/com.espressif.idf.terminal.connector.serial/lib/Java-WebSocket-1.5.2.jar
  • bundles/com.espressif.idf.terminal.connector.serial/lib/javax.websocket-client-api-1.1.jar
  • bundles/com.espressif.idf.terminal.connector.serial/lib/slf4j.api-1.6.1.jar
Files selected for processing (6)
  • bundles/com.espressif.idf.serial.monitor/.classpath (1 hunks)
  • bundles/com.espressif.idf.serial.monitor/META-INF/MANIFEST.MF (2 hunks)
  • bundles/com.espressif.idf.serial.monitor/build.properties (1 hunks)
  • bundles/com.espressif.idf.terminal.connector.serial/.classpath (1 hunks)
  • bundles/com.espressif.idf.terminal.connector.serial/META-INF/MANIFEST.MF (1 hunks)
  • bundles/com.espressif.idf.terminal.connector.serial/build.properties (1 hunks)
Files skipped from review due to trivial changes (6)
  • bundles/com.espressif.idf.serial.monitor/.classpath
  • bundles/com.espressif.idf.serial.monitor/META-INF/MANIFEST.MF
  • bundles/com.espressif.idf.serial.monitor/build.properties
  • bundles/com.espressif.idf.terminal.connector.serial/.classpath
  • bundles/com.espressif.idf.terminal.connector.serial/META-INF/MANIFEST.MF
  • bundles/com.espressif.idf.terminal.connector.serial/build.properties

@kolipakakondal kolipakakondal added this to the 2.11.1 milestone Oct 5, 2023
@kolipakakondal kolipakakondal added the bug Something isn't working label Oct 5, 2023
@sigmaaa sigmaaa linked an issue Oct 19, 2023 that may be closed by this pull request
@kolipakakondal kolipakakondal deleted the serialmonitor_issue branch October 31, 2023 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ESP-IDF Serial Monitor not starts (IEP-1044)

2 participants