罗震宇

Results 9 issues of 罗震宇

## New browsers: #### MicroMessenger(WeChat), QQ, Weibo, Alipay, Taobao. ## New devices: #### HUAWEI, HONOR(HUAWEI), vivo, OPPO, Redmi(Xiaomi), MI(Xiaomi), Samsung. ## New robots: #### Baiduspider.

1. Download gpg into /etc/apt/keyrings instead of /usr/share/keyrings. * https://wiki.debian.org/DebianRepository/UseThirdParty#OpenPGP_Key_distribution > If future updates to the key will be managed by an apt/dpkg package as recommended below, then it SHOULD...

external

# Reproduce I use the [jacoco plugin](https://docs.gradle.org/current/userguide/jacoco_plugin.html) to generate a code coverage report. However, it throws a UnsupportedOperationException with a message 'class redefinition failed: attempted to delete a method'. The...

question

After the state machine is built, the state machine can still be modified through the previous builder. This PR fixes the problem. ```java StateMachineBuilder builder = StateMachineBuilderFactory.create(); builder.externalTransition() .from(States.STATE1) .to(States.STATE2)...

```java // assume I inserted a row with 2 columns(id = 1, value = 10); mapper.insert(1, 10); // Obviously, the result is 10; int value = mapper.selectValueById(1); // Then create...

waiting for feedback

# Code The following code throws java.lang.ClassCastException. The type of `response.getPayload()` is not `User` but `LinkedHashMap` ```java import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.databind.ObjectReader; import com.fasterxml.jackson.databind.json.JsonMapper; import com.fasterxml.jackson.module.noctordeser.NoCtorDeserModule; public class Demo { public...

### Type of change - Refactoring ### Description #### readArray 1. Remove bounds checking codes and the bounds checking is now doned by `ByteBufUtil.getBytes`. 2. `ByteBufUtil.getBytes` has better performance(0~10% faster...

### Type of change - Bugfix - Enhancement ### Description _Please describe your pull request_ ### Additional Context 1. A v3 ApiVersionsRequest without client software name and version is considered...

### Type of change - Bugfix ### Description 1. Forward the initial HaProxyMessage in KafkaAuthnHandler. When both HAProxyMessageDecoder and KafkaAuthnHandler are added to the pipeline, an HAProxyMessage will be rejected...