Flying Cat

Results 7 comments of Flying Cat

I installed the build-essential, it can resolve the issue during installation. Is there any possible to document the installation using go on the offcial doc for go-swagger? I didn't find...

> Looks like setting `SWAGGER_GENERATE_EXTENSION=false` in the environment stops these from being generated > > https://github.com/go-swagger/go-swagger/blob/56218e58d0952f191d71705d25dfe0e6ca0d9d3b/codescan/schema.go#L21 How to enable it on Windows? Need to config it in environment variables?

> > Looks like setting `SWAGGER_GENERATE_EXTENSION=false` in the environment stops these from being generated > > https://github.com/go-swagger/go-swagger/blob/56218e58d0952f191d71705d25dfe0e6ca0d9d3b/codescan/schema.go#L21 > > How to enable it on Windows? Need to config it in...

Having the same issue with JDK 17, do we have any plan to fix it?

@jansupol Does Jersey 3.x support both JDK 8 and 17? How to use another Connector instrad of the default one using in Jersey 2.x?

@jansupol Tried Jersey 3.1.5, still having the same HTTP Patch problem. Stack error: > Caused by: jakarta.ws.rs.ProcessingException: Unable to make field private final sun.net.www.protocol.https.DelegateHttpsURLConnection sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate accessible: module java.base does not...

@ceharris What is the better connector you suggest to replace the default one (HttpUrlConnectorProvider) in Jersey client? ![image](https://github.com/eclipse-ee4j/jersey/assets/13600428/29b63a6c-eb99-46e8-b580-867874f438a4)