Andrejus Chaliapinas

Results 21 issues of Andrejus Chaliapinas

**Describe the issue** Trying to invoke `native-image` generation with (besides other) options `-p target/service.jar:target/libs -m xyz/MyClass` leads to such exception: ``` Fatal error: com.oracle.svm.util.ModuleSupport$ModuleSupportError: open of packages from module jersey.client...

bug
native-image

Hi, My code base is Java 17 oriented and within that I have definition like such (simplified below): ``` package com.example; public record MyEntries(List entryList) { } ``` What notation...

enhancement
configuration

## Environment Details * Helidon Version: 2.4.2 * Helidon SE * JDK version: N/A * OS: N/A * Docker version (if applicable): N/A ---------- ## Problem Description Having ability to...

enhancement
config
P3

**Describe the issue** Observed different behaviour when using `java --module=` and `native-image --module=` CLI calls. For `java` case - it works/fails as expected if module is recognized. For `native-image` case...

bug
native-image

**Describe the issue** This is continuation on previous discussion in https://github.com/oracle/graal/issues/4804 and introduction of `--list-modules` capability now also into `native-image`. **Steps to reproduce the issue** 1. Download latest use case...

bug
native-image

**Describe the issue** When generating native image and using option `-H:Log=registerResource:5` - resource which is not resolved - not presented in output with some Warning or Error prefix/line. **Steps to...

bug
native-image

As of current latest version 2.46.0 of OCI SDK - it references old Apache Http 4.x libs in this POM: https://repo1.maven.org/maven2/com/oracle/oci/sdk/oci-java-sdk/2.46.0/oci-java-sdk-2.46.0.pom ``` 4.5.13 4.4.13 ``` while there is already available...

SDK

For this example and involved API: https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/2.44.0/objectstorage/ListBucketsExample.java.html need to have an ability to provide a parameter to get results sorted by either Name or Created date, so could do retrieval...

Object Storage

While checking OCI SDK v2.41.0 - I don't see presence of `module-info.class` within jars like `oci-java-sdk-common-2.41.0.jar`. And no presence of `Automatic-Module-Name: ` within MANIFEST.MF as well. And so from JDK17...

SDK

This was initially observed for OCI Java SDK `v2.30.0`, but looking at code for `v2.41.1` it could still happen in this class and line: https://github.com/oracle/oci-java-sdk/blob/v2.41.1/bmc-common/src/main/java/com/oracle/bmc/ClientRuntime.java#L93 i.e. this one: ``` propertyStream.close();...

SDK