Tags: vaadin/quarkus
Tags
fix: index optional dependencies (#172) Development (e.g. vaadin-dev-server) and optional (e.g. flow-react) dependencies must not be present in the Vaadin platform indexed, to prevent NoClassDefFound errors at runtime, for example when running a production build with dev-server excluded. This change adds a build step to index optional dependencies only if they are present in the project configuration. Part of #158
fix: index optional dependencies (#172) Development (e.g. vaadin-dev-server) and optional (e.g. flow-react) dependencies must not be present in the Vaadin platform indexed, to prevent NoClassDefFound errors at runtime, for example when running a production build with dev-server excluded. This change adds a build step to index optional dependencies only if they are present in the project configuration. Part of #158
fix: index optional dependencies (#172) Development (e.g. vaadin-dev-server) and optional (e.g. flow-react) dependencies must not be present in the Vaadin platform indexed, to prevent NoClassDefFound errors at runtime, for example when running a production build with dev-server excluded. This change adds a build step to index optional dependencies only if they are present in the project configuration. Part of #158
fix: index optional dependencies (#172) (#173) Development (e.g. vaadin-dev-server) and optional (e.g. flow-react) dependencies must not be present in the Vaadin platform indexed, to prevent NoClassDefFound errors at runtime, for example when running a production build with dev-server excluded. This change adds a build step to index optional dependencies only if they are present in the project configuration. Part of #158
fix: use quarkus compatible classloader (CP: 2.0) (#166) * fix: use quarkus compatible classloader Use a classLoader that is compatible with quarkus for default i18N translation. part of vaadin/flow#18977 * fix theme pom --------- Co-authored-by: Mikael Grankvist <mgrankvi@vaadin.com>
PreviousNext