Nineya
Home
Blog
Spring Lenient handling of unencoded URIs in ForwardedHeaderTransformer
2025-01-08 20:10:07
728
Currently ForwardedHeaderTransformer assumes the url is url encoded which is not necessarily the case.I experienced an i...
Spring Support DispatcherType.INCLUDE in DefaultServletHttpRequestHandler
2025-01-08 20:10:03
701
When serving static resources by enabling the DefaultServletHttpRequestHandler you will get an IllegalStateException (Re...
Spring SseEmitter should format a multiline String
2025-01-08 20:10:01
2322
The ServerSentEventHttpMessageWriter (used in Webflux but not MVC I think) has some logic to deal with multiline string ...
Spring CGLIB proxy classes are no longer cached properly
2025-01-08 20:09:58
17318
Affects:- Spring 6.0.10 / Spring Boot 3.0.10 - it also works when overwriting the Spring version to 6.0.11 using the pr...
Spring Support @Autowired HttpServletResponse in request-scoped beans
2025-01-08 20:09:55
800
Affects: 5.2.0.RELEASEThe following should work for request scoped beans: @Component @RequestScope public class...
Spring CGLIB forwarding broken for package-visible method on @Repository bean [SPR-15911]
2025-01-08 20:09:52
4108
Michel Jung opened SPR-15911 and commentedPosted in https://stackoverflow.com/questions/45955727/autowired-field-is-null...
Spring TransactionAspectSupport: order of commit/cleanup actions
2025-01-08 20:09:49
1988
Hello! I am migrating a project from Spring 3.x to Spring 4.3.25. The project I am working with has an expectation that ...
Spring Beans with @EventListener gets instantiated when event is sent even if the beans are not used [SPR-16998]
2025-01-08 20:09:46
9214
Chris K. opened SPR-16998 and commentedWe use Spring in context with Vaadin 8.2 with the Spring addon.Each View is a Spr...
Spring Allow class attribute for XML bean definitions together with factory-bean
2025-01-08 20:09:43
2934
Affects: spring-beans-5.2.0Please allow the class attribute for XML bean definitions which define the factory-bean attri...
Spring Unable to resolve persistence unit root URL with LocalContainerEntityManagerFactoryBean [SPR-15304]
2025-01-08 20:09:40
3349
Mark Anderson opened SPR-15304 and commentedWhen using LocalContainerEntityManagerFactoryBean without any JPA xml config...
Spring Incorrect ContextClassLoader for CommonJ WorkManager worker threads when Quartz Scheduler is used [SPR-11125]
2025-01-08 20:09:37
5793
Peter H opened SPR-11125 and commentedWhen Quartz Scheduler is configured to utilize the CommonJ WorkManager, worker (Wo...
Spring Simplify ServerRequestExtensions.queryParamOrNull()
2025-01-08 20:09:34
1418
What this PR is about isNull value processing has been modified more concisely.While I was looking at the implementation...
Spring what is recommended log level for org.springframework packages
2025-01-08 20:09:31
1133
when I destroy bean, I can not check error log.my logback configuration is<logger name="com.company" level=...
Spring Strange BeanFactory#isPrototype side effects
2025-01-08 20:09:29
5434
When calling BeanFactory#isPrototype during bean post-processing, beans seem to disappear, causing the context to fail t...
Spring 'Caused by: java.lang.NegativeArraySizeException: null' on RabbitMQ Listener [SPR-17026]
2025-01-08 20:09:26
9169
Veit Guna opened SPR-17026 and commentedHi.We're running a high load REST service using Oracle JDK 1.8.0_162, Tomcat 7.0...
Spring Allow form:options tag outside of form:select tag
2025-01-08 20:09:23
704
The options tag can be useful, even if dynamic form binding is not utilized. It would work, except that OptionsTag expli...
Spring Do not swallow exception cause when context refresh fails [SPR-17549]
2025-01-08 20:09:20
4566
Jake Robb opened SPR-17549 and commentedI have a bean that is failing to initialize and throwing an exception. The cause...
Spring Add support for SpringBeanAutowiringSupport in Spring MVC Test [SPR-15102]
2025-01-08 20:09:17
2749
Andreas Andersen Kjaer opened SPR-15102 and commentedI am using Spring MVC for REST communication and Hibernate for hand...
Spring Add ability to specify request mapping within @RestController [SPR-17047]
2025-01-08 20:09:14
1541
Nemykin Roman opened SPR-17047 and commentedOften spring application has rest API and usually we have some controller@Re...
Spring eager @Scoped beans [SPR-17157]
2025-01-08 20:09:11
1157
Caleb Cushing opened SPR-17157 and commentedI tried this, but including the autowired HttpServletRequest@Bean@RequestSco...
上一页
下一页
1
…
1300
1301
1302
1303
1304
…
2246
.