-
Notifications
You must be signed in to change notification settings - Fork 168
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
3.1 cherry pick #8880
3.1 cherry pick #8880
Conversation
If you use container (such as the latest Wilfdly) which forces to use significantly newer version of Jsoup than Vaadin depends to, this can cause a problem as deprecated method as been removed.
Also take into account that chunk modules may have submodules. Fixes #8493
Fixes vaadin/platform#1251 # Conflicts: # flow-server/src/main/java/com/vaadin/flow/server/frontend/NodeUpdater.java # flow-server/src/test/java/com/vaadin/flow/server/frontend/NodeUpdaterTest.java
if (logger.isWarnEnabled()) { | ||
logger.warn(String.join("\n", warnings)); | ||
} | ||
} else if (!info.isEmpty()) { | ||
info.add(0, HEADER); | ||
info.add(SEPARATOR); | ||
if (logger.isInfoEnabled()) { |
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.
These commits haven't been picked from
|
* fixing error message when fails to load content of index.html * adding import * code enhancement * code enhancement and adding test * enhancement * simulate index-html absence by rename * adding space and assert rename file
* Add transmission semantic for URI attribute values Fixes #8813 * Add some comments, correct javadocs * Fix GWT tests * Use one magic method instead of another * Check the type of JsonValue before read it
* Avoid findIndex JS Array function. Fixes #8711 * Fix indentation
* Make a workaround for Spring boot run as jar Fixes #8705 * Add a unit test for implemented workaround. * Add forgotten resource * Improve variable name and add comments
Picked all the mentioned commits except |
* @throws UnsupportedOperationException | ||
*/ | ||
@Override | ||
public void setId(String id) { |
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.
|
DON'T SQUASH