Skip to content

Tags: vaadin/quarkus

Tags

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: provide default MenuAccessControl instance (#176)

A MenuAccessControl instance is required when operating with MenuConfiguration.
This change provides a default implementation if the user project does not
define a specialized bean.

Fixes #175

2.1.0.rc2

Toggle 2.1.0.rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: provide default MenuAccessControl instance (#176)

A MenuAccessControl instance is required when operating with MenuConfiguration.
This change provides a default implementation if the user project does not
define a specialized bean.

Fixes #175

2.1.0.rc1

Toggle 2.1.0.rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

2.1.0.beta1

Toggle 2.1.0.beta1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

2.1.0.alpha2

Toggle 2.1.0.alpha2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

2.0.3

Toggle 2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

2.1.0.alpha1

Toggle 2.1.0.alpha1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update vaadin-parent to latest (#168)

2.0.2

Toggle 2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

2.0.1

Toggle 2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: added explanation and URL how to reach devUI in development mo…

…de/profile (#129)

Added explanation and URL how to reach devUI in development mode/profile.

1.1.4

Toggle 1.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: added explanation and URL how to reach devUI in development mo…

…de/profile (CP.1.1) (#130)

Added explanation and URL how to reach devUI in development mode/profile.