Skip to content

Conversation

Artur-
Copy link
Member

@Artur- Artur- commented Jun 23, 2025

Fixes: #2

Summary

  • implement CopilotRestService with JDK HttpServer
  • adjust Activator to start and stop the new server
  • update manifest imports for com.sun.net.httpserver
  • remove the unused servlet implementation
  • document REST service startup in the README

Testing

  • mvn -q test (fails: command not found)

https://chatgpt.com/codex/tasks/task_b_68590a225680833380c4f7f91cedb78a

@Artur- Artur- force-pushed the 2cn8zm-codex/implement-fix-for-eclipse-plugin-issue-2 branch from 3683576 to eb71b46 Compare June 24, 2025 13:01
@Artur- Artur- force-pushed the 2cn8zm-codex/implement-fix-for-eclipse-plugin-issue-2 branch from eb71b46 to c30eb20 Compare June 26, 2025 07:11
@Artur- Artur- requested a review from MarcinVaadin June 26, 2025 07:11
@MarcinVaadin
Copy link
Member

In general REST service is being started. But it should only be started when Vaadin project is detected, same as in VS Code. Project detection issue -> #18

Copy link
Member

@MarcinVaadin MarcinVaadin left a comment

Choose a reason for hiding this comment

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

Service is running.

@Artur- Artur- merged commit 917216b into main Jun 26, 2025
2 checks passed
@Artur-
Copy link
Member Author

Artur- commented Jun 26, 2025

Is it important that it is started only in case there is a Vaadin project detected? It sounds like a lot of logic for little gain?

@MarcinVaadin
Copy link
Member

MarcinVaadin commented Jun 26, 2025

Is it important that it is started only in case there is a Vaadin project detected? It sounds like a lot of logic for little gain?

Not necessarily, user can always start/stop plugin to control rest server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rest service

2 participants