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


##########
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:
   > This is a problem indeed!
   > We can improve StringResponse in 10.x and introduce LazyStringResponse in 
9.x as deprecated.
   
   @martin-g: I can do that. But in what order should I do it? Should I merge 
the PRs as they are now, then backport them and then deprecate 
`LazyStringResponse` in 9.x and unify the responses in 10x? Or should I unify 
them now and create a separate PR for backporting? What do you usually do in 
such a case?



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