Angus Chen
Angus Chen
**Expected behavior** could use jackson with afterburner to parse json string to SingleServerConfig in JDK17 (JDK11 is fine) **Actual behavior** throw exception `Exception in thread "main" java.lang.IllegalAccessError: class rapid.shaded.org.redisson.config.SingleServerConfig$Creator4JacksonDeserializer19093950 tried...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation pulsar version: 3.1.2 when I work with pulsar client and build by gradle,...
## Motivation in non-reactive programming, we could use synchronized or semaphore to guarantee only one thread enters some critical block. e.g: public synchronized fun() { ... } even though we...
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Read release policy - [X] I understand that unsupported versions don't get bug fixes....
When I test bucket.defaultCollection().exists(id); in couchbase v3 API, It will return UNKNOWN command error ``` GetMetaRequest failed with unexpected status code UNKNOWN com.couchbase.client.core.error.CouchbaseException: GetMetaRequest failed with unexpected status code UNKNOWN...
### Questions I am using vertx webclient in different thread with attach Context ``` VertxContextStorageProvider.VertxContextStorage.INSTANCE.attach(context); ``` when PREPARE_REQUEST and CREATE_REQUEST phase, it's still in original thread and still could get...
When we use pkl config in Java SprintBoot application We will get error ``` Caused by: org.pkl.core.PklException: –– Pkl Error –– Refusing to load module `jar:nested:/app.jar/!BOOT-INF/classes/!/config/dev.pkl` because it does not...
### Expected Behavior Should generate the same Introspection class as java serde annotation processor ### Actual Behaviour doesn't define protected field like ``` case 2: throw new UnsupportedOperationException("Cannot mutate property...