Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Kyle StiemannKyle Stiemann(Deactivated)Reporter
Kyle StiemannKyle Stiemann(Deactivated)Fix versions
Priority
Low
Details
Details
Assignee
Kyle Stiemann
Kyle Stiemann(Deactivated)Reporter
Kyle Stiemann
Kyle Stiemann(Deactivated)Fix versions
Priority
Zendesk Support
Zendesk Support
Zendesk Support
Created November 5, 2018 at 2:26 PM
Updated July 4, 2019 at 7:50 AM
Resolved May 6, 2019 at 1:46 PM
This task involves investigating moving from:
<dependency> <groupId>org.richfaces</groupId> <artifactId>richfaces</artifactId> <version>4.5.17.Final</version> </dependency>
to:
<dependency> <groupId>com.github.albfernandez.richfaces</groupId> <artifactId>richfaces</artifactId> <version>4.6.8.ayg</version> </dependency>
Alberto Fernández maintains an open-source fork of RichFaces and appears to have fixed issues with the library (including security issues).
Since RichFaces is EOL it's probably best for us to either drop support completely (since no security vulnerabilities will be fixed), or migrate to this fork.