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

Review Spring Security hints for servlet #1392

Closed
sdeleuze opened this issue Dec 21, 2021 · 1 comment
Closed

Review Spring Security hints for servlet #1392

sdeleuze opened this issue Dec 21, 2021 · 1 comment
Assignees
Labels
type: optimization Related to optimizing image size, performance or memory consumption
Milestone

Comments

@sdeleuze
Copy link
Contributor

After having a look on a footprint regression between 0.11.0-RC1 and 0.11.0-0, I am wondering if full public method reflection is needed for HttpServletRequestWrapper, ServletRequestWrapper and ServletRequest. See related hints.

@sdeleuze sdeleuze added the type: optimization Related to optimizing image size, performance or memory consumption label Dec 21, 2021
@sdeleuze sdeleuze added this to the 0.11.2 milestone Dec 21, 2021
eleftherias added a commit to eleftherias/spring-native that referenced this issue Jan 3, 2022
@eleftherias
Copy link
Contributor

You are right @sdeleuze, I don't believe those hints are needed anymore. Please see PR #1418.

eleftherias added a commit to eleftherias/spring-native that referenced this issue Jan 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: optimization Related to optimizing image size, performance or memory consumption
Development

No branches or pull requests

2 participants