spring-framework icon indicating copy to clipboard operation
spring-framework copied to clipboard

Spring Framework

Results 875 spring-framework issues
Sort by recently updated
recently updated
newest added

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...

type: documentation
in: web

We should consider gathering the facilities used by AOT-generated code into first-class support for functional configuration types.

in: core
type: enhancement

This PR introduced support for Publisher to InputStream conversion

in: web
type: enhancement

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); }...

status: waiting-for-triage

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 :)

status: waiting-for-triage
in: web

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...

status: waiting-for-triage

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...

type: documentation
in: core

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...

status: waiting-for-triage

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...

status: waiting-for-triage
status: feedback-provided

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...

status: waiting-for-triage