Sébastien Deleuze

Results 117 issues of Sébastien Deleuze

Hi, thanks for this useful script. Any idea why all languages stats grow quickly during the last months?

enhancement

As discussed with @dmikusa-pivotal, @mhalbritter and @scottfrederick, we need to integrate [GraalVM metadata repository](https://github.com/oracle/graalvm-reachability-metadata) in Buildpacks in addition to Native Build Tools current support (see #31687) in order to allow...

status: waiting-for-triage
status: pending-design-work
for: team-meeting
theme: aot

The purpose of this issue is to add [Jigsaw](http://openjdk.java.net/projects/jigsaw/quick-start) `module-info.java` with full exports and requires in order to allow creation of lightweight custom modular run-time image via `jlink`. Such image...

type/enhancement

`tomcat-embed-programmatic` is an experimental Tomcat dependency designed to lower the memory footprint, but it seems possible to reach similar or even lower footprint with the default `tomcat-embed-core` with a refined...

type: optimization

type: enhancement
jvm-reachability-metadata

Related to #84.

type: compatibility
jvm-reachability-metadata

We have basic configuration for caching in `CachingHints`, but EhCache is not supported, and enabling caching support in PetClinic JPA with the following configuration: ```java @Configuration @EnableCaching class CacheConfiguration {...

type: compatibility

I tried to remove `spring.components` resource native configuration since I thought it was not needed anymore at runtime, I did that by commenting [this line in `SpringBootHints`](https://github.com/spring-projects-experimental/spring-native/blob/f3169790485bf27b73087725806c50d185cc4c5c/spring-native-configuration/src/main/java/org/springframework/boot/SpringBootHints.java#L42) and [this line...

type: enhancement

In order to enable `spring.native.remove-spel-support` flag by default and reduce memory footprint without loosing any functionality.

type: enhancement