Insights: spring-projects/spring-framework
Overview
Could not load contribution data
Please try again later
3 Pull requests merged by 3 people
-
Fix typo in beanvalidation.adoc
#32218 merged
Feb 7, 2024 -
Variables definition fixed
#32216 merged
Feb 7, 2024 -
Refactor ReloadableResourceBundleMessageSource
#32118 merged
Feb 6, 2024
4 Pull requests opened by 3 people
-
Document @RequestAttribute in HTTP clients
#32231 opened
Feb 9, 2024 -
Fix supportsRequestAttributes for RestClientAdapter
#32232 opened
Feb 9, 2024 -
Fix issue when the allowedOrigin list contains strings with spaces
#32233 opened
Feb 9, 2024 -
Fixes syntax error in JdbcClient examples
#32236 opened
Feb 10, 2024
40 Issues closed by 11 people
-
Menu bar shows incorrect
#32235 closed
Feb 9, 2024 -
Dynamic Bean Naming to Prevent Collisions in Spring Projects
#32228 closed
Feb 9, 2024 -
Add Coroutines support to `NonReactiveHandlerMethodPredicate`
#32227 closed
Feb 9, 2024 -
How to disable URL encoding in `HttpInterface`/`HttpExchange` client
#32041 closed
Feb 9, 2024 -
Add support for providing a POJO to an initializer registered by BeanFactoryInitializationCode
#32214 closed
Feb 9, 2024 -
MockMvc misbehaves with multiple servlets and ambiguous SecurityFilterChain RequestMatchers
#32217 closed
Feb 8, 2024 -
Observation not picking up exception from DispatcherServlet
#32210 closed
Feb 8, 2024 -
RestClient does not work for http request without body
#32225 closed
Feb 8, 2024 -
Behavior of AopUtils#getMostSpecificMethod in some cases no longer returns the most specific method
#32224 closed
Feb 8, 2024 -
RouterFunctionMapping does not implement MatchableHandlerMapping
#32222 closed
Feb 8, 2024 -
RouterFunctionMapping does not implement MatchableHandlerMapping
#32221 closed
Feb 8, 2024 -
`RequestPredicate` fails with WebFlux 6.1.2
#31955 closed
Feb 8, 2024 -
[Feature Request] Packaging POM option via New > Spring Starter Project
#32220 closed
Feb 8, 2024 -
RequestParam defaultValue is not correctly reading from application.yml for integration tests
#32212 closed
Feb 7, 2024 -
System Requirements Specification
#32213 closed
Feb 7, 2024 -
Add a Basic Websocket Java Client with Reconnection capability as a new Package of Spring [SPR-14331]
#18903 closed
Feb 7, 2024 -
Add MQTT over WebSocket support [SPR-12581]
#17182 closed
Feb 7, 2024 -
Extract MockHttp from MockMvc [SPR-13818]
#18391 closed
Feb 7, 2024 -
Using types in `@SessionAttributes` is sometimes not reflected in the model
#30463 closed
Feb 6, 2024 -
Passing attributes from `WebClient` to underlying HTTP library
#26208 closed
Feb 6, 2024 -
SpEL: parsing exception when combining null-safe navigation and list indexing [SPR-16929]
#21468 closed
Feb 6, 2024 -
Introduce SPI to configure the SpEL Indexer
#26409 closed
Feb 6, 2024 -
SpEL: support type inference in dynamic typing scenarios
#32204 closed
Feb 6, 2024 -
Let `BeanPropertyRowMapper` subclasses customize mapped names
#32199 closed
Feb 5, 2024 -
Cannot start new transaction with parallel execution of JUnit integration tests
#30972 closed
Feb 5, 2024 -
Support ReadTimeout in HttpComponentsClientHttpRequestFactory with Apache HTTP Client 5
#32121 closed
Feb 5, 2024 -
Add error handling strategy to R2DBC DatabaseClient
#31256 closed
Feb 5, 2024 -
Allow for AbstractUrlHandlerMapping to add/remove handlers at runtime
#26798 closed
Feb 5, 2024 -
Validation of `PartEventHttpMessageReader#maxParts` is off by one
#32122 closed
Feb 5, 2024 -
Optimize Map methods in ServletAttributesMap
#32197 closed
Feb 5, 2024 -
RestClient : interceptors are executed 2 times
#32196 closed
Feb 5, 2024 -
Content-Length value and actual length value can be different
#32186 closed
Feb 4, 2024 -
Upgrade to Gradle 8.6
#32193 closed
Feb 3, 2024 -
Upgrade to Gradle 8.6
#32192 closed
Feb 3, 2024
12 Issues opened by 10 people
-
UriComponentsBuilder double encodes query parameters
#32234 opened
Feb 9, 2024 -
AOT processing fails to initialize Ordered AspectJ bean
#32230 opened
Feb 9, 2024 -
Cannot autowire StringValueResolver
#32229 opened
Feb 9, 2024 -
Avoid ASYNC dispatch if possible in DefaultAsyncServerResponse
#32223 opened
Feb 8, 2024 -
Consistent parsing of user information in UriComponentsBuilder
#32211 opened
Feb 7, 2024 -
Introduce ability to add to the `Environment` using properties of a bean
#32209 opened
Feb 6, 2024 -
Document null-safe navigation support for collection selection/projection in SpEL
#32208 opened
Feb 6, 2024 -
Make SmartLifecycle `phase` value configurable in STOMP message handling components
#32205 opened
Feb 6, 2024 -
Inconsistent http.route tracing attribute value between RestTemplate & WebClient since 6.1.2
#32202 opened
Feb 6, 2024 -
Memory leak ClientRequestObservationContext when bumping spring-webflux 6.1.1 -> 6.1.2
#32198 opened
Feb 5, 2024 -
OOM error because of lots of “org.apache.tomcat.websocket.server.WsFrameServer” instances
#32195 opened
Feb 5, 2024
35 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Change default phase for STOMP message handling components to be ahead of Boot's WebServerStartStopLifecycle default phase
#27519 commented on
Feb 6, 2024 • 5 new comments -
Allow setting up a MockMVC form submission using an instance of the form-backing object
#29728 commented on
Feb 9, 2024 • 4 new comments -
xml bean definition with factory-method does not determine correct target type for every case (f.e. not with mockito mock method)
#32091 commented on
Feb 8, 2024 • 4 new comments -
Allow easy 404 dismissal in Http Client Interfaces
#32105 commented on
Feb 9, 2024 • 2 new comments -
Propagate WebClient attributes into underlying HTTP client request where possible
#29958 commented on
Feb 6, 2024 • 2 new comments -
Can not rollback transaction in Mono.zip(...) when use several reactive transaction managers
#28782 commented on
Feb 9, 2024 • 1 new comment -
Support ModelAttributes / Databinding out of the box in `HttpServiceProxyFactory`
#32142 commented on
Feb 9, 2024 • 1 new comment -
Add `@RequestAttribute` to list of supported method parameters for HTTP interface clients
#31933 commented on
Feb 9, 2024 • 1 new comment -
Provide and document a way to handle single-page application redirects
#27257 commented on
Feb 9, 2024 • 1 new comment -
Missing CORS headers defined in SockJS CORS configuration
#32170 commented on
Feb 7, 2024 • 1 new comment -
`DefaultDataBuffer#setNativeBuffer` violates contract of `DataBuffer`
#30984 commented on
Feb 7, 2024 • 1 new comment -
The method `getNativeBuffer()` in `DefaultDataBuffer` returns misconfigured `ByteBuffer`
#30967 commented on
Feb 7, 2024 • 1 new comment -
Introduce null-safe index operator in SpEL
#29847 commented on
Feb 6, 2024 • 1 new comment -
Document semantics for null-safe navigation within a compound expression in SpEL
#21827 commented on
Feb 6, 2024 • 1 new comment -
404 with multiples slashes in request path
#32168 commented on
Feb 6, 2024 • 1 new comment -
Resolving generic enum types (Enum<T>) in nested bean properties
#27760 commented on
Feb 6, 2024 • 1 new comment -
Spring WebFlux HATEOAS No Encoder for EntityModel with preset Content-Type 'null'
#27327 commented on
Feb 6, 2024 • 1 new comment -
Add an Eclipse Jetty Core `HttpHandlerAdaptor`
#32035 commented on
Feb 5, 2024 • 1 new comment -
Sources are missing for java 21 classes in MR-JAR structure
#32119 commented on
Feb 5, 2024 • 1 new comment -
Introduce support for non-`@Primary` fallback beans
#26241 commented on
Feb 5, 2024 • 1 new comment -
Allow creation of Beans that cannot be autowired by type unless qualified
#26528 commented on
Feb 5, 2024 • 1 new comment -
Support decoding empty DataBuffers for Decoders that support it
#29903 commented on
Feb 5, 2024 • 0 new comments -
Introduce `IndexAccessor` SPI to configure the SpEL `Indexer`
#26478 commented on
Feb 6, 2024 • 0 new comments -
Resolve type variable recursively in `GenericTypeResolver`
#30079 commented on
Feb 5, 2024 • 0 new comments -
Fix `DefaultDataBuffer#getNativeBuffer()` to set correct limit
#32009 commented on
Feb 7, 2024 • 0 new comments -
Allow for AbstractUrlHandlerMapping to add/remove handlers at runtime
#32064 commented on
Feb 5, 2024 • 0 new comments -
Implement Eclipse Jetty core HTTP handler adapter
#32097 commented on
Feb 6, 2024 • 0 new comments -
Mockito cannot mock AspectJ-weaved @Async method
#24724 commented on
Feb 6, 2024 • 0 new comments -
Introduce support to return operands and operator of a SpEL expression
#23084 commented on
Feb 6, 2024 • 0 new comments -
`DataBufferLimitException` in WebFlux controllers should result in 413 instead of 500
#32113 commented on
Feb 6, 2024 • 0 new comments -
AutoGrow not applied for nested map values
#32154 commented on
Feb 6, 2024 • 0 new comments -
Inconsist baseurl behaviour between RestClient and WebClient
#32185 commented on
Feb 6, 2024 • 0 new comments -
Support for Flux<Rendering> and Flux<ModelAndView> for @RequestMapping handler methods
#27652 commented on
Feb 5, 2024 • 0 new comments -
Revisit default lifecycle phases and timeouts (e.g. for ThreadPoolTaskScheduler)
#32152 commented on
Feb 5, 2024 • 0 new comments -
Optimize constructor dependency injection performance for parameter name matches
#28122 commented on
Feb 5, 2024 • 0 new comments