minux

Results 93 issues of minux

``` com.linecorp.centraldogma.server.internal.replication.ZooKeeperCommandExecutorTest > testLogWatch FAILED java.lang.NumberFormatException: null at java.base/java.lang.Long.parseLong(Long.java:655) at java.base/java.lang.Long.parseLong(Long.java:817) at com.linecorp.centraldogma.server.internal.replication.ZooKeeperCommandExecutorTest$Replica.localRevision(ZooKeeperCommandExecutorTest.java:299) at com.linecorp.centraldogma.server.internal.replication.ZooKeeperCommandExecutorTest.testLogWatch(ZooKeeperCommandExecutorTest.java:102) ```

cleanup

As a series of #293.

new feature

so that a user can use the refresh token to get a new session as needed.

- Armeria 1.3.0 -> 1.6.0 - Netty 4.1.54.Final -> 4.1.63.Final - Jackson 2.12.0 -> 2.12.2 - Micrometer 1.6.2 -> 1.6.5 - Spring 5.3.2 -> 5.3.5 - Spring Boot 2.4.1 ->...

https://travis-ci.org/github/openzipkin/zipkin/builds/737922218#L2575 ```java Expecting actual not to be empty at zipkin2.storage.cassandra.internal.call.DeduplicatingInsertTest.exceptionsInvalidate_enqueue(DeduplicatingInsertTest.java:90) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at...

bug

This will also fix the flaky test in ITElasticsearchHealthCheck hopefully. - close #3197

Motivation: I found out it's useful when: - in a decorator, aggregating an `HttpRequest` to sign header with the body content - converting the aggregated request back to the `HttpRequest`...

new feature

Motivation: A `Multipart` can be terminated with the ending boundary without a body part. For example, the following request is totally valid: ``` POST /test.html HTTP/1.1 Host: example.org Content-Type: multipart/form-data;boundary="boundary"...

defect

``` org.junit.runners.model.TestTimedOutException: test timed out after 30000 milliseconds at app//net.bytebuddy.description.type.TypeDescription$AbstractBase.hashCode(TypeDescription.java:8243) at [email protected]/java.util.HashMap.hash(HashMap.java:340) at [email protected]/java.util.HashMap.put(HashMap.java:612) at app//net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder$DelegationProcessor.of(TargetMethodAnnotationDrivenBinder.java:509) at app//net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.of(TargetMethodAnnotationDrivenBinder.java:73) at app//net.bytebuddy.implementation.MethodDelegation$WithCustomProperties.to(MethodDelegation.java:1508) at app//net.bytebuddy.implementation.MethodDelegation$WithCustomProperties.to(MethodDelegation.java:1488) at app//net.bytebuddy.implementation.MethodDelegation.to(MethodDelegation.java:273) at app//org.assertj.core.api.Assumptions.(Assumptions.java:111) at app//org.assertj.core.configuration.Configuration.apply(Configuration.java:389) at app//org.assertj.core.configuration.Configuration.applyAndDisplay(Configuration.java:396)...