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

Replace NativeListener by proper AOT implementation #988

Closed
sdeleuze opened this issue Aug 20, 2021 · 0 comments
Closed

Replace NativeListener by proper AOT implementation #988

sdeleuze opened this issue Aug 20, 2021 · 0 comments
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@sdeleuze
Copy link
Contributor

With 0.11, conditions based on spring.* properties are evaluated at buildtime, and we can move system properties to StaticSpringFactories, so NativeListener previously invoked at runtime can be removed.

@sdeleuze sdeleuze added type: enhancement A general enhancement theme: aot labels Aug 20, 2021
@sdeleuze sdeleuze added this to the 0.11.0 milestone Aug 20, 2021
@sdeleuze sdeleuze self-assigned this Aug 20, 2021
sdeleuze added a commit that referenced this issue Aug 20, 2021
With 0.11, conditions based on spring.* properties
are evaluated at buildtime, and we can move system
properties to StaticSpringFactories, so
NativeListener previously invoked at runtime can
be removed.

Closes gh-988
snicoll pushed a commit that referenced this issue Aug 25, 2021
With 0.11, conditions based on spring.* properties
are evaluated at buildtime, and we can move system
properties to StaticSpringFactories, so
NativeListener previously invoked at runtime can
be removed.

Closes gh-988
snicoll pushed a commit that referenced this issue Aug 26, 2021
With 0.11, conditions based on spring.* properties
are evaluated at buildtime, and we can move system
properties to StaticSpringFactories, so
NativeListener previously invoked at runtime can
be removed.

Closes gh-988
snicoll pushed a commit that referenced this issue Sep 28, 2021
With 0.11, conditions based on spring.* properties
are evaluated at buildtime, and we can move system
properties to StaticSpringFactories, so
NativeListener previously invoked at runtime can
be removed.

Closes gh-988
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: enhancement A general enhancement
Development

No branches or pull requests

1 participant