Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused constants for com.sun.faces.* context params #5331

Closed
BalusC opened this issue Oct 14, 2023 · 0 comments
Closed

Remove unused constants for com.sun.faces.* context params #5331

BalusC opened this issue Oct 14, 2023 · 0 comments
Labels
Milestone

Comments

@BalusC
Copy link
Contributor

BalusC commented Oct 14, 2023

While working on #5328 I noticed Mojarra-specific WebConfiguration has a couple of constants for com.sun.faces.* context params which are nowhere used. It are the following

  • com.sun.faces.managedBeanFactoryDecoratorClass -- not anymore used since removal of deprecated JSF managed beans in Faces 4.0
  • com.sun.faces.expressionFactory -- not anymore used since removal of deprecated JSP support in Faces 4.0
  • com.sun.faces.enableHtmlTagLibValidator -- not anymore used since removal of deprecated JSP support in Faces 4.0
  • com.sun.faces.enableCoreTagLibValidator -- not anymore used since removal of deprecated JSP support in Faces 4.0
  • com.sun.faces.compressJavaScript -- not anymore used since migration to jsf.js in JSF 2.0
  • com.sun.faces.enabledLoadBundle11Compatibility -- not anymore used since removal of deprecated JSP support in Faces 4.0
  • com.sun.faces.enableAgressiveSessionDirtying -- replaced by com.sun.faces.enableDistributable and web.xml <distributable> somewhere during 2.3
  • com.sun.faces.enableFaceletsResourceResolverCompositeComponents -- not anymore used since removal of deprecated ResourceResolver in Faces 4.0

These need to be removed to reduce tech debt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant