nekhtan

Results 2 issues of nekhtan

Hello, It seems that the `datanucleus.cache.level2.maxsize` feature is only preventing the cache from storing more objects once it reaches the defined limit. Would that be possible to change this behavior...

enhancement
unresourced

Using **spring-cloud-function 4.2.2** and **spring-boot 3.4.6**, it seems that we cannot run a SpringBoot app compiled with AOT on an Azure function. The issue seems to come from the [FunctionalSpringApplication](https://github.com/spring-cloud/spring-cloud-function/blob/v4.2.2/spring-cloud-function-context/src/main/java/org/springframework/cloud/function/context/FunctionalSpringApplication.java):...