-
Notifications
You must be signed in to change notification settings - Fork 167
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: Add support for customizable projectFileExtensions #20397
Conversation
fc9afca
to
27a0697
Compare
27a0697
to
ab78bf8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should also gradle plugin's PrepareFrontendInputProperties.kt
be updated for the new property?
Also GenerateNpmBOMMojo
maven goal could need to use this new property.
flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinFlowPluginExtension.kt
Outdated
Show resolved
Hide resolved
flow-server/src/main/java/com/vaadin/flow/server/InitParameters.java
Outdated
Show resolved
Hide resolved
d4b4b8e
to
7fb996a
Compare
Fix initParam name, update javadocs
7fb996a
to
af99ce3
Compare
System.out.println( | ||
"=== '" + options.getFrontendExtraFileExtensions() + "'"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
System.out.println( | |
"=== '" + options.getFrontendExtraFileExtensions() + "'"); | |
System.out.println( | |
"=== '" + options.getFrontendExtraFileExtensions() + "'"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I forgot to push the removal =P
flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinFlowPluginExtension.kt
Outdated
Show resolved
Hide resolved
flow-server/src/main/java/com/vaadin/flow/server/frontend/TaskUpdateVite.java
Outdated
Show resolved
Hide resolved
fix gradle javadoc
Added input property for the gradle plugin. |
37bb8b9
to
671380c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. After conflicts are resolved.
# Conflicts: # flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinFlowPluginExtension.kt # flow-plugins/flow-maven-plugin/src/main/java/com/vaadin/flow/plugin/maven/FlowModeAbstractMojo.java # flow-plugins/flow-plugin-base/src/main/java/com/vaadin/flow/plugin/base/BuildFrontendUtil.java # flow-plugins/flow-plugin-base/src/main/java/com/vaadin/flow/plugin/base/PluginAdapterBase.java # flow-server/src/main/java/com/vaadin/flow/server/frontend/Options.java # flow-server/src/main/java/com/vaadin/flow/server/startup/AbstractConfigurationFactory.java # vaadin-dev-server/src/main/java/com/vaadin/base/devserver/startup/DevModeInitializer.java
Quality Gate passedIssues Measures |
This ticket/PR has been released with Vaadin 24.6.0.alpha3 and is also targeting the upcoming stable 24.6.0 version. |
Fixes #19527