Justin Jia

Results 8 issues of Justin Jia

Hi, Just noticed that `ThreadHints.onSpinWait()` is not added for `SleepingWaitStrategy`. https://github.com/LMAX-Exchange/disruptor/blob/master/src/main/java/com/lmax/disruptor/SleepingWaitStrategy.java#L83 ```java private int applyWaitMethod(final SequenceBarrier barrier, int counter) throws AlertException { barrier.checkAlert(); if (counter > 100) { --counter; //...

performance

## MyBatis version 3.5.10 ## Database vendor and version h2, version: 1.4.200 ## Description MyBatis maps JSON type to Java String, but for h2, `FORMAT JSON` is required when inserting...

waiting for feedback

Hi, It seems that images in the CSS are not downloaded, like ```css :after{content:url(css_assets/titlepage_footer_ebook.png); ``` Not familiar with Python, but I would try to fix this. Thank you, Justin

bug
help wanted
need more info

It would be nice if reactor-kafka receiver adds a new API: ```java Flux receiveMannualAck() ``` Normally, to achieve high throughput, there would be multiple parallel processors in a Kafka consumer....

Hi, I tried iRuby in my mac and got the `The kernel did not respond to an is_complete_request` warning. And it takes two `enter` to get the result. Versions -...

Version: v3.11.1 Language: Java Hi, I extended the `FileOptions` as follows. ```protobuf syntax = "proto3"; import "google/protobuf/descriptor.proto"; package com.test.protobuf.dataset; extend google.protobuf.FileOptions { string message_name = 7001; } ``` And I...

java
json

The discriminator property name should not be camel-cased, and the key-value pair of discriminator mappings map is reversed in latest code. For example, this one-of definition would generate wrong java...

Regex string is not escaped when a property refers to a schema https://github.com/swagger-api/swagger-codegen-generators/blob/master/src/main/java/io/swagger/codegen/v3/generators/util/OpenAPIUtil.java#L25-L27 ```java public static void addPropertiesFromRef(OpenAPI openAPI, Schema refSchema, CodegenProperty codegenProperty) { final Map allSchemas = openAPI.getComponents().getSchemas(); if...