-
Notifications
You must be signed in to change notification settings - Fork 167
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: Pass Java class info to browser in dev mode #18892
Conversation
flow-client/src/main/java/com/vaadin/client/ApplicationConnection.java
Outdated
Show resolved
Hide resolved
b8e0462
to
f8a5f81
Compare
flow-server/src/main/java/com/vaadin/flow/component/ComponentUtil.java
Outdated
Show resolved
Hide resolved
24e01ac
to
8aa3c7a
Compare
As this info is only needed in real development mode, I changed the patch to ignore all other situations (missing session, missing configuration etc). Then it should not even require any test changes.. |
…s and they do not need the class name
8aa3c7a
to
75549db
Compare
…e locked when the UI is attached to the session
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Else I guess it would be fine.
flow-client/src/main/java/com/vaadin/client/ApplicationConnection.java
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
This ticket/PR has been released with Vaadin 24.4.0.alpha15 and is also targeting the upcoming stable 24.4.0 version. |
No description provided.