[Bug 66178] Reduce garbage from strings in AbstractArchiveResourceSet.getResource

2022-07-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66178 --- Comment #8 from Joe Jackson --- I've added the screenshots showing JFR profiling data before and after the patch. The StringBuilder does still generate garbage, but it's reduced by about 3x - 4x. Mainly because there is less need to create

[Bug 66178] Reduce garbage from strings in AbstractArchiveResourceSet.getResource

2022-07-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66178 --- Comment #7 from Joe Jackson --- Created attachment 38349 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38349=edit before fix -- You are receiving this mail because: You are the assignee for the bug.

[Bug 66178] Reduce garbage from strings in AbstractArchiveResourceSet.getResource

2022-07-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66178 --- Comment #6 from Joe Jackson --- Created attachment 38348 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38348=edit after fix -- You are receiving this mail because: You are the assignee for the bug.

[Bug 66179] NPE when retrieving locale from request

2022-07-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66179 --- Comment #4 from simon.lu...@sap.com --- the code calling locale is return new JsonPrimitive(uiMsg.toMessage(request.getLocale())); whereas request is HttpServletRequest -- You are receiving this mail because: You are the assignee for the

[Bug 66179] NPE when retrieving locale from request

2022-07-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66179 simon.lu...@sap.com changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #3 from

[Bug 66179] NPE when retrieving locale from request

2022-07-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66179 --- Comment #2 from simon.lu...@sap.com --- Created attachment 38345 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38345=edit working request headers -- You are receiving this mail because: You are the assignee for the bug.