Skip to content

WICKET-6895: Links to examples in documentation points to old version of 8x#473

Closed
jlindman wants to merge 83 commits into
masterfrom
wicket-9.x
Closed

WICKET-6895: Links to examples in documentation points to old version of 8x#473
jlindman wants to merge 83 commits into
masterfrom
wicket-9.x

Conversation

@jlindman
Copy link
Copy Markdown

Updated url to wicket 9 examples in asciidoc document (was pointing to 8.x examples).

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 28 commits August 12, 2021 11:39
…ng" form-data

Update the <form>'s enctype whenever a multipart form component is repainted via Ajax
Non-functional change!
…ng" form-data

Update test expectations.
FormComponent#isMultipart() is called now by MultipartFormComponentListener in Ajax requests
(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)
@bitstorm bitstorm closed this Nov 5, 2021
@bitstorm
Copy link
Copy Markdown
Contributor

bitstorm commented Nov 5, 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.

7 participants