Changes since 24.8.11
Fixes
-
Flush outputStream after write (#22660)
Commit · Pull requesttransfer() method should call flush() on the OutputStream before returning to ensure all buffered data is actually written
-
Use ResourceProvider to search for frontend resources (#22627)
Commit · Pull request · IssueUsing resource provider to search for frontend resources prevents potential issues with environment that use multiple classloaders, like Quarkus. Every environment can provide its own resource provider implementation that uses the best approach for loading resources from classpath.