minux

Results 93 issues of minux

We use `AbstractEventLoopState` to acquire an `EventLoop` in a client for sending requests to a host. If only one `EventLoop` is allocated for a host, `OneEventLoopState` is used. If more...

new feature

Recently, we were asked about the internal behavior of `HealthCheckService` because he wanted to implement the long-polling health check using `armeria-lphc` header with another programming language. It would be nice...

documentation

We have static factory methods that return the default implementation of the interface/class. We named most of the methods `of()` but a few called `ofDefault()`. It would be nice if...

breaking change

Users might want to return different responses depending on the `List`. It would be nice if we add an interface that allows users to customize responses depending on the errors:...

new feature

so that our GraphQL users are happy with that. 😊

new feature

We have a limited set of `BuiltInProperty` for `RequestContextExportingAppender`. We cannot add all properties to the `BuiltInProperty`, but it would be nice if we could add the properties, which a...

improvement

Motivation We currently support only remote-to-local mirroring. We should support the opposite direction as well. Modifications: - Implement `GitMirror#mirrorToLocalRemote()` which used to throw `UnsupportedOperationException` before. Result: - Close #53 -...

new feature

Currently, the commit message of a commit that is pushed by the mirroring task looks like this: ``` Mirror fbee605, git+ssh://github.com/xxx.git#master to the repository 'foo' ``` It does not contain...

**What version of protobuf and what language are you using?** Version: protobuf-java-3.21.7 (there were no problems with 3.21.1) Language: Java **What operating system (Linux, Windows, ...) and version?** Linux **What...

java

Motivation: Some users may prefer to utilize a static cluster configuration rather than receiving it from the control plane, as demonstrated in [this example](https://www.envoyproxy.io/docs/envoy/latest/configuration/overview/examples#mostly-static-with-dynamic-eds). Modifications: - Implement logic to utilize...

defect