Kim Seon Woo

Results 39 issues of Kim Seon Woo

it sends 2 Get requests to the server when I flip to the next page ![image](https://user-images.githubusercontent.com/69591622/149541598-f015ce2e-44b4-40d2-8580-f12ff102972e.png) my code is ``

Because of some limitation of CAP theorem(which is related to partition tolerance), there is another theorem called PACELC theorem. It deals with real world issues and I think it might...

needs-review

Motivation: Add `TlsEngineType` to let users choose the type of tls engine. (Using `Flags`) Modifications: - Add `TlsEngineType` enum - Deprecate `useOpenSsl` Result: - Related to #. - Related to...

new feature

Motivation: Allow users to specify CORS allowed origins by regular expression or `Predicate` Modifications: Users can specify allowed origins by using regular expression or `Predicate` like below. CorsDecorator ``` @CorsDecorator(...

new feature

**Problem description:** We use cloud functions to call spring cloud dataflow tasks. Because we are executing it frequently, there are a lot of completed pods that pile up. It's bit...

for/team-attention
status/need-triage

**Description:** ![image](https://github.com/spring-cloud/spring-cloud-dataflow/assets/69591622/d4a8278e-3d96-43e6-959c-d74af1308ede) - It's not possible to select "Default versions" when updating a stream if it was deployed with default version(even though the default version of the Application has been...

status/need-triage

### Motivation > If there is no sensitive information in a repository, users may want to make the repo public and allow access without an access token. ANONYMOUS could be...

new feature

Motivation: Allow users to set default options for a specific service Modifications: - Add `ServiceOptions` and `@ServiceOption` annotation to allow users specify default options Result: Users are able to set...

Motivation: Add graceful shutdown feature in `HttpClientFactory`. The implementation has been referenced from the server side graceful shutdown. Modifications: - Add `clientConnectionDrainDurationMillis` which is used to set client-side drain settings...

new feature

Motivation: When copying code from documentation, "$" is copied. It's painful to copy code with "$" because users will have to delete the it everytime. Modifications: - Omit the "$"...

documentation