wicket
wicket copied to clipboard
Apache Wicket - Component-based Java web framework
This PR implements a new Resource attribute encoding scheme inspired by the string encoding of the `bencode` format.
The http RequestLogger is very expensive. In our system, we see almost 4kb of memory allocation in this code to create a logging String that is ~700 bytes long, per...
There's a couple of changes here, I'll see if I can list them all: - ALLPs can now be terminated, which skips the component replacing part. (This is useful when...
A filterPath pattern of '/*' is now replaced with an empty string. This matches the behavior of methods getFilterPathFromAnnotation() and getFilterPathFromConfig(). I'm not sure if it's a bug, but I...
Let's discuss how Wicket could support async processing. Idea is to allow suspending the current RequestCycle, example's LinkPage shows the usage. Notes: - async-supported has to be enabled on the...
Autocomplete field resulting an exception with org.apache.wicket.settings.ExceptionSettings#errorHandlingStrategyDuringAjaxRequests, set to org.apache.wicket.settings.ExceptionSettings.AjaxErrorStrategy.REDIRECT_TO_ERROR_PAGE does not redirect to the error page. This fix will enable page redirection even for autocomplete field.
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.5 to 2.12.6.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.7. Release notes Sourced from ejs's releases. v3.1.7 Version 3.1.7 Commits 820855a Version 3.1.7 076dcb6 Don't use template literal faf8b84 Skip test -- error message...
WICKET-6941 Add visible attribute to AbstractColumn to hide/show columns in DataTable/DataGridView
Not sure about the change to the interface ICellPopulator whether it is allowed in a minor version update.