-
```
ID = "paketo-buildpacks/amazon-corretto"
Version = "8.2.6"
addr = "docker.io/paketobuildpacks/amazon-corretto@sha256:398e822dae705d62032d3911a3737b37491841b519d24b6b78f03a071e6d738f"
```
-
### Expected Behavior
_No response_
### Actual Behaviour
Building the native image works as expected but when the app is deployed to lambda I get an error:
```./func: /lib64/libc.so.6: ver…
-
**Describe the bug**
ATM it is not possible to install `java-17-amazon-corretto-devel` and `java-21-amazon-corretto-devel` at the same time (next to each other), as `dnf install` fails.
**To Repro…
-
Could we add support for Java 21 runtime. Thanks.
-
### 작업 내용
- 코틀린 언어를 사용한다.
- 스프링 버전 3.2.0 프로젝트 환경을 구성한다
- 사용할 라이브러리를 추가한다.
- application.yml 을 설정한다.
- gitignore 파일을 설정한다.
### 기타 사항
- kotlin version: 1.9.20
- jvm target: 17
- JDK: amazon c…
-
# Enviroment
JDK Version(required): Oracle JDK 1.8.0_291 & Amazon Corretto JDK 1.8.0_392
SpringBoot Version(required): 2.3.8.RELEASE
dynamic-datasource-spring-boot-starter Version(required)…
-
While trying to debug native image with Netty (4.1.70), I ran into:
```
[error] io.netty.channel.epoll.Native the class was requested to be initialized at run time (from the command line with 'io.ne…
-
We should make it clear why it's needed, what warnings are expected and the differences between Java versions.
EDIT: ℹ️ For reference: the final configuration is available in the docs https://docs.…
-
Examination of the RPM for Amazon Corretto 21 hosted here:
https://corretto.aws/downloads/latest/amazon-corretto-21-x64-linux-jdk.rpm
shows that when installed, the dependency is provided under …
g-dx updated
11 months ago
-
## steps
sbt 1.3.3
```
sbt new scala/scala-seed.g8
```
## problem
First problem is that it prompts me to continue or not. This should not show up for `new`.
```
c) continue
q) quit
…