wicket icon indicating copy to clipboard operation
wicket copied to clipboard

Apache Wicket - Component-based Java web framework

Results 38 wicket issues
Sort by recently updated
recently updated
newest added

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.10.5&new-version=2.12.6.1)](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...

dependencies
java

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...

dependencies
javascript

Not sure about the change to the interface ICellPopulator whether it is allowed in a minor version update.