Johnny Lim

Results 43 issues of Johnny Lim

`Flux.delayElements()` and `parallel()` cause hang when an exception has been thrown in `flatMap()`. If I remove either `delayElements()` or `parallel()`, `block()` doesn't cause hang. ## Expected Behavior It doesn't cause...

type/bug
status/need-decision
status/need-design

It seems to have been missed in #28718.

in: core
type: enhancement

This PR adds `MockMvc.multipart()` Kotlin extensions with `HttpMethod` for methods added in #28545 and #28631.

status: waiting-for-triage
in: test
in: web
type: enhancement
in: kotlin

`TemplateEngine` seems to be fully-initialized when `TemplateEngine.process()` is called. I don't know what happens for the `TemplateEngine` initialization behind the scene, but `TemplateEngine.initialize()` is not allowed to be called directly,...

This PR adds "JsonUnit" entry to "Matchers" section.

`SqlSessionFactoryBean` falls in circular dependencies by Spring Boot's `DataSourceInitializer`. With `@Lazy` annotations it's okay but without them the following exception occurs: ``` Caused by: org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name...

The current implementation of `Diff` looks to have an assumption that collection is ordered and doesn't look there's any switch to the assumption so that unordered collections can be handled....

enhancement
help wanted
core

This PR fixes a typo.

This PR relocates the "LittleProxy" entry to be ordered alphabetically.

This PR polishes a bit.