kubemq-io / kubemq-Java

Java client library for KubeMQ server
https://kubemq.io
MIT License
27 stars 10 forks source link

RequestParameters class has no public constructors #15

Closed Prev-I closed 1 year ago

Prev-I commented 1 year ago

Trying to create a new RequestParameters class I've found that the class didn't have any public constructor. Inside my IDE it reports the constructor as package-private (I'm using intellJ)

I've verified that in version 1.0.4, and inside the repository th public keyword is missing from both the constructors:

https://github.com/kubemq-io/kubemq-Java/blob/master/kubemq-java-sdk/src/main/java/io/kubemq/sdk/commandquery/RequestParameters.java

kubemq commented 1 year ago

Hi, Issue was fixed in version v1.0.5