This is an automated email from the ASF dual-hosted git repository.

theigl pushed a change to branch wicket-9.x
in repository https://gitbox.apache.org/repos/asf/wicket.git


    from 44538f5f2d Dependencies and plugins are updated (#570)
     new bbc67b9b1c WICKET-7042 Correctly size `StringResponse` when writing 
combined scripts (#573)
     new 0e3aaedc61 WICKET-7041 Introduce `LazyStringResponse` to avoid 
unnecessary allocations for empty responses (#572)
     new dc8f083060 WICKET-7041 Deprecate `LazyStringResponse` for removal in 
Wicket 10

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/main/java/org/apache/wicket/Component.java |  4 +-
 .../org/apache/wicket/page/PartialPageUpdate.java  |  8 +++-
 ...StringResponse.java => LazyStringResponse.java} | 54 ++++++++++++++--------
 .../org/apache/wicket/response/StringResponse.java | 15 +++++-
 4 files changed, 58 insertions(+), 23 deletions(-)
 copy wicket-core/src/main/java/org/apache/wicket/response/{StringResponse.java 
=> LazyStringResponse.java} (57%)

Reply via email to