You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by GitBox <gi...@apache.org> on 2022/04/19 14:16:44 UTC

[GitHub] [wicket] martin-g commented on a diff in pull request #512: List.of() creates an immutable List instance, without a backing Array...

martin-g commented on code in PR #512:
URL: https://github.com/apache/wicket/pull/512#discussion_r853131648


##########
wicket-core/src/main/java/org/apache/wicket/Component.java:
##########
@@ -2669,7 +2669,7 @@ public void internalRenderHead(final HtmlHeaderContainer container)
 					if (response.wasRendered(behavior) == false)

Review Comment:
   It looks like a bug indeed!
   But it is strange that it was uncovered for so many years.



-- 
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: commits-unsubscribe@wicket.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org