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

ace-widget is not visible with vaadin 24.3.5 #324

Open
cupidogiuseppe opened this issue Feb 18, 2024 · 2 comments
Open

ace-widget is not visible with vaadin 24.3.5 #324

cupidogiuseppe opened this issue Feb 18, 2024 · 2 comments

Comments

@cupidogiuseppe
Copy link

Hi,
i opened an issue vaadin/directory#66 (comment) because
I cannot include in my vaadin 24 projects many addons because they are not visible in web pages.
One of this addon is ace-widget and i am just tested the 2.0.0 new version without success.
The problem is the same.
i get a javascript error
image
and the ace editor is not visible in web page.

i also tried to put ace-widget in whitelist
vaadin.whitelisted-packages = com.vaadin, org.vaadin, com.hilerio
but, it seems that this property is valid only for spring application, not for Quarkus application and anyway it doesnt work.

Any suggestion please?

@robert4381
Copy link

robert4381 commented Feb 25, 2024

vaadin.whitelisted-packaged is deprecated.

Change it to vaadin.allowed-packages

vaadin.allowed-packages=com.vaadin,org.vaadin,dev.hilla,com.hilerio

Until I added to allowed-packages ace editor worked :)

Theme and mode still doesn't work :( but this is another issue.

@ckosmowski
Copy link

The problem has been solved in the issue mentioned by he issue opener. We need to add jandex indexes and then it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants