Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix: allow non-Serializable beans in Element.callJsFunction #22904
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: allow non-Serializable beans in Element.callJsFunction #22904
Changes from all commits
ecb5aceFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check warning on line 661 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Complete the task associated to this TODO comment.
Check warning on line 665 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Remove this use of "textValue"; it is deprecated.
Check warning on line 676 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Remove this use of "textValue"; it is deprecated.
Check warning on line 678 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Remove this use of "textValue"; it is deprecated.
Check warning on line 717 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Complete the task associated to this TODO comment.
Check warning on line 1342 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Replace this usage of 'Stream.collect(Collectors.toList())' with 'Stream.toList()' and ensure that the list is unmodified.
Check warning on line 1355 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Replace this usage of 'Stream.collect(Collectors.toList())' with 'Stream.toList()' and ensure that the list is unmodified.
Check warning on line 1482 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Remove this call to a deprecated class, it has been marked for removal.
Check warning on line 1510 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Remove this call to a deprecated class, it has been marked for removal.
Check warning on line 1560 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Remove this call to a deprecated class, it has been marked for removal.
Check warning on line 1588 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Remove this call to a deprecated class, it has been marked for removal.
Check warning on line 1589 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Remove this call to a deprecated class, it has been marked for removal.
Check warning on line 1616 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Remove this call to a deprecated class, it has been marked for removal.
Check warning on line 1619 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Remove this useless assignment to local variable "res".
Check warning on line 1621 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Remove this call to a deprecated class, it has been marked for removal.
Check warning on line 1640 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Remove this call to a deprecated class, it has been marked for removal.
Check warning on line 1649 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Remove this call to a deprecated class, it has been marked for removal.
Check warning on line 1660 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Remove this call to a deprecated class, it has been marked for removal.
Check warning on line 1664 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Remove this call to a deprecated class, it has been marked for removal.
Check warning on line 1675 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Remove this call to a deprecated class, it has been marked for removal.
Check warning on line 1676 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Remove this call to a deprecated class, it has been marked for removal.
Check warning on line 1696 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Remove this call to a deprecated class, it has been marked for removal.
Check warning on line 1697 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Remove this useless assignment to local variable "resource".
Check warning on line 1720 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Remove this useless assignment to local variable "resource".
Check warning on line 1759 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Remove this call to a deprecated class, it has been marked for removal.
Check warning on line 1766 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Remove the declaration of thrown exception 'java.net.URISyntaxException', as it cannot be thrown from method's body.
Check warning on line 1770 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Remove this call to a deprecated class, it has been marked for removal.
Check warning on line 1796 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Remove this call to a deprecated class, it has been marked for removal.
Check warning on line 1829 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Remove this call to a deprecated class, it has been marked for removal.
Check warning on line 1833 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Remove this call to a deprecated class, it has been marked for removal.
Check warning on line 1881 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Remove this call to a deprecated class, it has been marked for removal.
Check warning on line 1920 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Remove this call to a deprecated class, it has been marked for removal.
Check warning on line 1950 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Swap these 2 arguments so they are in the correct order: expected value, actual value.
Check warning on line 1954 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Swap these 2 arguments so they are in the correct order: expected value, actual value.
Check warning on line 1955 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Swap these 2 arguments so they are in the correct order: expected value, actual value.
Check warning on line 2266 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Replace this String concatenation with Text block.
Check warning on line 2698 in flow-server/src/test/java/com/vaadin/flow/dom/ElementJacksonTest.java
Remove this unused private "createNumberArray" method.
Uh oh!
There was an error while loading. Please reload this page.