github.com/mosesonline/...
The mvn profile aot/cds images work great but with native it isn't.
Reproduce:
- mvn spring-boot:build-image -Pnative
- remove loki logging driver from docker-compose.yaml
- docker compose up -d
- call like in TestHttpApplication.http
github.com/mosesonline/...
The mvn profile aot/cds images work great but with native it isn't.
Reproduce:
- mvn spring-boot:build-image -Pnative
- remove loki logging driver from docker-compose.yaml
- docker compose up -d
- call like in TestHttpApplication.http
github.com/mosesonline/...
I can push the branch with native config tomorrow, but logic is same.There are qualified beans & a config bean which selects the correct of the others by a value. All impl. the same interface. It worked with aot and CDP.
github.com/mosesonline/...
I can push the branch with native config tomorrow, but logic is same.There are qualified beans & a config bean which selects the correct of the others by a value. All impl. the same interface. It worked with aot and CDP.