Laird Nelson

Results 62 issues of Laird Nelson

`requirements.lock` and `requirements.yaml` are primitive versions of something like Maven's dependency management mechanism. We could port `requirements.lock` functionality over literally, but there are also various issues open against it in...

feature
low priority

In setting up the gRPC communication, I seem to recall there is [a method call that sets up plaintext communication](https://github.com/grpc/grpc-java/blob/master/SECURITY.md#grpc-over-plaintext). Obviously this needs to be locked down; my recollection is...

bug
investigation
low priority

Thanks for a great project! It would be helpful if there were a method on `ResolvedType` that could provide a `List` or `Set` of all implemented and extended `Type`s. I...

hacktoberfest
good first issue

The JLS indicates that a subclass array type [should have the parent class array type as a supertype](https://docs.oracle.com/javase/specs/jls/se7/html/jls-4.html#jls-4.10.3), although it stops short of saying that it should have the parent...

Hello; using JDK 9 and Maven 3.5.0 I've: * cloned the repository * run `mvn -U clean install` on it It fails trying to download the `com.github.kenglxn.qrgen:javase:jar:2.3.0` dependency: ``` [INFO]...

bug

See, for example, https://javadoc.io/static/com.oracle.oci.sdk/oci-java-sdk-shaded-full/2.38.0/com/oracle/bmc/http/ClientConfigurator.html#customizeBuilder-javax.ws.rs.client.ClientBuilder- Here there is a reference to `javax.ws.rs.client.ClientBuilder` (the sole parameter the method declares). But the actual source code in question in the shaded artifact actually refers...

SDK

It probably should be. Same, I presume, with `oci-java-sdk-shaded`.

SDK

Thank you for releasing the shaded jar. I have noticed that the dependency tree information for it is slightly weird. The entire point, I assume, of the shaded jar, is...

SDK

(Minor issue; didn't want it to get lost.) Most of the subprojects in the OCI SDK look to me like they're generated. If so, whatever template it is that makes...

SDK

(I am aware that this project is a target of an opaque software generation process, so creating a PR against generated code, strictly speaking, cannot succeed, and I have no...