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

fix: filter hilla and copilot packages better #19113

Merged
merged 3 commits into from
Apr 12, 2024

Commits on Apr 5, 2024

  1. fix: filter hilla and copilot packages better

    Filter "com/vaadin/hilla" and "com/vaadin/copilot" packages by default from the class scanner in VaadinServletContextInitializer and include only what is really needed: com.vaadin.copilot.CopilotIndexHtmlLoader, com.vaadin.copilot.CopilotLoader and com.vaadin.hilla.startup. This speeds up mostly reload time and also startup time a bit.
    
    Related-to: #19112
    tltv committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f932908 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    93d88a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b3b4ee View commit details
    Browse the repository at this point in the history