This is an automated email from the ASF dual-hosted git repository.
adelbene pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
from 990a6e412e WICKET-7000 ParseException ("Malformed tag") if <script>
attribute 'type' is 'module'
new 92303dfb69 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 logging message being created.
new afc21338c2 We can do a little better by removing two more
StringBuilders. This is another ~100 bytes and several Objects which do not
need to be allocated to log a request.
new bccfb820a1 The build failed on Github. So restore the original API.
Also cache the TZ lookup.
new 5ebdb5d5ff One more try to get past the build tests...
new b3d02eadd1 Sometimes you can look right at the problem and not see
it...
new b5094c14d0 Using the newer LocalDateTime formatting tools allows for
an additional improvement. Running the two version using JMH:
new 980a0f5099 Change method name to appendRequestHandlerString in
response to comments.
new 27d9b7c88a Merge pull request #524 from astange1/requestLogger
The 21283 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:
.../protocol/http/AbstractRequestLogger.java | 39 +++++-----------------
.../apache/wicket/protocol/http/RequestLogger.java | 11 +++---
2 files changed, 13 insertions(+), 37 deletions(-)