@mosesnolinedev.bsky.social
"Fun Fact" I added a backend service without a backend, just static result and after I called it than the other (first) backend works!?!
April 17, 2025 at 3:27 PM
"Fun Fact" I added a backend service without a backend, just static result and after I called it than the other (first) backend works!?!
Thanks, for taking the time so far and keep it in your backlog. I will let you know if I find a solution.
April 17, 2025 at 1:58 PM
Thanks, for taking the time so far and keep it in your backlog. I will let you know if I find a solution.
I pushed the native branch.
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 - mosesonline/spring-boot-http at native
Contribute to mosesonline/spring-boot-http development by creating an account on GitHub.
github.com
April 17, 2025 at 1:17 PM
I pushed the native branch.
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
Thanks to Google search history: "spring boot native @RequestScope bean not found "Unexpected AOP exception" class jdk.proxy4.$Proxy"
April 16, 2025 at 8:32 PM
Thanks to Google search history: "spring boot native @RequestScope bean not found "Unexpected AOP exception" class jdk.proxy4.$Proxy"
Thanks, for the reaction. The exception flies here:
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.
github.com
April 16, 2025 at 7:47 PM
Thanks, for the reaction. The exception flies here:
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.