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: Add support for customizable projectFileExtensions #20397

Merged
merged 12 commits into from
Nov 11, 2024

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    faae4b3 View commit details
    Browse the repository at this point in the history
  2. Made projectFileExtensions into extraProjectFileExtensions, which…

    … add to existing ones.
    oliveryasuna authored and caalador committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d153a6f View commit details
    Browse the repository at this point in the history
  3. Ran Maven formatter.

    oliveryasuna authored and caalador committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    1f548d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    ab78bf8 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Add plugin data to runtime through build-info

    Fix initParam name, update javadocs
    caalador committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    af99ce3 View commit details
    Browse the repository at this point in the history
  2. remove debug comment

    caalador committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    dbab78f View commit details
    Browse the repository at this point in the history
  3. trim extension to not have spaces

    fix gradle javadoc
    caalador committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    2dee8a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    671380c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94b05f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b63203 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Merge branch 'main' into feat/19527-project-file-extensions

    # 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
    caalador committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b3e79f2 View commit details
    Browse the repository at this point in the history
  2. format

    caalador committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    00cb72b View commit details
    Browse the repository at this point in the history