Álvaro Sánchez-Mariscal
Álvaro Sánchez-Mariscal
We're using Flux for installing Helm charts, and we have are experiencing a situation that looks suspicious. Suppose the following `HelmRelease` (the `HelmRepository` and `Secret` have already been created in...
Also, it would be great to be able to filter them by checks passing / not passing on both `repo list` and `repo merge`.
The GraalVM configuration of `software.amazon.awssdk:apache-client` is incomplete. Without this change, `software.amazon.awssdk.http.apache.ApacheHttpClient` fails with: ``` Caused by: java.lang.ExceptionInInitializerError: null at org.apache.http.conn.ssl.SSLConnectionSocketFactory.(SSLConnectionSocketFactory.java:151) at java.lang.Class.ensureInitialized(DynamicHub.java:525) at software.amazon.awssdk.http.apache.ApacheHttpClient$ApacheConnectionManagerFactory.getPreferredSocketFactory(ApacheHttpClient.java:658) at software.amazon.awssdk.http.apache.ApacheHttpClient$ApacheConnectionManagerFactory.create(ApacheHttpClient.java:637) at software.amazon.awssdk.http.apache.ApacheHttpClient.createClient(ApacheHttpClient.java:151) at software.amazon.awssdk.http.apache.ApacheHttpClient.(ApacheHttpClient.java:125)...
#274 introduced an unnecessary eager check for a GraalVM installation: https://github.com/graalvm/native-build-tools/blob/master/native-maven-plugin/src/main/java/org/graalvm/buildtools/maven/NativeExtension.java#L120-L124 This halts the build with the following exception: ``` [INFO] Caused by: org.apache.maven.plugin.MojoExecutionException: 'gu' tool wasn't found. This probably...
Related to #1207
What happens currently, given that `resources.autodetection.enabled` is set, is the following: ## `generateResourceConfig` * ✅ Detects resources in `target/classes`. ``` [INFO] [INFO] --- native:0.9.28:generateResourceConfig (default-generateResourceConfig) @ package-native-image --- [INFO] [INFO]...
Mostly for feature parity with the Gradle plugin, which has a `nativeRun` task.
[AWS Cloud Map](https://aws.amazon.com/blogs/aws/aws-cloud-map-easily-create-and-maintain-custom-maps-of-your-applications/) is a new service discovery service announced at re:Invent 2018. Docs: https://docs.aws.amazon.com/cloud-map/index.html
And log a message if it doesn't.