You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to ensure consistency across the codebase and communicate properly that static final fields of type String or Class<?> are inlinable constants as defined in the Spring code style, this issue intends to rename such fields named like fooPresent to FOO_PRESENT.
Those fields are not part of Spring public API, except org.springframework.web.servlet.support.RequestContext#jstPresent which will be renamed to JSTL_PRESENT as part of Spring Framework 7 new major.