Skip to content

Allow to overrride channel creation#483

Closed
reiern70 wants to merge 88 commits into
masterfrom
allow_to_overrride_channel_creation
Closed

Allow to overrride channel creation#483
reiern70 wants to merge 88 commits into
masterfrom
allow_to_overrride_channel_creation

Conversation

@reiern70
Copy link
Copy Markdown
Contributor

No description provided.

bitstorm and others added 30 commits April 25, 2021 20:34
WICKET-6885 Add scope col attribute to HeadersToolbar

(cherry picked from commit 41aeafa)
(cherry picked from commit ae7a254f112bd07bebf09a7ab2c8725dd4af0d64)
….17.0 and NPM to 7.13.0

(cherry picked from commit 8fe1667)
and maven-javadoc-plugin to 3.3.0
(cherry picked from commit 7f8a61a)
Trigger a build for INFRA-21830
…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
…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
martin-g and others added 29 commits August 16, 2021 14:48
(cherry picked from commit 1255320)
works fine with cglib already
Small syntatic sugar.
JdkProxyFactory now also implements IProxyFactory.

(cherry picked from commit e7aeb82)
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
JDK 18+ should point to early_access url for javadoc

(cherry picked from commit 7c68a15)
…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)
@reiern70 reiern70 closed this Nov 18, 2021
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

Successfully merging this pull request may close these issues.

9 participants