Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Supports applications configured with Jafu #18

Closed
sdeleuze opened this issue Dec 2, 2019 · 0 comments
Closed

Supports applications configured with Jafu #18

sdeleuze opened this issue Dec 2, 2019 · 0 comments
Assignees
Labels
type: compatibility Native image compatibility issue
Milestone

Comments

@sdeleuze
Copy link
Contributor

sdeleuze commented Dec 2, 2019

Supports Spring Boot applications configured with functional bean defintion like what is done in Spring Fu incubator in order to allow comparison between annotation and functional bean registration. We can potentially reuse code from Jafu (the Java DSL).

@sdeleuze sdeleuze added the type: compatibility Native image compatibility issue label Dec 2, 2019
@sdeleuze sdeleuze added this to the v0.6.0 milestone Dec 2, 2019
@sdeleuze sdeleuze self-assigned this Dec 2, 2019
@sdeleuze sdeleuze changed the title Supports applications configured with Kofu DSL Supports applications configured with Jafu Dec 12, 2019
dsyer pushed a commit to scratches/spring-graalvm-native that referenced this issue Sep 23, 2020
This new sample reuses some code from Spring Fu incubator and leverages
an optimized builtin GraalVM feature that discards CGLIB and
ImageBanner. Class initialization is configured by default at
build time.

This Spring Boot application has following characteristics:
 - Compile in 55s on my laptop
 - Image size: 17M
 - RSS memory: 13.4M
 - Started application in 0.003 seconds (JVM running for 0.003)

 Closes spring-atticgh-18
dsyer pushed a commit to scratches/spring-graalvm-native that referenced this issue Sep 23, 2020
This new sample reuses some code from Spring Fu incubator and leverages
an optimized builtin GraalVM feature that discards CGLIB and
ImageBanner. Class initialization is configured by default at
build time.

This Spring Boot application has following characteristics:
 - Compile in 55s on my laptop
 - Image size: 17M
 - RSS memory: 13.4M
 - Started application in 0.003 seconds (JVM running for 0.003)

 Closes spring-atticgh-18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: compatibility Native image compatibility issue
Development

No branches or pull requests

1 participant