Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to apply patch to Richfaces 4.0.0.Final

I found a bug in Richfaces 4.x. I need to change Autocomplete.js of Richfaces 4.

I googled about it but i didnt find a satisfying solution.

Can anyone explain to me how to apply patch Richafaces 4.x?

Thank you in advance

like image 377
mstzn Avatar asked Nov 21 '13 07:11

mstzn


1 Answers

Fork it or upload it in Github as patched(I assumed that you patched it) and import the patched library via maven to your project.

I guess, Maven does not support loading from github natively. But you can use a plugin to download it from github.

like image 73
Ahmet DAL Avatar answered Nov 15 '22 09:11

Ahmet DAL