Allow to overrride channel creation#483
Closed
reiern70 wants to merge 88 commits into
Closed
Conversation
WICKET-6885 Add scope col attribute to HeadersToolbar (cherry picked from commit 41aeafa)
(cherry picked from commit ae7a254f112bd07bebf09a7ab2c8725dd4af0d64)
(cherry picked from commit 65c208e)
….17.0 and NPM to 7.13.0 (cherry picked from commit 8fe1667)
and maven-javadoc-plugin to 3.3.0
Discussed at: https://markmail.org/message/5qkttpa6qcvc6ui6 (cherry picked from commit 8d44c5b)
(cherry picked from commit 7f8a61a)
Trigger a build for INFRA-21830
…sion of 8x Fix the url to use examples9x
…tem has been selected
…cket-9.3.0 Use different configuration for maven-javadoc-plugin for JDK 11/12 and 13+. 13+ has no -no-module-directories option Fix javadoc errors/warnings. Remove useless javadoc With this the javadoc build for JDK 11 & 16 seems to be fixed - there are no errors. JDK 17+ still has some problem
…cket-9.3.0 Fix all javadoc errors and warnings
…-native-websocket-core
…cket-9.3.0 Simplify the setup of maven-javadoc-plugin by using Maven properties
There is a mysterious error in websocker-core module - javadoc cannot see javax.servlet.Filter class for some reason
(cherry picked from commit 866fefc)
(cherry picked from commit 1255320)
works fine with cglib already
Small syntatic sugar. JdkProxyFactory now also implements IProxyFactory. (cherry picked from commit e7aeb82)
…hould not be used with <wicket:enclosure>
Add missing semicolon at the end
org.apache.wicket.protocol.http.WicketFilterTest#notModifiedResponseIncludesExpiresHeader() fails with JDK 18 b14 with Locale.UK (cherry picked from commit e8066ac)
Currently, MultipartFormComponentListener ensures form enctype is correct on the client-side when visibility for multipart-enabling components is toggled. It does so by visiting all form components, detecting multipart-enabling components and emitting javascript code to refresh the encoding type on the client-side. There are a few issues solved by this commit: - The identified form component could be part of a hidden hierarchy. This prevents finding it in the DOM, and using it's form attribute to set the form enctype. - There could be more than one form with multipart-enabling components which would require an enctype refresh on the client-side. This commit modifies MultipartFormComponentListener to find all forms, ensure they are visible in the hierarchy, then visiting all form components to find multipart-enabling. A single statement is emitted per form. (cherry picked from commit 9bfb779)
Remove 'final' from a method in a 'final class' Fix typos in javadoc
https://github.com/mockito/mockito/releases/tag/v4.0.0 (cherry picked from commit 1176afb)
JDK 18+ should point to early_access url for javadoc (cherry picked from commit 7c68a15)
(cherry picked from commit fcec670)
…ages 2) pass page class as a kind of context that can be used to send a web socket to different pages + example of updating a component in a given page (not dependent on page ID)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.