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

feat: Vaadin Endpoints integration #167

Merged
merged 5 commits into from
Nov 21, 2024
Merged

Conversation

MarcinVaadin
Copy link
Member

@MarcinVaadin MarcinVaadin commented Nov 20, 2024

Integration of Vaadin Endpoints

Code copied from https://github.com/JetBrains/intellij-plugins/tree/master/vaadin-endpoints

In community: should work like normal Vaadin plugin
In ultimate (with Endpoints plugin): Vaadin endpoints for flow project (annotated by @ Route) should be listed.

patchPluginXml { sinceBuild.set("233") }
patchPluginXml {
sinceBuild.set("233")
untilBuild.set("252.*")
Copy link
Member Author

Choose a reason for hiding this comment

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

Required for running 1.0-SNAPSHOT version locally

@@ -44,10 +44,12 @@ repositories {

dependencies {
intellijPlatform {
create("IC", "2023.3")
create("IU", "2023.3")
Copy link
Member Author

Choose a reason for hiding this comment

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

Ultimate here is for build purpose. Ultimate dependencies are marked as optional in plugin.xml


<!-- Vaadin Endpoints IntelliJ Ultimate dependencies -->
<depends>com.intellij.properties</depends>
<depends optional="true">com.intellij.modules.microservices</depends>
Copy link
Member Author

Choose a reason for hiding this comment

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

Optional to make plugin work with community edition also

@MarcinVaadin MarcinVaadin marked this pull request as ready for review November 20, 2024 13:46
Copy link

Artifact build on last commit: distributions.zip.
For MacOS users: there is a zip inside this zip and Finder unzips them both at once. Use unzip distributions.zip from Terminal or check solution for Archive Manager.

@MarcinVaadin MarcinVaadin merged commit 354e8eb into main Nov 21, 2024
4 checks passed
@MarcinVaadin MarcinVaadin deleted the feat/vaadin-endpoints branch November 21, 2024 11:46
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