theigl commented on code in PR #573:
URL: https://github.com/apache/wicket/pull/573#discussion_r1162997269


##########
wicket-core/src/main/java/org/apache/wicket/response/StringResponse.java:
##########
@@ -30,6 +30,8 @@
 public class StringResponse extends Response
 {
 
+       private static final int DEFAULT_INITIAL_CAPACITY = 128;

Review Comment:
   I have merged the two branches, cherry-picked them to 9.x and deprecated 
`LazyStringResponse` in 9.x.
   
   #574 now unifies the two responses and deletes `LazyStringResponse` in 10.x.
   
   If we want to backport this to 8.x, we need to cherry-pick 3 commits from 
9.x. The two PRs and the deprecation commit.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to