Yasumasa Suenaga

Results 17 issues of Yasumasa Suenaga

### Contact Details _No response_ ### What happened? We are using WebAPI container on Kubernetes with Helm chart, then we saw a error which explained in following URL. https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/docker/?view=aspnetcore-8.0 We...

bug
v1.6

# Pull Request Issue Number: #501 ## Summary Add blog article for .NET 8 upgrade This article was written by @tiwatsuka , @nttDamien , and me. ## Changes - Add...

# Pull Request ## Summary Introduce new configuration `EnableTelemetryLogging` into `CarbonAwareVars`. This configures whether console exporter by OpenTelemetry is enabled. If you set this to `false`, following log would be...

Ready for Review
v1.7

I would like to introduce `zipDirPrefix` to add prefix to zip entries. See #502 for details. Following this checklist to help us incorporate your contribution quickly and easily: - [x]...

### New feature, improvement proposal maven-jlink-plugin can generate ZIP archive, but we cannot append any prefixes into it, so the user extracts the archive like `JAVA_HOME` image like: ``` bin/...

enhancement

**What** Implement Web API for if-run. **Why** We want to use IF on Kubernetes, and to leverage it as a part of monitoring system. IF is useful tool to calculate...

I run following `ApplicationRunner` Spring Boot app and I obtained checkpoint by CRIU. The app did not finish after restoring. ```java @Override public void run(ApplicationArguments args) throws Exception { if(args.containsOption("checkpoint")){...

in: core
type: enhancement