Results 6 issues of rost5000

I wrote a protolint [plugin for gradle](https://github.com/rost5000/ProtolockGradlePlugin ). I want to add feature with automatically downloading executable file without installation in `PATH` environment. (It was in protoc plugin: https://github.com/google/protobuf-gradle-plugin )....

I have a following proto file: ``` syntax = "proto3"; // A broken example of the official reference // See https://developers.google.com/protocol-buffers/docs/reference/proto3-spec#proto_file package examplePb; option java_package = "com.example.foo"; import "other.proto"; import...

question

### Expected behavior I want to map the `Collection` of some element to some wrapper that contains collections of the elements. I can declare some mapstruct method: ```java @Mapping(target =...

bug

I have a modular project and the nsq-j dependency broke my project. Could you, please add ([jigsaw](https://openjdk.org/projects/jigsaw/)) project support? For this feature, the project's jdk should upgrade to jdk 9...

### Expected Behavior Class `AbstractRedisClientFactory` has the method ` public RedisClient redisClient(AbstractRedisConfiguration config, @Nullable ClientResources optionalClientResources, @Nullable List mutators) { //...` . The method have the following expression: `Optional uri...

status: awaiting feedback

#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...

Issue: Bug