강현욱

Results 6 issues of 강현욱

Motivation This PR addresses issue : #6187 “A response body is exposed in DocService but response headers are not. Since some APIs convey important information through response headers, exposing them...

new feature

Motivation Fixes #6018 A race condition can occur when adding a listener immediately after creating a HealthCheckedEndpointGroup. Because the endpoint group initialization is asynchronous, the listener may receive endpoints in...

### Motivation - Related Issus : #963 - Previously, the user had to call each client API to import files ( createProject(), createRepository(), commit(), push()) - With this feature, users...

new feature

Motivation: AccessTokenClient and RoleTokenClient are currently declared as package-private, preventing users of the Armeria library from directly instantiating or using these classes. As wrote in #6431, some users may want...

### What is this PR for? This PR refactors the anonymous Comparator implementation in StringsCompleter to use a method reference (`String::compareToIgnoreCase`). The change simplifies the code, improves readability, and aligns...

### What is this PR for? If an `IOException` occurs while trying to remove a note from one of the repositories, the `for` loop would terminate immediately. This leaves the...