spring-framework
spring-framework copied to clipboard
Spring Framework
I'm seeking clarification on this documentation snippet. It indicates "non-browser RESTful service scenarios for `multipart/mixed` but then provides example data inconsistent with a multipart/*mixed* request body requirements, specifically the header...
We should consider gathering the facilities used by AOT-generated code into first-class support for functional configuration types.
This PR introduced support for Publisher to InputStream conversion
I have a simple JmsListener that is listening to messages published to an ActiveMQ classic queue @JmsListener(destination = "ReportScheduleQueue") public void receiveMessage(String message) { log.info("Received message - {}", message); }...
This PR adds support for setting cookies, like with WebClient, to the RestClient It would be nice if you could add the `hacktoberfest-accepted` label to this PR :)
It is 2024 and I think the `MediaType` class should add several of the more common image-related mime-types such as: - `image/webp` - `image/avif` - `image/svg+xml` I know there are...
Spring version: 6.0.16 This is the documentation for the `ListableBeanFactory#getBeanNamesForType` method. > **allowEagerInit** – whether to initialize lazy-init singletons and objects created by FactoryBeans (or by factory methods with a...
Hi, I commonly add logs to the RestClient based on this nice example from Craig Walls: [https://github.com/habuma/logging-interceptor/tree/main](https://github.com/habuma/logging-interceptor/tree/main) Would it make sense to add request/response logging capabilities as part of the...
The current `NettyHeaders` supports case-sensitive storage of entry values when using the `add` method. This causes the `NettyHeadersAdapter` to accumulate the values for the corresponding key when retrieving headers(see unit...
Unit tests have been added for the `DomUtils` class to test whether all the functions in this class work according to their expected behavior. Since testing for this class was...