Kim Seon Woo
Kim Seon Woo
it sends 2 Get requests to the server when I flip to the next page  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...
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...
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(...
**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...
**Description:**  - 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...
### 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...
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...
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 "$"...