Skip to content

Conversation

@berezovskyi
Copy link
Member

No description provided.

Signed-off-by: Andrew Berezovskyi <[email protected]>
Copilot AI review requested due to automatic review settings December 22, 2025 14:50
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds comprehensive migration documentation for Eclipse Lyo OSLC server adaptors transitioning from Jersey/Jetty to Quarkus. The guide addresses performance improvements (10x faster startup time) and modern deployment requirements.

Key changes:

  • New migration guide covering dependency updates, HK2 to CDI conversion, JSP to Qute template migration, and Docker configuration updates
  • Added navigation entry in mkdocs.yml for the new documentation page
  • Includes detailed code examples, troubleshooting section, and performance comparisons

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 8 comments.

File Description
mkdocs.yml Adds navigation entry for "Jersey → Quarkus" migration guide under the "Migration Guides" section
docs-new/eclipse_lyo/migrating-to-quarkus.md Comprehensive 1080-line migration guide with step-by-step instructions, code examples, troubleshooting tips, and Qute template migration patterns

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Add CDI scope annotation to delegate classes:

```java
@ApplicationScoped
Copy link
Member Author

Choose a reason for hiding this comment

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

I think this could be request-scoped? Session-scoped?

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.

2 participants